Yealink Forums
T28 Dial Plan Replace - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: T28 Dial Plan Replace (/showthread.php?tid=1027)



T28 Dial Plan Replace - pmterp - 11-14-2013 11:38 PM

Hey Guys,
I'm working on a provisioning template currently for a T28 and I've got pretty much everything else going but can't seem to get the replace option in the dial plan to work. Looking on the provision guide posted on the yealink site it shows:
dialplan.item.X = Enabled,Prefix,Replaced,LineID
I tried
dialplan.item.3 = *21xxxx*xxx,*21
and
dialplan.item.4 = enabled,*21xxxx*xxx,*21,1
but neither are working.
I did get the dial now rule to work with:
dialnow.item.1 = 1xxxxxxxxxx

Anyone else having trouble with this or have any recommendations?

Thanks


RE: T28 Dial Plan Replace - Yealink Support - 11-25-2013 04:17 PM

Hi pmterp,

you should set the dialplan for example:

dialplan.item.3=1,*21xxxx*xxx,*21,1


RE: T28 Dial Plan Replace - pmterp - 12-03-2013 01:02 AM

(11-25-2013 04:17 PM)Yealink Support Wrote:  you should set the dialplan for example:

dialplan.item.3=1,*21xxxx*xxx,*21,1

Or you can use below syntax:
(Dial-now)
dialplan.dialnow.rule.X =
dialplan.dialnow.line_id.X =
(replace)
dialplan.replace.prefix.X =
dialplan.replace.replace.X =
dialplan.replace.line_id.X =

Thanks guys. The first example worked and accomplished what I needed:
dialplan.item.3=1,*21xxxx*xxx,*21,1

Just so you'll know, I also tried:
dialplan.replace.prefix.1 = *21xxxx*xxx
dialplan.replace.replace.1 = *21
dialplan.replace.line_id.1 = 1
and this did not work.


RE: T28 Dial Plan Replace - Yealink Support - 12-03-2013 06:16 PM

Hi pmterp,

Sorry for the misunderstanding.

In latest version of T28, below syntax can't take effect now.

(Dial-now)
dialplan.dialnow.rule.X =
dialplan.dialnow.line_id.X =
(replace)
dialplan.replace.prefix.X =
dialplan.replace.replace.X =
dialplan.replace.line_id.X =

Sorry again for the confusion.