Displaying 1 result from an estimated 1 matches for "mynewvalu".
Did you mean:
mynewvalue
2007 Jan 19
1
Set Parameter of Call Files
...ll,
I'm implementing call files and everything works nicely except that the
variable that I set in the call file does not seem to get populated.
Channel: SIP/MyProvider/9105555555
MaxRetries: 1
RetryTime: 60
WaitTime: 30
Context: myCallFileContext
Extension: s
Priority: 1
Set: myVar=MyNewValue
and...
[myCallFileContext]
exten=>s,1,NoOp(${myVar}) ; <====== myVar is empty
I thought it might be related to write space since call files didn't
seem to work until inserted a tab (9) between param name and value. I
tried just using a single space as well, but it didn't seem...