]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix OPENZAP-32 (and possibly others), thanks to Lukasz Kutkowski for spotting this...
authorStefan Knoblich <stkn@freeswitch.org>
Mon, 3 Nov 2008 20:55:26 +0000 (20:55 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Mon, 3 Nov 2008 20:55:26 +0000 (20:55 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@607 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/isdn/include/Q931.h

index 9877912f797ada719fce0f4c9e8003e9b19de318..b9c1cd3d945abea7a24800a4f3fa541b202e2468 100644 (file)
@@ -563,10 +563,13 @@ typedef struct {
        L3UINT          Size;           /* Size of message in bytes             */
        L3UCHAR         ProtDisc;       /* Protocol Discriminator               */
        L3UCHAR         MesType;        /* Message type                         */
-       L3UCHAR         Tei;            /* TEI                                  */
        L3UCHAR         CRVFlag;        /* Call reference value flag            */
        L3INT           CRV;            /* Call reference value                 */
 
+       /* WARNING: don't touch anything above this line (TODO: use Q931mes_Header directly to make sure it's the same) */
+
+       L3UCHAR         Tei;            /* TEI                                  */
+
        ie              Shift;
        ie              MoreData;
        ie              SendComplete;