[asterisk-bugs] [Asterisk 0014985]: Asyncagi break missing
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 29 02:31:28 CDT 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14985
======================================================================
Reported By: nikkk
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14985
Category: Resources/res_agi
Reproducibility: always
Severity: major
Priority: normal
Status: ready for testing
Asterisk Version: 1.6.1-rc1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 190371
Request Review:
======================================================================
Date Submitted: 2009-04-28 09:13 CDT
Last Modified: 2009-04-29 02:31 CDT
======================================================================
Summary: Asyncagi break missing
Description:
"asyncagi break" command is missing on Asterisk SVN-branch-1.6.1-r190371
======================================================================
----------------------------------------------------------------------
(0103914) nikkk (reporter) - 2009-04-29 02:31
http://bugs.digium.com/view.php?id=14985#c103914
----------------------------------------------------------------------
Patch doesn't work, this is the output:
patching file res/res_agi.c
Hunk http://bugs.digium.com/view.php?id=1 succeeded at 774 (offset -260 lines).
Hunk http://bugs.digium.com/view.php?id=2 FAILED at 2215.
1 out of 2 hunks FAILED -- saving rejects to file res/res_agi.c.rej
res/res_agi.c.rej :
***************
*** 2209,2214 ****
*/
static struct agi_command commands[] = {
{ { "answer", NULL }, handle_answer, NULL, NULL, 0 },
{ { "channel", "status", NULL }, handle_channelstatus, NULL, NULL,
0 },
{ { "database", "del", NULL }, handle_dbdel, NULL, NULL, 1 },
{ { "database", "deltree", NULL }, handle_dbdeltree, NULL, NULL, 1
},
--- 2215,2221 ----
*/
static struct agi_command commands[] = {
{ { "answer", NULL }, handle_answer, NULL, NULL, 0 },
+ { { "asyncagi", "break", NULL }, handle_asyncagi_break, NULL,
NULL, 1 },
{ { "channel", "status", NULL }, handle_channelstatus, NULL, NULL,
0 },
{ { "database", "del", NULL }, handle_dbdel, NULL, NULL, 1 },
{ { "database", "deltree", NULL }, handle_dbdeltree, NULL, NULL, 1
},
Issue History
Date Modified Username Field Change
======================================================================
2009-04-29 02:31 nikkk Note Added: 0103914
======================================================================
More information about the asterisk-bugs
mailing list