cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
870
Views
0
Helpful
0
Replies

CUCM Lua Scripting

Polycom ---> CUCM ---> vTPS.

Problem:

Polycom to UCM:

From: <sip:IT%20Group%20Room@Polycom-DMA>;tag=????

 

UCM to Conductor:

From: <sip:IT%20Group%20Room@CUCM-IP>;tag=?????

To: <sip:Conference-Alias@vTPS>

 

 

vTPs:

Found "To" = "<sip:IT%20Group%20Room@CUCM-IP>;tag=????"

The Polycom System is adding %20 to every space that is empty, I need help removing it from the Inboud Invite:

M = {}

function M.outbound_INVITE(msg)

local FROM= msg:getHeader("From") 

if string.matc("%20")

then

-- Removing %20 and replace with space?.

else

Thanks for the help

0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: