]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ZT_SIG_HARDHDLC needs ZT_SIG_CLEAR bit set too, fixes OPENZAP-96
authorStefan Knoblich <stkn@freeswitch.org>
Wed, 16 Dec 2009 21:50:46 +0000 (21:50 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Wed, 16 Dec 2009 21:50:46 +0000 (21:50 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@941 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/ozmod/ozmod_zt/ozmod_zt.h

index f82cf0ff1080e0bd716cb2a6d31734206ca8e093..687269a98329d7277a2cf84b3ba3a4e4b9e2e50a 100644 (file)
@@ -242,7 +242,7 @@ ZT_SIG_CLEAR                                = (1 << 7),
 ZT_SIG_HDLCRAW                         = ((1 << 8)  | ZT_SIG_CLEAR),
 ZT_SIG_HDLCFCS                         = ((1 << 9)  | ZT_SIG_HDLCRAW),
 ZT_SIG_CAS                  = (1 << 15),
-ZT_SIG_HARDHDLC                                = (1 << 19),
+ZT_SIG_HARDHDLC                                = ((1 << 19) | ZT_SIG_CLEAR),
 } zt_sigtype_t;
 
 typedef enum {