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

_______________________________________________
Blink mailing list
Blink@lists.ag-projects.com
http://lists.ag-projects.com/mailman/listinfo/blink

Reply via email to