From a47587319969d22373562c90f7ef7f5c3cc89d10 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 30 May 2008 16:10:46 +0000 Subject: Add native AGI command GOSUB, as invoking Gosub with EXEC does not work properly. (closes issue #12760) Reported by: Corydon76 Patches: 20080530__bug12760.diff.txt uploaded by Corydon76 (license 14) Tested by: tim_ringenbach, Corydon76 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@119296 f38db490-d61c-443f-a65b-d21fe96a405b --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 487bdfe21..caa63d558 100644 --- a/CHANGES +++ b/CHANGES @@ -623,6 +623,9 @@ AGI Changes ----------- * Added SPEECH commands for speech recognition. A complete listing can be found using agi show. + * If app_stack is loaded, GOSUB is a native AGI command that may be used to + invoke subroutines in the dialplan. Note that calling EXEC with Gosub + does not behave as expected; the native command needs to be used, instead. Logger changes -------------- -- cgit v1.2.3