dect
/
asterisk
Archived
13
0
Fork 0

Fix bug where point code gets corrupted on CPG

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@72437 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mattf 2007-06-28 16:35:38 +00:00
parent 0762695732
commit 6e0e033e94
1 changed files with 1 additions and 1 deletions

View File

@ -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;