jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
991 stars 540 forks source link

how to change the source adress random to a concatenated sms. It is not applying the change to all parts. #1126

Closed mrsanvicente closed 11 months ago

mrsanvicente commented 11 months ago

Hello Everyone

Has anyone changed the source address random for concatenated sms?

Doing the change on the interceptor does not work, as it only changes the first part.

routable.pdu.params['source_addr'] = 'xxxxxxxxx'

I have also tried to do the change at protocols.py at

Iterate through parted PDUs

But it is not working.

Any suggestion?

Thanks alot!

farirat commented 10 months ago

Checkout #1122 for reference.