One issue concerning using a SIP provider for calling. I get the following in the CLI:
– Executing Dial(“SIP/opmob1-081f8de0”, “SIP/0442612880@freephonie”) in new stack
– Called 0442612880@freephonie
Dec 19 19:32:13 WARNING[2995]: chan_sip.c:9947 handle_response_invite: Forbidden - wrong password on authentication for INVITE to ‘“Operator1” sip:10001@192.168.1.100;tag=as022c3d31’
– SIP/freephonie-082203d0 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
I don’t understand “wrong password on authentication for INVITE” because it concerns one of my hardphone which works fine. And finally why “circuit-busy” ?
I have the same problems.
I try to make a trunk between to asterisk boxes, one of them can receive and make a call, but the other can’t. When a client in the problem’s asterisk make a call, the output in the CLI is :
.
.
== Everyone is busy/congested at this time
.
.
Hi
Plz post ur sip.conf peer & genreal context. Also check your out going call context in extension.conf sud be mention as context in type=friendmeans supporr ur user extension is 330 & he wants to dail out call then in sip.conf for that user
[330]
type=friend
context= out call context
this may be also issue
so check such context inclusion in sip.conf & extension.conf
and in my extension.conf I have:
[to-extern]
exten = _9.,1,Dial(SIP/${EXTEN:1}@freephonie)
and in my usersip table:
12|freephonie|0||||my_callerid|no|free-outgoing||rfc2833||||212.27.52.5|||||yes|||||5060|no||||my_password|friend|0950808439|all|gsm,g729,ulaw,alaw||0||||||trunk
But the table format ur use for extension or users is wrong never use Varchar(10) this indicate placed name or character whos length is 10 so
plz check sip table examples on voip-info.org where u get idea how to develpoe sip table
And no need to seprate table for sip users
Also i am adivce u config only sip users in db table all genreal & peer paramter in actual sip.conf
As well context of type=peer & Type=friend means users are ur out call context which =to-extern
Also mention this in context colum for each user& Peer
all over ur sip user table is wrong & hence sip.conf config is wrong so correct it