keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about VS-GW2120/GW1600/GW1202 and WGW1002G GSM Series VoIP Gateway

problem sending sms with carriage return

9 years 5 months ago - 9 years 5 months ago #10048 by Louis
when you access it through socket in linux, it gives you the a message like:

escape character '^]'

i guess you should do the following:

String cmd = "Command: gsm send sync sms 3 3929xxxxxx \"test"+(char)0x1D+"
"+(char)0x1D+"
"newline\" 10000";

because the escape character is "^]" (Group separator)

you can also try this way:

char GS = (char)29;
9 years 5 months ago #10050 by maxfranco
i don't want to use AMI
i want to use the http to sms interface.
Time to create page: 0.034 seconds
Powered by Kunena Forum