11-01-2019 01:59 PM
Any thoughts or ideas on how to make this work? I'm looking at normalization scripts on CUCM but do not know if is possible to change the METHOD type or how to do that if it is possible. Thanks for any suggestions/help you can provide.
Solved! Go to Solution.
11-02-2019 05:17 AM
I was able to resolve this today. I used the following normalization script to remove the "UPDATE" option as being allowed on the Avaya B179. Ithen applied the normalization script to the SiP profile applied to the B179.
M = {}
function M.inbound_REGISTER(msg)
msg:removeHeaderValue("Allow", "UPDATE")
end
function M.inbound_INVITE(msg)
msg:removeHeaderValue("Allow", "UPDATE")
end
return M
11-02-2019 05:17 AM
I was able to resolve this today. I used the following normalization script to remove the "UPDATE" option as being allowed on the Avaya B179. Ithen applied the normalization script to the SiP profile applied to the B179.
M = {}
function M.inbound_REGISTER(msg)
msg:removeHeaderValue("Allow", "UPDATE")
end
function M.inbound_INVITE(msg)
msg:removeHeaderValue("Allow", "UPDATE")
end
return M
03-29-2020 02:11 AM
Hi there,
sorry but I’ve not understood where did you place the normalization script, could you kindly explain me?
Anyway, since I’ve never used this model of phone with a UCM, could you confirm me that is working fine?
Thanks a lot for your reply
Paolo
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide