MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

FreeSWITCH presence changes/BLF #382

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the latest version of FreeSWITCH (FreeSWITCH Version 1.2.7+git), I'm 
noticing some oddities with BLF on an SPA-509G.  This may be a result of having 
multiple extensions enabled on the phone.

Behavior:  BLF buttons start blinking fast red for some phones.  When the Cisco 
goes off, it also affects other phones (Yealink) in our office.  Until the 
state of presence changes (an affected extension makes a call for example), 
presence is haywire.

adding the following line to 
/usr/local/freeswitch/conf/sip_profiles/internal.xml seems to resolve the 
issue.  It would probably be good to make this a default setting:

<param name="send-presence-on-register" value="true"/>

Original issue reported on code.google.com by soape...@gmail.com on 11 Mar 2013 at 1:43

GoogleCodeExporter commented 9 years ago
Set send-presence-on-register to true by default as requested.

Original comment by markjcrane@gmail.com on 27 Apr 2014 at 9:41