diff --git a/channels/misdn/isdn_msg_parser.c b/channels/misdn/isdn_msg_parser.c index 7f087c4b06cba6963febab791fd69d47084d94d6..0e0ceea6076de850d5fcad8fd45ebefbeb407d0b 100644 --- a/channels/misdn/isdn_msg_parser.c +++ b/channels/misdn/isdn_msg_parser.c @@ -283,6 +283,8 @@ static msg_t *build_progress (struct isdn_msg msgs[], struct misdn_bchannel *bc, progress=(PROGRESS_t*)((msg->data+HEADER_LEN)); + enc_ie_progress(&progress->PROGRESS, msg, 0, nt ? 1 : 5, 8, nt, bc); + if (bc->fac_out.Function != Fac_None) { enc_ie_facility(&progress->FACILITY, msg, &bc->fac_out, nt); }