summaryrefslogtreecommitdiff
path: root/channels/misdn/fac.h
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2005-12-09 11:01:18 +0000
committerChristian Richter <christian.richter@beronet.com>2005-12-09 11:01:18 +0000
commit7dfa72cdee99501e13f3dab014847c9565eb172a (patch)
tree274e276759789c2ccbf4891f61889e298939ae2f /channels/misdn/fac.h
parent52d3ddabd155df0c0a128417d7803cd55989d2cb (diff)
committed head of chan_misdn with a lot of new features. Most important of all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn/fac.h')
-rw-r--r--channels/misdn/fac.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/channels/misdn/fac.h b/channels/misdn/fac.h
new file mode 100644
index 000000000..acc41f17f
--- /dev/null
+++ b/channels/misdn/fac.h
@@ -0,0 +1,8 @@
+#ifndef FAC_H
+#define FAC_H
+
+void fac_enc( unsigned char **ntmsg, msg_t * msg, enum facility_type type, union facility fac, struct misdn_bchannel *bc);
+
+void fac_dec( unsigned char *p, Q931_info_t *qi, enum facility_type *type, union facility *fac, struct misdn_bchannel *bc);
+
+#endif