Displaying 1 result from an estimated 1 matches for "callingout".
2011 Jan 04
1
Go from CALLINGout to just CALLING
Hello list,
how can I go from CALLINGout to just CALLING ?
I've tried :
exten => s,n,Set(newVAR=${CUT(CALLINGout,,3)})
or
exten => s,n,Set(newVAR=$[CUT(CALLINGout,,3)])
But no result :
[Jan 4 11:10:12] -- Executing [s at from-S:34] NoOp("SIP/s2-0000003b",
"newVAR=") in new stack
Asterisk 1.6.10 he...