Displaying 1 result from an estimated 1 matches for "snmdir".
Did you mean:
rmdir
2005 Mar 14
0
dial script, send variable problem??
...ble my script sends will not bee seen in the dialplan?
how is it possibe to send a variable via a callscript to an extention?
thanks,
alexander
-------------
...... python code ...
sound="feature-not-avail-line"
s.send('Action: Originate\r\n')
s.send('Channel: IAX2/guest@snmdir.ath.cx/501\r\n')
s.send('Context: outboundmsg\r\n')
s.send('Extention: s\r\n')
s.send('Priority: 1\r\n\r\n')
s.send('RetryTime: 300\r\n')
s.send('WaitTime: 45\r\n')
#s.send(('Variable: snd=%s\r\n') % (sound))
s.send(('SetVar: snd=%s\r\n')...