Displaying 1 result from an estimated 1 matches for "0071f650".
Did you mean:
0071e6b0
2007 Nov 30
1
Simple Asterisk to Asterisk SIP Call Setup?
...SIP call to Server B... but it doesn't seem to work.
Server A (192.168.1.33) has:
exten => *136,1,Dial(SIP/90 at 10.10.111.13,30)
but whenever a user on Server A dials '*136' the call doesn't complete
and the CLI shows:
Executing [*136 at from-sip:1] Dial("SIP/112-0071f650", "SIP/90 at 10.10.111.13|30") in new stack
-- Called 90 at 10.10.111.13
-- SIP/10.10.111.13-00793520 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
I can't see anything in Server B's logs from 192.168.1.33
What am I missing?
Any pointers to help m...