>>>>> "ND" == Nitesh Divecha <[EMAIL PROTECTED]> writes:

ND> Hello All, Recently I added some Nokia N95 customers and it worked
ND> pretty good. Now the customers are complaining about the dialing
ND> rules... They are used to dialing +12486543210 and +4479XXXXXX for
ND> long distance calls.

ND> Is there anyway to create a "+" sign dial plan which will allow
ND> them to dial a number with "+" sign.

You have your standard dialplan, usually something like:

 exten => _X.,1,...

You just put this in:

 exten => _+.,1,Goto(00${EXTEN:1},1)

And poof, all numbers starting with + get it replaced with 00.

You may need to do more munching of course, and 00 may not be right
for you.


/Benny



_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to