Skip to content
Snippets Groups Projects
Commit 2bde492e authored by Christian Richter's avatar Christian Richter
Browse files

Facility decoding doesn't work proper yet

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22549 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c2d851de
Branches
Tags
No related merge requests found
...@@ -882,9 +882,12 @@ void parse_facility (struct isdn_msg msgs[], msg_t *msg, struct misdn_bchannel * ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment