herlesupreeth / docker_open5gs

Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker
BSD 2-Clause "Simplified" License
315 stars 173 forks source link

Language other than English for SMS! #128

Closed modyngs closed 9 months ago

modyngs commented 1 year ago

Hi Few commitment back i was able to send non English texts in SMS! But in this commit(5c674f7cbc540d5f196808de78cbf9c54f48e1e9) which placed under open5gs_hss_cx branch, it wont happen ( i see some weird characters!)

Would you please give me some insights on how to fix this?

Trace & Image: WeirdCharacter_SMS.zip

Thanks Best regards

modyngs commented 1 year ago

I'm not sure but i guess the UTF-8 on the old repo has changed!

herlesupreeth commented 1 year ago

The commit you are referring to does not change anything related to SMSC. So I don't think its the cause of the issue you are facing

modyngs commented 1 year ago

@herlesupreeth That's true! Its the commit that i tried recently but last time i tested other languages than english was far ago, when u introduced the SMS using osmohlr. i guess it was around this commit 371fbb3d3194c71adeea481f78bdafc463459db1 (April 2021) Thanks Best regards

modyngs commented 1 year ago

Would it be related to this commit? https://github.com/kamailio/kamailio/commit/f9f16a6c700a7378fc30f6f9c0a767438fc638b9

herlesupreeth commented 1 year ago

It could be. But I am not knowledgeable in that so cant say for sure.

herlesupreeth commented 1 year ago

This should be now fixed. Please re-compile kamailio base image and give it a try.

b3c3ll commented 1 year ago

@herlesupreeth Thanks for the work

I just git pull to the cx branch from my old one

b3c3ll commented 1 year ago

Then gets into cd ../ims_base docker build --no-cache --force-rm -t docker_kamailio .

Thats right?

b3c3ll commented 1 year ago

the old branch was cx on commit 3a2c219!

So i guess i need to change others and build them again because of the new changes! Am i right?

b3c3ll commented 1 year ago

On new installation i have this warning which is new to me! npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'react-jsonschema-form@0.50.1', npm WARN EBADENGINE required: { node: '>=6', npm: '^2.14.7' }, npm WARN EBADENGINE current: { node: 'v20.7.0', npm: '10.1.0' } npm WARN EBADENGINE }

herlesupreeth commented 1 year ago

npm WARN EBADENGINE Unsupported engine {

Its a warning so it can be ignored.

the old branch was cx on commit https://github.com/herlesupreeth/docker_open5gs/commit/3a2c219f9d965c881d9331a2bdf8c986296b48c8!

Thats an old commit. You need to pull the latest commits and re-compile both docker_open5gs and docker_kamailio base images