Can not send sms. I think the problem in symbols

Hello all
Have the question , the system opengts, sends notification in format

     14/09/2015 12:14:47: "New location [1010000111]" arrived "job" 

playSMS can not send them as sms. I think the problem in symbols ("" or [])

Maybe someone has this problem to and know how to solve it .
Please tell me what to do.
Thank you.

Try to urlencode the message

Anton

hello
urlencode in opengts?
Thank you, Anton

in webservices URL, the msg, to and from param

for example your msg, instead of:

14/09/2015 12:14:47: "New location [1010000111]" arrived "job"

it should be urlencoded into:

14%2F09%2F2015%2012%3A14%3A47%3A%20%22New%20location%20%5B1010000111%5D%22%20arrived%20%22job%22

another example, the to parameter for phone numbers having plus prefix, instead of +6289076544667 it should be urlencoded into %2B6289076544667

anton

Thank you, Anton. You doing a great job
Best regard, Satcom

I’m sorry to trouble you ,
opengts send to play sms this:
http://127.0.0.1/playsms/index.php?app=ws&u=admin&h=778a09eaa19ae31409aa92099d49d257&op=pv&?from=&to=9955xxxxxxxxxxx&msg=14%2F09%2F2015%2012%3A14%3A47%3A%20"Nuevo%20dispositivo%20[1010000111]“%20arrived%20"job”
but it no work, what i do wrong

playsms status:
{“data”:[{“status”:“OK”,“error”:“0”,“smslog_id”:“65”,“queue”:“2a4006b7f4858de6bf138b113f85dafc”,“to”:“9955xxxxxxxx”}],“error_string”:null,“timestamp”:1442489516}

can You help me
Thank you.

here is your URL:

http://127.0.0.1/playsms/index.php?app=ws&u=admin&h=778a09eaa19ae31409aa92099d49d257&op=pv&?from=&to=9955xxxxxxxxxxx&msg=14%2f09%2f2015%2012%3a14%3a47%3a%20%22Nuevo%20dispositivo%20%5b1010000111%5d%22%20arrived%20%22job%22

can you spot additional question mark ?

let me give you a hint, its near op=pv

try to remove that extra question mark

anton

Thank for You answer
I think I began to understand what was happening, my message to 75 characters if I do not pass the entire message it comes .

14/09/2015 12:14:47: "New location [1010000111]"

Maybe Problem in a long message.
Thank you,

Hello
How do I change the length of the SMS. I have now 67: 70 and I have like 87: 90
Thank you

it means your message detected as unicode, it is a false detection, its current issue.

What gateway do you use with playSMS?

anton

hello and thank you, gateway smstools3

Hello , the problem is still relevant, can someone faced with this . glad to hear any idea.
Thank you.