From: Mark Michelson Date: Fri, 2 Aug 2013 17:50:40 +0000 (+0000) Subject: And get rid of another ast_bridged_channel() X-Git-Tag: 13.0.0-beta1~1347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6fc47d9526729eb576e942e0a6eedf5686cc4b;p=thirdparty%2Fasterisk.git And get rid of another ast_bridged_channel() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396145 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/sig_pri.c b/channels/sig_pri.c index f494c825c3..3b3902f343 100644 --- a/channels/sig_pri.c +++ b/channels/sig_pri.c @@ -7292,7 +7292,7 @@ static void *pri_dchannel(void *vpri) #if defined(HAVE_PRI_AOC_EVENTS) if (!pri->pvts[chanpos]->holding_aoce && pri->aoce_delayhangup - && ast_bridged_channel(pri->pvts[chanpos]->owner)) { + && ast_channel_is_bridged(pri->pvts[chanpos]->owner)) { sig_pri_send_aoce_termination_request(pri, chanpos, pri_get_timer(pri->pri, PRI_TIMER_T305) / 2); } else if (detect_aoc_e_subcmd(e->hangup.subcmds)) {