mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user