aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 18:42:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 18:42:56 +0000
commitc2e686055b62679c5a776aed6b8e305dddb93a1d (patch)
treee094b6e6b8cf9ba3c8ab8aad974df9e58ea37594 /apps
parentba03cdd7db48b4f429d06c3bf1cb8f92c8a9b1fc (diff)
Merged revisions 12927 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r12927 | russell | 2006-03-14 13:41:05 -0500 (Tue, 14 Mar 2006) | 3 lines when using the G() option to Dial, fix sending the called channel to 1 priority beyond what was specified (issue #6523) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12928 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_dial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 20726e134..6b51670a1 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1425,7 +1425,6 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
}
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);