Displaying 3 results from an estimated 3 matches for "agisighup".
2010 Aug 26
2
Use of AGISIGHUP
Hi, I am setting AGISIGHUP=no before running a Perl script via AGI but
it doesn't seem to be doing anything as the script is still exiting on a
hangup and not completing properly. I am using 1.4.35 and have tried
various combinations. Can anyone shed any light on this?
Regards
Lee
-------------- next part -----------...
2010 Aug 27
1
asterisk-users Digest, Vol 73, Issue 58
...replying, please edit your Subject line so it is more specific
> than "Re: Contents of asterisk-users digest..."
>
>
> Today's Topics:
>
> 1. CDR on Transfer... (Carlos Chavez)
> 2. Re: Asterisk 1.6.1.17 ACK/BYE question (Trevor Benson)
> 3. Re: Use of AGISIGHUP (Danny Nicholas)
> 4. double DTMF digits (M S)
> 5. Re: double DTMF digits (Andres)
> 6. Re: Use of AGISIGHUP (Steve Edwards)
> 7. Re: Use of AGISIGHUP (Danny Nicholas)
> 8. Re: Use of AGISIGHUP (Steve Edwards)
> 9. Re: double DTMF digits (Matt Desbiens)
> 1...
2011 Feb 09
2
queue called by agi doesn't re-enter the script
Hello,
I tried this piece of extensions on my Asterisk 1.8:
exten => 679,1,NoOp(start)
exten => 679,2,AGI(/var/lib/asterisk/bin/test.py)
exten => 679,3,NoOp(--- end ---)
exten => 679,n,Hangup
where test.py executes a queue command.
The strange thing is my CLI never shows the '--- end ---' string.
It seems that with queues, the normal script flow is not going on to the
next