RestComm / smscgateway

RestComm SMS Gateway (SMSC) to send/receive SMS from/to Operators Network (GSM)
http://www.restcomm.com/
GNU Affero General Public License v3.0
127 stars 111 forks source link

http get replace + with space number #195

Closed nhanth87 closed 7 years ago

nhanth87 commented 7 years ago

http get replace + with space number

We need to remove + instead adding space

vetss commented 7 years ago

@nhanth87

May it be beacuse of HTTP get itself replaces "+" to space ? We can try to use "%2B" instead of "+".

But as I tested SMSC GW doesn not remove "+" at all. So we may not send a dest address with "+". We must send only digits.

mniemiec commented 7 years ago

PR for the issue: https://github.com/RestComm/smscgateway/pull/196