From: Matthew Fredrickson Date: Fri, 25 Aug 2006 15:20:16 +0000 (+0000) Subject: Note to self, always compile before committing. X-Git-Tag: 1.4.0-beta1~289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b56d1a76ce831e7089882e16747bfe5d0b956da2;p=thirdparty%2Fasterisk.git Note to self, always compile before committing. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41068 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 55d55c4417..4eafcdac37 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -8630,7 +8630,7 @@ static void *pri_dchannel(void *vpri) ast_log(LOG_WARNING, "Unable to set gains on channel %d\n", pri->pvts[chanpos]->channel); if (e->ring.complete || !pri->overlapdial) { /* Just announce proceeding */ - p->proceeding = 1; + pri->pvts[chanpos]->proceeding = 1; pri_proceeding(pri->pri, e->ring.call, PVT_TO_CHANNEL(pri->pvts[chanpos]), 0); } else { if (pri->switchtype != PRI_SWITCH_GR303_TMC)