projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3113f07
)
Note to self, always compile before committing.
author
Matthew Fredrickson
<creslin@digium.com>
Fri, 25 Aug 2006 15:20:16 +0000
(15:20 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Fri, 25 Aug 2006 15:20:16 +0000
(15:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41068
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_zap.c
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
55d55c4
..
4eafcda
100644
(file)
--- 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)