mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Merged revisions 232355 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r232355 | file | 2009-12-02 13:04:52 -0400 (Wed, 02 Dec 2009) | 5 lines Fix a bug where if you hung up very quickly after calling AMD it would overwrite the AMDSTATUS of HANGUP with TOOLONG. (closes issue #16239) Reported by: CGMChris ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232356 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -264,6 +264,7 @@ static void isAnsweringMachine(struct ast_channel *chan, const char *data)
|
|||||||
ast_verb(3, "AMD: Channel [%s]. HANGUP\n", chan->name);
|
ast_verb(3, "AMD: Channel [%s]. HANGUP\n", chan->name);
|
||||||
ast_debug(1, "Got hangup\n");
|
ast_debug(1, "Got hangup\n");
|
||||||
strcpy(amdStatus, "HANGUP");
|
strcpy(amdStatus, "HANGUP");
|
||||||
|
res = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user