From: Stefan Knoblich Date: Tue, 8 Jul 2008 14:45:41 +0000 (+0000) Subject: [Q.931] INFORMATION message is 0x7b not 0x7a X-Git-Tag: v1.0.6~38^2~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54afa61063e5ea2fd147db23f764a2359283639;p=thirdparty%2Ffreeswitch.git [Q.931] INFORMATION message is 0x7b not 0x7a git-svn-id: http://svn.openzap.org/svn/openzap/trunk@501 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/openzap/src/isdn/include/Q931.h b/libs/openzap/src/isdn/include/Q931.h index 8cea95e586..70b84af070 100644 --- a/libs/openzap/src/isdn/include/Q931.h +++ b/libs/openzap/src/isdn/include/Q931.h @@ -371,7 +371,7 @@ typedef L3USHORT ie; /* Special data type to hold a dynamic */ #define Q931mes_RESTART 0x46 /* 0100 0110 */ #define Q931mes_RESTART_ACKNOWLEDGE 0x4e /* 0100 1110 */ #define Q931mes_CONGESTION_CONTROL 0x79 /* 0111 1001 */ -#define Q931mes_INFORMATION 0x7a /* 0111 1011 */ +#define Q931mes_INFORMATION 0x7b /* 0111 1011 */ #define Q931mes_NOTIFY 0x6e /* 0110 1110 */ #define Q931mes_STATUS 0x7d /* 0111 1101 */ #define Q931mes_STATUS_ENQUIRY 0x75 /* 0111 0101 */