From: Automerge script Date: Thu, 27 Apr 2006 17:06:05 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.8-netsec~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3190fe1c5725366a50fc4f5474454efa1609189b;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@22899 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 32ceb1e045..b7fe976632 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -9030,7 +9030,7 @@ static void *pri_dchannel(void *vpri) ast_log(LOG_WARNING, "Received SETUP_ACKNOWLEDGE on unconfigured channel %d/%d span %d\n", PRI_SPAN(e->setup_ack.channel), PRI_CHANNEL(e->setup_ack.channel), pri->span); } else { - chanpos = pri_fixup_principle(pri, chanpos, e->ring.call); + chanpos = pri_fixup_principle(pri, chanpos, e->setup_ack.call); if (chanpos > -1) { ast_mutex_lock(&pri->pvts[chanpos]->lock); pri->pvts[chanpos]->setup_ack = 1;