Sms not send with special chars


#1

I am trying to send sms through webcore piston.

It is working well when I am not using any special chars.

it doesn’t when try with any polish special chars like: ąłóę… Nothing gets send, no errors.

I tried using ${urlEncode(ąłóę)} but then all chars are encoded which of course is not expected in sms.

Is there any other function to be used to send Sms with UTF-8 special chars?


#2

That’s weird when I tried this it worked to my iPhone


#3

@Gopack2 thanks for checking. For me this doesn’t seem to work, no errors at all, but sms don’t go out or is not recieved. If I remove special chars all works fine. hmmmm

webcore logs:

piston “test sms” logs:

piston:

Any idea what else to check ??


#4

I don’t know if it matters, but I notice you have 11 digits in that last picture…
I have always used a 10 digit number with no other symbols.

Such as:
temp


If “+4” is supposed to be your country code, keep in mind that +4 is not a complete country code. There are many countries with codes beginning +4.

I am not sure the format for your country… Maybe try the official code…

temp

EDIT :
If you are in Poland, and your phone number is 9 digits long, please ignore this post.
(I will leave it up in case it helps someone else)


#5

The number is perfectly fine and it is Poland one.
When i send to it without special chars all works fine.

For now I simply do not use special chars, and it is not a big deal, but would be nice to find out what is the problem in the end.


#6

@ady624 Any idea what could be a reason for that, or what else is worth checking ?
I am sure this worked fine some time ago.