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@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
_______________________________________________
Blink mailing list
Blink@lists.ag-projects.com
http://lists.ag-projects.com/mailman/listinfo/blink

Reply via email to