[Blink] How to control REGISTER, PUBLISH, SUBSCRIBE

Dan Pascu dan at ag-projects.com
Wed May 17 11:35:38 CEST 2017


On 05/17/17 01:37, Brock Martin wrote:
> Need to be able to disable sending of REGISTER, PUBLISH, SUBSCRIBE SIP
> signals as they are not required for making outgoing calls only and if
> the ITSP or SIP proxy don't respond to them Blink continues to send this
> unnecessary traffic.

You can modify the config file (while blink is not running) and add the 
following settings for the account(s):

presence:
     enabled = False

sip:
     register = False

of use sip-settings from the sipclients scripts:

sip-settings -c ~/.blink --account set ALL presence.enabled=False 
sip.register=False



More information about the Blink mailing list