[Asterisk-Users] extension.conf dialplan

David Uzzell asterisk-list at uzzell.com.au
Thu Mar 17 03:51:56 MST 2005


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")
> 


exten => _1XXXX,1,Dial(OH323/${EXTEN:1})

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

The first one removes the first number and the second one removes the 
first 2 chars. and so on, and so on.

Hope that helps with examples.

David


> Kamran Ahmad
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Yahoo! Mail - Find what you need with new enhanced search. 
> http://info.mail.yahoo.com/mail_250
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 




More information about the asterisk-users mailing list