[asterisk-commits] branch 1.2 r12927 - /branches/1.2/apps/app_dial.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Mar 14 11:41:09 MST 2006
Author: russell
Date: Tue Mar 14 12:41:05 2006
New Revision: 12927
URL: http://svn.digium.com/view/asterisk?rev=12927&view=rev
Log:
when using the G() option to Dial, fix sending the called channel to 1 priority
beyond what was specified (issue #6523)
Modified:
branches/1.2/apps/app_dial.c
Modified: branches/1.2/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_dial.c?rev=12927&r1=12926&r2=12927&view=diff
==============================================================================
--- branches/1.2/apps/app_dial.c (original)
+++ branches/1.2/apps/app_dial.c Tue Mar 14 12:41:05 2006
@@ -1414,7 +1414,6 @@
}
ast_parseable_goto(chan, opt_args[OPT_ARG_GOTO]);
ast_parseable_goto(peer, opt_args[OPT_ARG_GOTO]);
- peer->priority++;
ast_pbx_start(peer);
hanguptree(outgoing, NULL);
LOCAL_USER_REMOVE(u);
More information about the asterisk-commits
mailing list