[asterisk-users] Nokia N95 + Dial Plan

Benny Amorsen benny+usenet at amorsen.dk
Sun Jun 24 12:14:51 CDT 2007


>>>>> "ND" == Nitesh Divecha <nitesh at vipernetworks.com> 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





More information about the asterisk-users mailing list