mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 04:46:29 +00:00
Document AGI SIGHUP changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -130,3 +130,10 @@ Extensions:
|
|||||||
CONGESTION, or HANGUP based on Asterisk's best guess. If you are
|
CONGESTION, or HANGUP based on Asterisk's best guess. If you are
|
||||||
writing an extension for IVR, you must use the WaitExten application
|
writing an extension for IVR, you must use the WaitExten application
|
||||||
if "autofallthrough" is set to yes.
|
if "autofallthrough" is set to yes.
|
||||||
|
|
||||||
|
AGI:
|
||||||
|
|
||||||
|
* AGI scripts did not always get SIGHUP at the end, previously. That
|
||||||
|
behavior has been fixed. If you do not want your script to terminate
|
||||||
|
at the end of AGI being called (e.g. on a hangup) then set SIGHUP to
|
||||||
|
be ignored within your application.
|
||||||
|
Reference in New Issue
Block a user