From c7191467d20b850a574ab2a87bed314a66564add Mon Sep 17 00:00:00 2001 From: Tilghman Lesher 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: https://origsvn.digium.com/svn/asterisk/trunk@119296 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/agi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk/agi.h') diff --git a/include/asterisk/agi.h b/include/asterisk/agi.h index 5085f05df..7c1a0aa68 100644 --- a/include/asterisk/agi.h +++ b/include/asterisk/agi.h @@ -27,6 +27,8 @@ extern "C" { #endif +#include "asterisk/cli.h" + typedef struct agi_state { int fd; /*!< FD for general output */ int audio; /*!< FD for audio output */ -- cgit v1.2.3