Modify Diversion Header with LUA
the following LUA script can be used to over write a diversion header from CUCM.
M={}
function M.outbound_INVITE(msg)
msg:applyNumberMask("Diversion", "4078222000")
end …the following LUA script can be used to over write a diversion header from CUCM.
M={}
function M.outbound_INVITE(msg)
msg:applyNumberMask("Diversion", "4078222000")
end …