Problem with linefeed in received sms

Problem with linefeed in received sms SearchSearch
Author Message
ita gxpert
New member
Username: Ita

Post Number: 1
Registered: 08-2004
Posted on Thursday, August 26, 2004 - 02:01 pm:   

Hi all.
I am using 2-way command processor. I am having problem with carriage return and linefeed in received sms. Both \r and \n are received (as shown in the smsin log and .in file) but not passed to the command processor.

How do I configure nowsms to pass \r and \n to command processor?

Thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3365
Registered: 10-2002
Posted on Thursday, August 26, 2004 - 10:16 pm:   

Tab and newlikne (carriage return/line feed) characters get stripped when the 2-way command is a local executable program.

(And there is no option to route them to a local executable command.)

However, these characters will get forwarded to an HTTP command, where they will be URL escaped as %0D (carriage return) and %0A (line feed).

-bn