Grandstream digit plan

Status
Not open for further replies.

roger_roger

Member
Oct 12, 2016
198
19
18
69
I need help with 2 things please.

1) I need the digit map for a Grandstream phone that sends the calls after the 10th digit is pressed
2) I need the variable name to set in Fusion provisioning for that digit map so the phones will down load it
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
Default settings>Provision> grandstream_dial_plan

For North America with 10 digit local dialing, here's the dialplan to use...

{\p\a\r\k\+*x+ | [349]11 | [2-9]xx[2-9]xxxxxx | 1[2-9]xx[2-9]xxxxxx | 011x+ }

First part will allows "park+<parkslot>" for programmed park BLF keys. (can be omitted if not using parking slot status keys)
311, 411, 911 will dial immediately after the 3rd digit
2125551212 will dial immediately after the 10th digit
12125551212 will dial immediately after the 11th digit
International calls starting with 011 will dial after the timeout or you press the send key. (Can be omitted to disable international dialing)
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
A more complete dial plan if you want to allow feature codes to be dialed should include the defaults *x+ and x+ to allow everything else.
{\p\a\r\k\+*x+ | [349]11 | [2-9]xx[2-9]xxxxxx | 1[2-9]xx[2-9]xxxxxx | 011x+ | *x+ | x+ }

Another example for a customer with 10xx extension numbers:
{10xx | \p\a\r\k\+*x+ | [349]11 | [2-9]xx[2-9]xxxxxx | 1[2-9]xx[2-9]xxxxxx | 011x+ | *x+ | x+ }
 

roger_roger

Member
Oct 12, 2016
198
19
18
69
Default settings>Provision> grandstream_dial_plan

For North America with 10 digit local dialing, here's the dialplan to use...

{\p\a\r\k\+*x+ | [349]11 | [2-9]xx[2-9]xxxxxx | 1[2-9]xx[2-9]xxxxxx | 011x+ }

First part will allows "park+<parkslot>" for programmed park BLF keys. (can be omitted if not using parking slot status keys)
311, 411, 911 will dial immediately after the 3rd digit
2125551212 will dial immediately after the 10th digit
12125551212 will dial immediately after the 11th digit
International calls starting with 011 will dial after the timeout or you press the send key. (Can be omitted to disable international dialing)
Thank you so much! Do you know the variable name for this so the phones will pick up this dial plan via provisioning?

As an example, in settings for a Polycom, I use polycom_digimap with the dial plan as the value
 
Status
Not open for further replies.