mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +00:00
Facility decoding doesn't work proper yet
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22549 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -882,9 +882,12 @@ void parse_facility (struct isdn_msg msgs[], msg_t *msg, struct misdn_bchannel *
|
|||||||
printf("Parsing FACILITY Msg\n");
|
printf("Parsing FACILITY Msg\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef FACILITY_DECODE
|
||||||
{
|
{
|
||||||
fac_dec(facility->FACILITY, qi, &bc->fac_type, &bc->fac, bc);
|
fac_dec(facility->FACILITY, qi, &bc->fac_type, &bc->fac, bc);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
msg_t *build_facility (struct isdn_msg msgs[], struct misdn_bchannel *bc, int nt)
|
msg_t *build_facility (struct isdn_msg msgs[], struct misdn_bchannel *bc, int nt)
|
||||||
|
Reference in New Issue
Block a user