Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi all,
I have a list of names, to insert to my P-Asserted-Identity during the ringing state.
It's working while I use it static at the Normalization body, but I have a big list of names for all my 200 DNs. I tryed to use dofile("./tftp/Oppa.lua") I put the file there, but its not working. Is this path correct? doFile work for CUCM? I will thy io.open next.
Anyone can help me? Thanks

The Cisco SIP Lua environment only supports the string library in its entirety and a subset of the base library:
For the base library, the following is supported: • ipairs • pairs • next • unpack • error • type • tostring