[7.912][BUG][FIXED] VOIP Security enable strict mode does not stay enabled

Hi all,
after the "enable strict mode" box is ticked and applied, the "enable strict mode" box is cleared.

I went to check the setting in the /etc/modprobe.d/netfilter and that file does not exist at this location any more.

Ian M
Parents
  • after the "enable strict mode" box is ticked and applied, the "enable strict mode" box is cleared.


    Yes, we messed that up. This will work again in the next release. To toggle that switch, you can use the console and issue:

    [FONT="Courier New"]cc set sip expect_strict 1 # or 0 to disable
    [/FONT]



    I went to check the setting in the /etc/modprobe.d/netfilter and that file does not exist at this location any more.


    That's correct too. My coworkers decided to clean up ;-)
    Take a look at 

    [FONT="Courier New"]/sys/module/nf_conntrack_sip/parameters/sip_direct_signalling[/FONT]

Reply
  • after the "enable strict mode" box is ticked and applied, the "enable strict mode" box is cleared.


    Yes, we messed that up. This will work again in the next release. To toggle that switch, you can use the console and issue:

    [FONT="Courier New"]cc set sip expect_strict 1 # or 0 to disable
    [/FONT]



    I went to check the setting in the /etc/modprobe.d/netfilter and that file does not exist at this location any more.


    That's correct too. My coworkers decided to clean up ;-)
    Take a look at 

    [FONT="Courier New"]/sys/module/nf_conntrack_sip/parameters/sip_direct_signalling[/FONT]

Children