10-09-2012 07:21 AM - edited 03-21-2019 06:24 AM
Hello,
I have a SPA504G phone that was set up with a speed dial to 800 which initiates the page all feature of the phone. On the previous firmware I ran (7.4.8) That light was in a solid green state. I have recently upbraded to firmware 7.5.2b and now that key is blinking orange. The key still functions as intended and the paging works but I need to know how to get this light to show up as green again. Does anyone have any suggestions. Below is the XML line that Im using for that line.
<Extension_4_ group="Phone/Line_Key_4">Disabled</Extension_4_>
<Short_Name_4_ group="Phone/Line_Key_4">Page</Short_Name_4_>
<Share_Call_Appearance_4_ group="Phone/Line_Key_4">private</Share_Call_Appearance_4_>
<Extended_Function_4_ group="Phone/Line_Key_4">fnc=sd;sub=800@192.168.220.25</Extended_Function_4_>
<Extension_4_ group="Phone/Line_Key_4">Disabled</Extension_4_><Short_Name_4_ group="Phone/Line_Key_4">Page</Short_Name_4_>
<Share_Call_Appearance_4_ group="Phone/Line_Key_4">private</Share_Call_Appearance_4_>
<Extended_Function_4_ group="Phone/Line_Key_4">fnc=sd;sub=800@192.168.220.25</Extended_Function_4_>
02-02-2013 02:19 AM
Extended_Function are big mystery for me. Despite documentation. Especially interaction's of sub= and ext= in combined functions (like blf+sd). And the behavior is changing between firmwares (no change in documentation, no notice in changelog), so my confusion seems not to be caused by my misunderstanding of documentation.
Try one of:
fnc=sd;sub=800@192.168.220.25;ext=800@192.168.220.25
fnc=sd;ext=800@192.168.220.25
fnc=blf+sd;sub=800@192.168.220.25;ext=800@192.168.220.25
It may or may not help. Note, the last one will monitor the state of 800 as well (if supported by PBX).
04-13-2015 11:59 PM
Paging should be a speed dial. It uses multicast to the other phones, and has nothing to do with the phone system in use. Use:
fnc=sd;ext=800@$PROXY;nme=Paging
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide