mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix bug where point code gets corrupted on CPG
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user