summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2009-08-05 22:46:37 +0000
committerRichard Mudgett <rmudgett@digium.com>2009-08-05 22:46:37 +0000
commit53ea9a0576b0920dcbb1935859a648a791f88439 (patch)
tree6c70340f3296e64f7f19953b67a46c3a0f8dfa56 /channels/sig_pri.h
parent59c62be7f5dcc5b45130af12ed71a732b0bf3cb8 (diff)
More changes from chan_dahdi that did not make it into sig_pri.
* Q.SIG channel mapping option. * discardremoteholdretrieval option. * libPRI debug defines. * pri_set_overlapdial() now set correctly. * pthread creation of pri_ss_thread now matches. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@210696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index e2f0ef1fd..11b1e9fd9 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -83,6 +83,10 @@ struct sig_pri_callback {
#define SIG_BRI (0x2000000 | DAHDI_SIG_CLEAR)
#define SIG_BRI_PTMP (0X4000000 | DAHDI_SIG_CLEAR)
+/* QSIG channel mapping option types */
+#define DAHDI_CHAN_MAPPING_PHYSICAL 0
+#define DAHDI_CHAN_MAPPING_LOGICAL 1
+
/* Overlap dialing option types */
#define DAHDI_OVERLAPDIAL_NONE 0
#define DAHDI_OVERLAPDIAL_OUTGOING 1