Kitz Forum

Broadband Related => Voice over IP (VoIP) => Topic started by: dtech on September 16, 2022, 11:09:35 AM

Title: Zyxel SIP Dial Plan
Post by: dtech on September 16, 2022, 11:09:35 AM
Hi all,

As anyone successfully configured dial plan rules on their Zyxel?

It looks like older models/FW had it on the GUI, while newer ones don't, but it's still there on the config file:

"(...)
X_ZYXEL_Common":{
          "VoipIOPFlags":0,
          "DialPlan":"105@|105|123@",
          "VoipPort":0,
          "Ivrsyspermit":false,
          "IvrLanguage":0,
          "Ivrcodec":0,
          "SpecialFlag":0,
          "CallFallBack":false,
          "Activedialplan":true,
(...)"

I've tried different formats:
"(105@|123|999)"
"(999S0|10xS0|111S0|0|00|1[24]10xxxxxxxxxxS0|1[4-5]71S0|0[1-9]xxxxxxxxxS0|122S0|150S0|17xS0|xxxxxxxxxxxx.)"
"105@|105|123"

But nothing seems to work.

I've got the backup file from an older model which has the dial plan on the GUI, but the config file is .xml instead of .json so I assume that's why using the same format doesn't work.
Old xml:
 <DigitMap>105@|123@</DigitMap>
New json:
"DialPlan":"105@|105|123@",

Wits end on this one.
Any help appreciate.
Thanks. :fingers:

Edit: Solution found, and now seems obvious, edit the DigitMap field on the new Zyxel instead of DialPlan field.
Changed both "DigitMap" and "X_ZYXEL_DigitMap".
Title: Re: Zyxel SIP Dial Plan
Post by: tubaman on September 16, 2022, 11:25:27 AM
Which model of Zyxel do you have and how are you logged into the GUI, as the VOIP settings may only be set to appear when logged-in as 'supervisor' rather than 'admin'?
Title: Re: Zyxel SIP Dial Plan
Post by: dtech on September 16, 2022, 11:30:28 AM
Hi Tubaman,

I'm in as supervisor, VMG8623-T50B.
Title: Re: Zyxel SIP Dial Plan
Post by: tubaman on September 16, 2022, 11:36:35 AM
Assume that does have phone sockets on the back as some versions appear not to have? If it doesn't then perhaps that is why there's no VOIP config option as the supervisor user should have access to everything available in the GUI.
Title: Re: Zyxel SIP Dial Plan
Post by: dtech on September 16, 2022, 11:37:31 AM
Yep, it's got dual phone ports.

Edit: There are VOIP settings, just the dial plan one's don't show up on the GUI.
Title: Re: Zyxel SIP Dial Plan
Post by: tubaman on September 16, 2022, 12:09:55 PM
Just found this article - https://kb.zyxel.com/KB/searchArticle!gwsViewDetail.action?articleOid=010324&lang=EN - but not sure if it applies to your router but it does suggest the dial plan is set at command line level.
Title: Re: Zyxel SIP Dial Plan
Post by: dtech on September 16, 2022, 12:13:10 PM
Thank you tuba, I had tried that, the VMG8623 doesn't have the "Voice dial set" commands unfortunately.

I've made some progress, editing the DigitMap field instead of dial plan seems to work for individual numbers.

Okay, adding the full dial plan rules to the DigitMap field works!
Thank you!
Title: Re: Zyxel SIP Dial Plan
Post by: tubaman on September 16, 2022, 12:42:27 PM
...
Okay, adding the full dial plan rules to the DigitMap field works!
Thank you!

Excellent - glad you've got it working.