summaryrefslogtreecommitdiff
path: root/channels/sig_pri.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-08-02 17:50:40 +0000
committerMark Michelson <mmichelson@digium.com>2013-08-02 17:50:40 +0000
commitab6fc47d9526729eb576e942e0a6eedf5686cc4b (patch)
tree42e36be04386289a14016a9f83cb6672d158234c /channels/sig_pri.c
parent309d7e08f0842ffe6ae72324dcd2b290a6e3232a (diff)
And get rid of another ast_bridged_channel()
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396145 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_pri.c')
-rw-r--r--channels/sig_pri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sig_pri.c b/channels/sig_pri.c
index f494c825c..3b3902f34 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)) {