aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-21 16:54:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-21 16:54:43 +0000
commitb4d04fa5fe5a68576dd22c8197be092108afa4d8 (patch)
tree709b9372fc11aaf84f49e087054f6a9ffb6f5d65 /UPGRADE.txt
parentb08887c77ff6369eb578b13d870d366717ded6db (diff)
Document AGI SIGHUP changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6345 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rwxr-xr-xUPGRADE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index e0b4d7842..509e318f1 100755
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -130,3 +130,10 @@ Extensions:
CONGESTION, or HANGUP based on Asterisk's best guess. If you are
writing an extension for IVR, you must use the WaitExten application
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.