From: Matthew Fredrickson Date: Thu, 28 Jun 2007 16:35:38 +0000 (+0000) Subject: Fix bug where point code gets corrupted on CPG X-Git-Tag: 1.6.0-beta1~3^2~2217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da124685f34417619c1c028b1391d56fd7a1846d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index 389d70b879..2ed4168e2f 100644 --- 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;