Hi,
I'm trying to call a SIP server while providing the SIP server
username/password in dial string but it's not working ...
Dial(SIP/gs102:[EMAIL PROTECTED]);
User on sip server (192.168.2.81):
[gs102]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=gs102
secret=test
host=dynamic
dtmfmode=inband
defaultip=192.168.2.1
qualify=1000
mailbox=102
context=context-gs102
Extensions.conf entry
[context-gs102]
exten => s,1, Answer();
exten => s,n, Playback(demo-congrats);
exten => s,n, Meetme(8600051);
exten => 1234,1, Answer();
exten => 1234,n, Playback(demo-congrats);
exten => 1234,n, Meetme(8600051);
When I dial I get following error on console
-- Executing Dial("SIP/331-6263", "SIP/gs102:[EMAIL PROTECTED]") in new
stack
-- Called gs102:[EMAIL PROTECTED]
-- SIP/192.168.2.81-0343 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
-- Executing Hangup("SIP/331-6263", "") in new stack
== Spawn extension (default, 1234, 2) exited non-zero on 'SIP/331-6263'
I want to call extension 1234 defined under gs102 defined context-gs102
context... what should be the exact Dialed SIP URL ?
-ag
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users