mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 07:54:50 -07:00
Note to self, always compile before committing.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user