search for: _06xxxxxxxx

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

Did you mean: _04xxxxxxxx
2007 Jun 18
0
no sound with chan_mobile
...'mobile show devices' to see device status. ; ; To place out through a cell phone use Dial(Mobile/[device]/NNN.....) in your dialplan. ; To call a headset use Dial(Mobile/[device]). [Hans.bt] address=00:12:D1:8A:06:8E port=1 context=mobiel-hans Part of dialplan [mobiel-uit] exten => _06XXXXXXXX,1,Answer exten => _06XXXXXXXX,n,Authenticate(1234,a) exten => _06XXXXXXXX,n,Goto(mobiel-hans,${EXTEN},1) [mobiel-hans] exten => _06XXXXXXXX,1,Dial(Mobile/Hans.bt/${EXTEN},40,r) exten => _06XXXXXXXX,n,Macro(fastbusy) exten => _06XXXXXXXX,n,Hangup asterisk*CLI> mobile show devices...
2010 Jul 23
2
application call to Gosub affects flow of control, and needs to be re-written using AEL
...^${agent}^${start_dial_time})); Gosub(pstnRouting,${clid},1); end_dial_time = ${EPOCH}; verb = COMPLETECALLER; &queuelog_hangup_event(${queue},${UNIQUEID},${agent},${start_dial_time}); return; } // central call routing rules context pstnRouting { _06XXXXXXXX => { Gosub(pstnInterface2,${EXTEN},1); Return; } .... // left over _X. => { Gosub(pstnInterface1,${EXTEN},1); Return; } } context pstnInterface1 { _X. => { // setup the interface callerid/secret status ChanIsAvail(DA...
2008 Jan 03
5
GSM Gateway behind SIP ATA?
I have an analog GSM Gateway that is connected to a normal SIP ATA device. Basically what it does is this : when you call the extension nr. of the SIP ATA port, the GSM Gateway will pick up the phone and presents a (new) dial tone, and then dials whichever DTMF tones it received. The SIP ATA ia a Grandstream HT286. I would like to use the GSM Gateway to route my outbound cellular calls, how