search for: dialgsm

Displaying 3 results from an estimated 3 matches for "dialgsm".

Did you mean: diags
2012 May 29
1
unable to create channel of type 'SIP'
...-external #... [IMSI262428511722625] callerid=2012 canreinvite=no type=friend context=sip-external allow=gsm host=dynamic dtmfmode=info [IMSI262422146099205] callerid=2013 canreinvite=no type=friend context=sip-external allow=gsm host=dynamic dtmfmode=info #/etc/asterisk/extensions.conf [macro-dialGSM] exten => s,1,Dial(SIP/${ARG1}) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-CANCEL,1,Hangup exten => s-NOANSWER,1,Hangup exten => s-BUSY,1,Busy(30) exten => s-CONGESTION,1,Congestion(30) exten => s-CHANUNAVAIL,1,playback(ss-noservice) exten => s-CANCEL,1,Hangup [sip-ext...
2011 Jan 19
2
Asterisk extension not found problem...
...User community but still the problem remains same. If anybody knows the solution to this one, please let me know. -- Abhinav Copied below is my sip.conf and extensions.conf =================================== *extensions.conf* =============================== [globals] ;Using this Macro [macro-dialGSM] exten => s,1,Dial(SIP/${ARG1}) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-CANCEL,1,Hangup exten => s-NOANSWER,1,Hangup exten => s-BUSY,1,Busy(30) exten => s-CONGESTION,1,Congestion(30) exten => s-CHANUNAVAIL,1,playback(ss-noservice) exten => s-CANCEL,1,Hangup #include...
2012 Jul 12
1
Asterisk with OpenBTS and mobile phone
...gt; [phones] > include => internal > include => default > > [open-bts] > exten => 6002,1,Playback(demo-echotest) > exten => 6002,n,Echo > exten => 6002,n,Playback(demo-echodone) > exten => 6002,n,HangUp > > [sip_external] > exten => 6201,1,Macro(dialGSM,123456789101112) > > [macro-dialGSM] > exten => s,1,Dial(SIP/${ARG1},20) > exten => s,n,Goto(s-${DIALSTATUS},1) > exten => s-CANCEL,1,Hangup > exten => s-NOANSWER,1,Hangup > exten => s-BUSY,1,Busy(30) > exten => s-CONGESTION,1,Congestion (30) > exten =&g...