Yealink Forums

Full Version: T28 Dial Plan Replace
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Hi pmterp,

you should set the dialplan for example:

dialplan.item.3=1,*21xxxx*xxx,*21,1
(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.
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.
Reference URL's