mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +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
bd02ef4235
commit
acbb50c057
@ -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