mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
fix setting of current codeset.
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@181 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
d06d911671
commit
99b102efc4
@ -70,7 +70,7 @@ L3INT nationalUmes_Setup(Q931_TrunkInfo_t *pTrunk, L3UCHAR *IBuf, Q931mes_Generi
|
|||||||
if (shift_lock) {
|
if (shift_lock) {
|
||||||
last_codeset = codeset;
|
last_codeset = codeset;
|
||||||
}
|
}
|
||||||
codeset = ((IBuf[IOff] & 0x07) << 8);
|
codeset = ((IBuf[IOff] & 0x07));
|
||||||
IOff++;
|
IOff++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user