Yealink Forums

Full Version: dial now and replace
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
By holding the digit 1 for 3 seconds i want to get the phone to dial 1012.

Entering the sequence in the phone gui works ok

but putting the following in the auto provision template does nothing.

phone_setting.dialnow_delay = 3
dialplan.replace.prefix.1=1
dialplan.dialnow.rule.1 = 1
dialplan.replace.replace.1 = 1012

am i doing something wrong ?

Chris
(08-07-2016 10:44 PM)Chris Barron Wrote: [ -> ]By holding the digit 1 for 3 seconds i want to get the phone to dial 1012.

Entering the sequence in the phone gui works ok

but putting the following in the auto provision template does nothing.

phone_setting.dialnow_delay = 3
dialplan.replace.prefix.1=1
dialplan.dialnow.rule.1 = 1
dialplan.replace.replace.1 = 1012

am i doing something wrong ?

Chris

Hi Sir,

Please note that you may be lose the parameter "#!version:1.0.0.1" in the provision file. Please use the following below and test again:

#!version:1.0.0.1

phone_setting.dialnow_delay = 3
dialplan.replace.prefix.1=1
dialplan.dialnow.rule.1 = 1
dialplan.replace.replace.1 = 1012
Reference URL's