]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix setting of current codeset.
authorMichael Jerris <mike@jerris.com>
Tue, 29 May 2007 16:47:22 +0000 (16:47 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 29 May 2007 16:47:22 +0000 (16:47 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@181 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/isdn/nationalmes.c

index 62cecf9270ac8e45e6f02de6e0fc120c7f68e131..41de1531c6616324897bcd69a790b9f6e8fb66da 100644 (file)
@@ -70,7 +70,7 @@ L3INT nationalUmes_Setup(Q931_TrunkInfo_t *pTrunk, L3UCHAR *IBuf, Q931mes_Generi
                        if (shift_lock) {
                                last_codeset = codeset;
                        }
-                       codeset = ((IBuf[IOff] & 0x07) << 8);
+                       codeset = ((IBuf[IOff] & 0x07));
                        IOff++;
                }