search for: _11234567xxx

Displaying 1 result from an estimated 1 matches for "_11234567xxx".

2005 Jul 03
1
asterisk strips off trailing digit from incoming calls
...lerid=yes rxgain=0.0 txgain=0.0 context=inbound callerid=asreceived group=1 channel=1-2 defined this in the dialplan: office:/etc/asterisk# tail -21 extensions.conf| egrep -v '(^;|^$)' [inbound] ; my main number is "1234567", ; I am using 3-digit internal extensions exten => _11234567XXX,1,Goto(internal-phones,$EXTEN:8,1) exten => _XXX,1,Goto(internal-phones,${EXTEN},1) ; this acts as catch-all so dialling just the main number goes to x200 exten => s,1,Answer exten => s,2,Goto(internal-phones,200,1) now when I call e.g. "1234567200" from the outside, asterisk s...