Displaying 1 result from an estimated 1 matches for "wavemsg".
Did you mean:
wavemap
2005 Jan 25
1
Re: I think your problem has to do with how you set the variable.
...n => s,5,system(/prd/asterisk/sendxmlresponse.sh "-1 yes ${callid}
${number} ${url}" )
exten => s,6,system(/prd/asterisk/log.sh "Variabili: [menuid=${menuid}]
[number=${number}] [redirectnum=${redirectnum}] [url=${url}]
[callid=${callid}]")
exten => s,7,BackGround(${wavemsg})
If the dial command succeds * goes on the chiamamezzi-Wave context and
magically the variables get visible.
It seems an unsensible behaviour but probably I lack something,
Yes I use pri zapata channels and I am able to see and handle the BUSY
event.
Luca
Jeremy Lichfield wrote:
> I think...