mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Merged revisions 134481 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r134481 | tilghman | 2008-07-30 14:05:35 -0500 (Wed, 30 Jul 2008) | 13 lines Merged revisions 134480 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r134480 | tilghman | 2008-07-30 14:03:44 -0500 (Wed, 30 Jul 2008) | 5 lines launch_netscript sometimes returns -1, which fails to set AGISTATUS. Map failure to -1, so that AGISTATUS is always set. (closes issue #13199) Reported by: smw1218 ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -100,10 +100,10 @@ static int agidebug = 0;
|
||||
#define AGI_PORT 4573
|
||||
|
||||
enum agi_result {
|
||||
AGI_RESULT_FAILURE = -1,
|
||||
AGI_RESULT_SUCCESS,
|
||||
AGI_RESULT_SUCCESS_FAST,
|
||||
AGI_RESULT_SUCCESS_ASYNC,
|
||||
AGI_RESULT_FAILURE,
|
||||
AGI_RESULT_NOTFOUND,
|
||||
AGI_RESULT_HANGUP,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user