mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user