|
|
@ -3483,7 +3483,8 @@ enum ast_bridge_result ast_channel_bridge(struct ast_channel *c0, struct ast_cha
|
|
|
|
(config->timelimit == 0) &&
|
|
|
|
(config->timelimit == 0) &&
|
|
|
|
(c0->tech->bridge == c1->tech->bridge) &&
|
|
|
|
(c0->tech->bridge == c1->tech->bridge) &&
|
|
|
|
!nativefailed && !c0->monitor && !c1->monitor &&
|
|
|
|
!nativefailed && !c0->monitor && !c1->monitor &&
|
|
|
|
!c0->spies && !c1->spies) {
|
|
|
|
!c0->spies && !c1->spies && !ast_test_flag(&(config->features_callee),AST_FEATURE_REDIRECT) &&
|
|
|
|
|
|
|
|
!ast_test_flag(&(config->features_caller),AST_FEATURE_REDIRECT) ) {
|
|
|
|
/* Looks like they share a bridge method and nothing else is in the way */
|
|
|
|
/* Looks like they share a bridge method and nothing else is in the way */
|
|
|
|
if (option_verbose > 2)
|
|
|
|
if (option_verbose > 2)
|
|
|
|
ast_verbose(VERBOSE_PREFIX_3 "Attempting native bridge of %s and %s\n", c0->name, c1->name);
|
|
|
|
ast_verbose(VERBOSE_PREFIX_3 "Attempting native bridge of %s and %s\n", c0->name, c1->name);
|
|
|
|