Configuring Advanced Features
697
AlwaysFwdOff/BusyFwdOff/NoAnswF
wdOff
Deactive the always/busy/no answer forward
feature for the IP phone.
Note: It works only if the value of the
parameter “features.fwd.allow” is set to 1
(Enabled) and call forward mode is Phone, the
always/busy/no answer forward feature will
apply to all the accounts on the phone.
Example:
http://10.10.20.10/servlet?key=NoAnswFwdOff
ASW/CANCEL/HOLD/UNHOLD:xxx
Answer/end/hold/unhold a call (xxx refers to
the call-id of the active call).
Example:
http://10.10.20.10/servlet?key=ASW:33093
Note: To get the call-id of the active call,
configure the action URL:
http(s)://<phoneIPAddress>/help.xml?CallId=$
call_id
. For more information, refer to Action
URL on page 674.
phonecfg=get[&accounts=x][&dnd=x
][&fw=x]
Get firmware version, registration, DND or
forward configuration information.
The valid value of “x” is 0 or 1, 0 means you do
not need to get configuration information. 1
means you want to get configuration
information.
Note: The valid URI is:
http(s)://<phoneIPAddress>/servlet?phonecfg
=get[&accounts=x][&dnd=x][&fw=x]
Example:
http://10.10.20.10/servlet?phonecfg=get[&acc
ounts=1][&dnd=0][&fw=1]
Note
Yealink IP phones also support a combination of the variable values in the URI, but the order of
The variable value is not applicable to all events. For example, the variable value “MUTE” is only
applicable when the IP phone is during a call.
When authentication is required, you can use the following URI format:
http(s)://username:password@<phoneIPAddress>/servlet?key=variable value
or
http(s)://<phoneIPAddress>/servlet?key=variable value&@username:password
.