mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
freetdm: ISDN - added #ifdef for backward compatibility
This commit is contained in:
parent
473fd0ce89
commit
6fe23b69d2
@ -63,6 +63,10 @@
|
||||
#define SNGISDN_NUM_LOCAL_NUMBERS 8
|
||||
#define SNGISDN_DCHAN_QUEUE_LEN 200
|
||||
|
||||
#ifndef MI_INFO
|
||||
#define MI_INFO 0x12
|
||||
#endif
|
||||
|
||||
/* TODO: rename all *_cc_* to *_an_* */
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user