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 [EMAIL PROTECTED] 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." _______________________________________________ Asterisk-Users mailing list Asterisk-Users@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