navinkumarbca / motech

Automatically exported from code.google.com/p/motech
Other
0 stars 0 forks source link

Not an issue #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The SMS api provides methods that accept recipients and a message string. 
Implementers should be oblivious to the underlying implementation and should 
not need to know about escaping certain characters in their SMS messages. For 
example, sending out the following text message:

You won't know "this" is a test

Will result in the following text message:

You wonA?t know A?thisA? is a test

when it is sent to Voxeo. The SMS-HTTP module should automatically escape all 
special characters for these HTTP requests so that implementers do not have to 
have implementation-specific messages written.

Original issue reported on code.google.com by RHGil...@gmail.com on 30 Jan 2012 at 5:59

GoogleCodeExporter commented 8 years ago
This turned out to be a problem with a local properties file and is not an 
issue with the SMS-HTTP module.

Original comment by russell.gillenjr@maine.edu on 6 Feb 2012 at 8:02

GoogleCodeExporter commented 8 years ago

Original comment by russell.gillenjr@maine.edu on 6 Feb 2012 at 8:12