How to amend dial plan to 3CX?

Status
Not open for further replies.

pacpac

Forum User
Joined
Jan 12, 2012
Messages
87
Reaction score
1
Hi, I am currently using this dial plan:

(00x.|<0:0044>[1-357-9]xxxxxxxx|<0:0044>[1-357-9]xxxxxxxxxS0|*xx|[1-9]xxS0)

How do I amend so I would be able to dial, *777, *1, etc.? Thanks.
 
What is your device -- the dial plan looks like Cisco/Linksys SPA.
In this case you simply add *1 and *777 to dial plan. Note you have already *xx, which are internal codes for SPA devices.

You must change the existing dialplan
(00x.|<0:0044>[1-357-9]xxxxxxxx|<0:0044>[1-357-9]xxxxxxxxxS0|*xx|[1-9]xxS0)
to
(00x.|<0:0044>[1-357-9]xxxxxxxx|<0:0044>[1-357-9]xxxxxxxxxS0|*777|*1|[1-9]xxS0)
You may need to modify the internal SPA codes if 3CX dialplan conflicts with the device (from device menu).

Regards
 
Thanks, just tried to insert *777 and it works fine. Do I need to insert every *(then code) for each code I want to use in 3CX, or is it a generic string I can set applicable for all * codes?
 
Have a look at this link.

http://www.scribd.com/doc/238209/LinksysSipura-Dial-Plan-tutorial

You can use an "x" to mean any digit, or you can specify a single digit (that is allowed), or a range of digits.

So |*xxx| would allow any 3 digit star code, or |*7xx| would allow only codes beginning with 7.

Codes are "match attempted" from left to right.
 
Thanks, this dial plan works perfectly:

(00x.|<0:0044>[1-357-9]xxxxxxxx|<0:0044>[1-357-9]xxxxxxxxxS0|*xxx|*xx|*x|[1-9]xxS0)
 
Status
Not open for further replies.

Forum statistics

Threads
111,852
Messages
589,389
Members
164,691
Latest member
Daz1964