Displaying 1 result from an estimated 1 matches for "extension_digits".
2012 Jul 12
1
Asterisk with OpenBTS and mobile phone
...gt; [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 => s-CHANUNAVAIL,1,Read(extension_digits,pbx-invalid)
> exten => s-CHANUNAVAIL,n,GoTo(open-bts,${extension_digits},1)
>
I have tried both contexts, [open-bts] and [sip_external] and both don't
work
If I want to call the mobile phone (6201) with a Twinkle soft phone (6000)
I get following message in the CLI-window from Aster...