Displaying 1 result from an estimated 1 matches for "m_channelvar".
2008 Jan 29
1
SET with pipe symbol
Hi,
I want to place a pipe symbol in a variable by using the command Set
I tried the following code:
Set(M_CHANNELVAR=${UNIQUEID}|${CALLERID(number))
When I call to my applicatie I see the following output in my CLI :
Ignoring entry '612345678' with no = (and not last 'options'
entry)
(in my test call ${CALLERID(number) = 061234578)
I tried to escape the pipe symbol by using \ (ba...