Underscore in source address not working

.NET library for SMPP protocol
Locked
murtz
Posts: 15
Joined: Thu May 14, 2015 11:04 am

Underscore in source address not working

Post by murtz » Sun Apr 09, 2017 11:05 am

I have a source address that includes _ (underscore). When I try to send SMS with this, the underscore gets converted into \021 (as sees in tcp dump)
Any thoughts on this?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Underscore in source address not working

Post by alt » Mon Apr 10, 2017 7:39 pm

There is AddressEncoding property in SmppClient class.
Locked