[Asterisk-Users] extension.conf dialplan

Michiel van Baak michiel at vanbaak.info
Thu Mar 17 03:49:54 MST 2005


On 02:42, Thu 17 Mar 05, Kamran Ahmad wrote:
> hi
> 
> any one tell me how to make a dialplan
> 
> my extensions.conf
> exten => _40XXXXXXXXXXXX,1,Dial(OH323/${EXTEN})
> 
> i want to dial to 40XXXXXXXXXXXX number.
> XXXXXXXXXXXX could be any number like 923335224005 or
> 92512213248
> 
> at the moment when i am trying to dial 40923335224005
> 
> asterisk is dialing
> 
> Executing Dial("OH323/R11429", "OH323/40923335224005")
> 
> but i want him to dial
> Executing Dial("OH323/R11429", "OH323/923335224005")
> 
> Kamran Ahmad

use this:
exten => _40XXXXXXXXXXXX,1,Dial(OH323/${EXTEN:2})

This will strip the first 2 characters

-- 
Michiel van Baak
http://lunteren.vanbaak.info
michiel at vanbaak.info
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D

"Two of the most famous products of Berkeley are LSD and BSD. I don't think that this is a coincidence."




More information about the asterisk-users mailing list