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:
Christian Richter
2006-04-26 14:51:32 +00:00
parent c2d851de2b
commit 2bde492ea9

View File

@@ -882,9 +882,12 @@ void parse_facility (struct isdn_msg msgs[], msg_t *msg, struct misdn_bchannel *
printf("Parsing FACILITY Msg\n");
#endif
#ifdef FACILITY_DECODE
{
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)