Index: apps/app_chanisavail.c =================================================================== --- apps/app_chanisavail.c (revision 7539) +++ apps/app_chanisavail.c (working copy) @@ -139,7 +139,7 @@ if (res < 1) { pbx_builtin_setvar_helper(chan, "AVAILCHAN", ""); pbx_builtin_setvar_helper(chan, "AVAILORIGCHAN", ""); - if (priority_jump || option_priority_jumping) { + if (priority_jump && option_priority_jumping) { if (ast_goto_if_exists(chan, chan->context, chan->exten, chan->priority + 101)) { LOCAL_USER_REMOVE(u); return -1;