From: Mark Spencer Date: Sun, 21 Aug 2005 16:54:43 +0000 (+0000) Subject: Document AGI SIGHUP changes X-Git-Tag: 1.2.0-beta1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6732b52d8c52cc2bc2655fa0883a4fd1a25b4f9;p=thirdparty%2Fasterisk.git Document AGI SIGHUP changes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6345 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index e0b4d78424..509e318f12 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.