Disable SIP-ALG on Fortigate on specific VDOM

config system settings
    sip-expecation disable
end

config voip profile
    edit FlowVoice
    config sip
        set status disable
        set strict-register disable
    end
    next
end