mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-01 04:29:38 -07:00
fix trunk building
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@227643 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -12623,7 +12623,7 @@ static void *ss7_linkset(void *data)
|
||||
case CPG_EVENT_PROGRESS:
|
||||
case CPG_EVENT_INBANDINFO:
|
||||
{
|
||||
struct ast_frame f = { AST_FRAME_CONTROL, AST_CONTROL_PROGRESS, };
|
||||
struct ast_frame f = { AST_FRAME_CONTROL, { AST_CONTROL_PROGRESS } };
|
||||
ast_debug(1, "Queuing frame PROGRESS on CIC %d\n", p->cic);
|
||||
dahdi_queue_frame(p, &f, linkset);
|
||||
p->progress = 1;
|
||||
@@ -12845,7 +12845,7 @@ static void *ss7_linkset(void *data)
|
||||
isup_rel(ss7, e->acm.call, -1);
|
||||
break;
|
||||
} else {
|
||||
struct ast_frame f = { AST_FRAME_CONTROL, AST_CONTROL_PROCEEDING, };
|
||||
struct ast_frame f = { AST_FRAME_CONTROL, { AST_CONTROL_PROCEEDING } };
|
||||
|
||||
p = linkset->pvts[chanpos];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user