Displaying 3 results from an estimated 3 matches for "fnadeau".
Did you mean:
nadeau
2003 May 23
1
Beginner: Dial and Playback
How can I dial a number (xxx) xxx-xxxx and play a sound file when the call is answered.
So far I got
exten => x,1,Dial, Zap/1/(xxx)xxx-xxxx|tt
exten => x,2,Playback,Somefile
exten => x,3,Hangup
of course when the call is answered priority 2 is never executed.
If someone can tell me where to look for that kind of answers I'll be glad to search by myself. For now, I just don't
2003 Sep 04
3
Call script after hangup
Beginner: How can a script be called after a calling user hangup?
What's wrong with this:
[incoming]
exten => s,1,Playback,welcome
exten => s,2,Record,msgfile:gsm
exten => h,1,Goto(callscript,1,1)
[callscript]
exten => 1,1,Wait,5
exten => 1,2,System("SomeScript")
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Sep 02
3
Outgoing call answer confirmation
Using Digium's "Asterisk Developer's Kit (TDM)",
I've been trying to make an outside call by copying sample.call to /var/spool/asterisk/outgoing.
I want the VoiceMailMain to run when the call is answered.
The call is made correctly but, as you probably know, the application starts as soon as the call is made.
I see there are two solutions:
Using callprogress=yes in