From: Stefan Knoblich Date: Wed, 16 Dec 2009 21:50:46 +0000 (+0000) Subject: ZT_SIG_HARDHDLC needs ZT_SIG_CLEAR bit set too, fixes OPENZAP-96 X-Git-Tag: v1.0.6~38^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=698667a0fbc41c1bf7d94156ff6a526fb0158ed3;p=thirdparty%2Ffreeswitch.git ZT_SIG_HARDHDLC needs ZT_SIG_CLEAR bit set too, fixes OPENZAP-96 git-svn-id: http://svn.openzap.org/svn/openzap/trunk@941 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/ozmod/ozmod_zt/ozmod_zt.h b/libs/openzap/src/ozmod/ozmod_zt/ozmod_zt.h index f82cf0ff10..687269a983 100644 --- a/libs/openzap/src/ozmod/ozmod_zt/ozmod_zt.h +++ b/libs/openzap/src/ozmod/ozmod_zt/ozmod_zt.h @@ -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 {