progress 930 src/ftmod/ftmod_isdn/ftmod_isdn.c Q931ie_ProgInd progress; progress 935 src/ftmod/ftmod_isdn/ftmod_isdn.c progress.IEId = Q931ie_PROGRESS_INDICATOR; progress 936 src/ftmod/ftmod_isdn/ftmod_isdn.c progress.Size = sizeof(Q931ie_ProgInd); progress 937 src/ftmod/ftmod_isdn/ftmod_isdn.c progress.CodStand = Q931_CODING_ITU; /* ITU */ progress 938 src/ftmod/ftmod_isdn/ftmod_isdn.c progress.Location = 1; /* private network serving the local user */ progress 939 src/ftmod/ftmod_isdn/ftmod_isdn.c progress.ProgDesc = 8; /* call is not end-to-end isdn = 1, in-band information available = 8 */ progress 940 src/ftmod/ftmod_isdn/ftmod_isdn.c gen->ProgInd = Q931AppendIE((L3UCHAR *) gen, (L3UCHAR *) &progress);