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:
a17e7a0
)
Fix bug where point code gets corrupted on CPG
author
Matthew Fredrickson
<creslin@digium.com>
Thu, 28 Jun 2007 16:35:38 +0000
(16:35 +0000)
committer
Matthew Fredrickson
<creslin@digium.com>
Thu, 28 Jun 2007 16:35:38 +0000
(16:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72437
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
389d70b
..
2ed4168
100644
(file)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-8651,7
+8651,7
@@
static void *ss7_linkset(void *data)
{
struct ast_frame f = { AST_FRAME_CONTROL, AST_CONTROL_PROGRESS, };
ast_debug(1, "Queuing frame PROGRESS on CIC %d\n", p->cic);
- zap_queue_frame(p, &f, ss7);
+ zap_queue_frame(p, &f, linkset);
p->progress = 1;
}
break;