]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: fix typo in ftmod_sangoma_isdn.h causing compilation error
authorMoises Silva <moy@sangoma.com>
Thu, 4 Aug 2011 00:12:26 +0000 (20:12 -0400)
committerMoises Silva <moy@sangoma.com>
Thu, 4 Aug 2011 00:12:26 +0000 (20:12 -0400)
libs/freetdm/src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h

index 7e929d30f7132671275a69df45f4ddbc8ca478e8..8d36511b9182bc7c3f4c7fab2591527c23b0e41d 100644 (file)
@@ -63,8 +63,8 @@
 #define SNGISDN_NUM_LOCAL_NUMBERS      8
 #define SNGISDN_DCHAN_QUEUE_LEN                200
 
-#ifndef MI_INFO
-#define MI_INFO 0x12
+#ifndef MI_NOTIFY
+#define MI_NOTIFY 0x14
 #endif
 
 /* TODO: rename all *_cc_* to *_an_*  */