Hello Everyone, Can anyone help me with the Lua scripting. I have created the below response normalization Lua script. M={}function M.outbound_404_INVITE(msg)msg:setResponseCode(406, "Not Accepted")endreturn M This is applied on the SIP trunk to the...