Displaying 2 results from an estimated 2 matches for "howat".
Did you mean:
howart
2007 Jan 26
0
Dialplan - play sample, interrupt on * and return value?
Hi Asteriskers,
I have the following :
exten => 1,1,Playback(sample)
exten => 1,2,Read(response,,1)
exten => 1,3,GotoIf($["${response}" != "*"]?300:100)
exten => 1,100,Playback(hello)
exten => 1,101, [[[ do stuff ]]]
exten => 1,300,Playback(reject)
exten => 1,301,Hangup
Which plays a confirmation sample, waits for the user to press * and then
continues
2007 Apr 18
0
Dial out from AGI and then connect it to another dialled out call
Hi there,
I'm converting a dialplan callback type application to fastagi as I'm
hitting the buffers with respects to getting useful results from CDRs.
It works by a spool call file triggering a Local extension, that extension
then does the first dial to a client. I dial to a local context from the
spool file as I need proper return codes as in ${DIALSTATUS} which are not
available