Displaying 2 results from an estimated 2 matches for "bye_bye".
2007 Nov 21
1
[1.4 - Record] How to tell if user did leave a msg?
...AV file)
exten => _[1-4],n,TrySystem(/root/asterisk/send_call_notification.py
"${CALLERIDNAME}" ${CALLERIDNUM} ${SOFTWARE} ${CALLTIME}.wav)
exten => _[1-4],n,ExecIf($[${SYSTEMSTATUS} != SUCCESS],Verbose,Error
sending e-mail)
exten => _[1-4],n,Playback(/root/asterisk_sound_files/bye_bye)
exten => _[1-4],n,Hangup()
========
Should I use another application?
Thank you.
2007 Nov 10
2
Record() : How to get filename created with %d?
...d's htdocs
;How to get filename?
exten => _[1-4],n,TrySystem(mv /tmp/msg%d.wav /var/www/asterisk/)
;ExecIf fails running Verbose()
exten => _[1-4],n,ExecIf($[ ${SYSTEMSTATUS} != "SUCCESS"
],Verbose,Failed moving WAV file)
exten => _[1-4],n,Playback(/root/asterisk_sound_files/bye_bye)
exten => _[1-4],n,Hangup()
===========
Any idea?
Thank you.