From e6732b52d8c52cc2bc2655fa0883a4fd1a25b4f9 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sun, 21 Aug 2005 16:54:43 +0000 Subject: [PATCH] Document AGI SIGHUP changes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6345 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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.