[Blink] Disable SUBSCRIBE Requests

Hess, Matthew Matthew.Hess at Level3.com
Thu Sep 28 02:47:09 CEST 2017


Attempting to disable SUBSCRIBE requests in Blink.  Per this thread (http://lists.ag-projects.com/pipermail/blink/2017-May/003828.html).  I've added the following to my account in the config file:
        presence:
            enabled = false
But still seeing SUBSCRIBE (Event: message-summary) messages being sent.  Can these messages be disabled?

Running Blink 3.0.0

Accounts section of config file,
Accounts:
    "sipuser at 10.1.1.1:5062":
        display_name = "sip user"
        enabled = true
        auth:
            password = 123456
            username = sipuser

        nat_traversal:
            use_ice = true


        rtp:
            audio_codec_list = PCMU, PCMA
            audio_codec_order = opus, G722, speex, GSM, iLBC, PCMU, PCMA
            video_codec_list =
            video_codec_order = H264, VP8
            encryption:
                enabled = false


        sip:
            outbound_proxy = "10.1.1.1:5062;transport=udp"
            register = false


        presence:
            enabled = false


Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/blink/attachments/20170928/68974e35/attachment.html>


More information about the Blink mailing list