Outbound calls fail with version 2.9.0.7 version 2.9.0.1 works w/o problem WHY?

I’ve attempted to exactly duplicate settings for 2 different installed versions.
Version 2.9.0.1 w/o problems, however a second pc with version 2.9.0.7 has outbound call problem I have so far not solved.

I’ve reinstalled 2.9.0.7 on different pc, w/o changing the problem.

Applying backup of 2.9.0.1 to the *.0.7 solves my problem.

I’d like to know what is different about *0.7? Where are release notes?

Below is sample of error from *0.7 when making outbound call.

[2011-06-28 19:30:21] WARNING[3700]: chan_sip.c:19344 handle_response_invite: Received response: “Forbidden” from ‘“9012731580” sip:[email protected];tag=as19b2622c’
– SIP/voipms-00000038 is circuit-busy

thanks

You have provided absolutely nothing useful in the post.
What are you trying to accomplish?
Dial out from what to what?

You probably have a different setup for outbound routes or a trunk setup failure. The error you posted says that: “Forbidden”. That means that you supplied the wrong credentials in the trunk.

password syntax on registration form was incorrect
I did not know the template from my SIP provider with an entry
"your password" ; enter password
which I edit by entering my password and removing "your password"
required my to remove the “; enter password” as well or get authentication errors…

have a nice day

I’ve seen the same behavior. I was doing some testing on a 1.6 AsteriskNow install and all went well. After I upgraded to 2.0.9.7 I started getting the same error as via9. I was using the same config on my Trunk. The sample config from my provider had ;comments after a few of the settings which worked w/o issue in 1.6, but broke after upgrading to 2.0.9.7. Below is my config before and after.

;Before
canreinvite=no
context=mycontext
host=atlanta.voip.ms
secret=password ;your password
type=friend
username=accountname ;your account
disallow=all
allow=ulaw
; allow=g729 ; Uncomment if you support G729
fromuser=accountname ;your account
trustrpid=yes
sendrpid=yes
insecure=port,invite
nat=yes ; Uncomment this if your box is behind a NAT

;After
canreinvite=no
context=mycontext
host=atlanta.voip.ms
secret=password
type=friend
username=accountname
disallow=all
allow=ulaw
; allow=g729
fromuser=accountname
trustrpid=yes
sendrpid=yes
insecure=port,invite
nat=yes