[asterisk-commits] rmudgett: branch rmudgett/hangup_handlers r369244 - /team/rmudgett/hangup_han...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 22 16:18:19 CDT 2012
Author: rmudgett
Date: Fri Jun 22 16:18:15 2012
New Revision: 369244
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369244
Log:
Fix red blob.
Modified:
team/rmudgett/hangup_handlers/apps/app_dial.c
Modified: team/rmudgett/hangup_handlers/apps/app_dial.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/hangup_handlers/apps/app_dial.c?view=diff&rev=369244&r1=369243&r2=369244
==============================================================================
--- team/rmudgett/hangup_handlers/apps/app_dial.c (original)
+++ team/rmudgett/hangup_handlers/apps/app_dial.c Fri Jun 22 16:18:15 2012
@@ -3037,7 +3037,7 @@
goto_res = ast_parseable_goto(peer, opt_args[OPT_ARG_CALLEE_GO_ON]);
} else { /* F() */
goto_res = ast_goto_if_exists(peer, ast_channel_context(chan),
- ast_channel_exten(chan), ast_channel_priority(chan) + 1);
+ ast_channel_exten(chan), ast_channel_priority(chan) + 1);
}
if (!goto_res && !ast_pbx_start(peer)) {
/* The peer is now running its own PBX. */
More information about the asterisk-commits
mailing list