Displaying 2 results from an estimated 2 matches for "invlid".
Did you mean:
invalid
2008 Feb 21
0
UCS-2 Problem
...B92D88C20D8ACD8B3D9B9D8B320D8A2D8A6DB920A
as you can see that app_sms sending this message with dsc set to UCS-2 ud HEX string is also in correct format (I have tested it with third party web2sms service). but it can not be shown on my mobile corectly. so I am unable to determince why I am getting invlide charecters instead of a chines Message.
Can you please help me
Thanks
2003 Jul 12
1
AGI script sample using bash shell script
...checkresults() {
while read line
do
case ${line:0:4} in
"200 " ) echo $line >&2
return;;
"510 " ) echo $line >&2
return;;
"520 " ) echo $line >&2
return;;
* ) echo $line >&2;; #keep on reading those Invlid command
#command syntax until "520 End ..."
esac
done
}
echo "1. Testing 'sendfile' ..." >&2
echo "STREAM FILE beep \"\""
checkresults
echo "2. Testing 'sendtext' ..." >&2
echo "SEND TEXT \"hello wo...