Yealink Forums

Full Version: How to point phone to Dialnow.xml
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I need to make our phones get a dialnow.xml file I have created for our dialnows. We are using t26p and t20p phones running v72. I have created the xml file as below:

<?xml version="1.0" encoding="UTF-8"?>
-<DialNow>
<Data LineID="0" DialNowRule="0[3-9]xxxxxxx"/>
<Data LineID="0" DialNowRule="2[1-4]x"/>
<Data LineID="0" DialNowRule="[2,3,4,5,9]xxxxxx"/>
</DialNow>

I have placed the file into the tftpboot folder on the pbx.

What do I need to enter into my auto-provision config to point the phones to this xml file?

Matt
Hi Matt,
You can refer to below configuration parameters:

#!version:1.0.0.1
dialplan_dialnow.url =

For example, enter “tftp://192.168.1.100/DialNow.xml” in the “dialplan_dialnow.url =”
field. During the auto provisioning process, the phone connects to the provisioning
server “192.168.1.100”, and downloads the dial-now file “DialNow.xml”.

The xml file as below:

<?xml version="1.0" encoding="UTF-8" ?>
- <DialNow>
<Data LineID="0" DialNowRule="0[3-9]xxxxxxx" />
<Data LineID="0" DialNowRule="2[1-4]x" />
<Data LineID="0" DialNowRule="[2,3,4,5,9]xxxxxx" />
</DialNow>

Any question, you can refer to the following doc page 22-23.

http://www.yealink.com/Upload/T2X/201421...V72_25.pdf

Hope this helps!
Reference URL's