views:

43

answers:

1

You enter in the "to" number and any "from" number, and the text message will send from that phone number. Not even the major SMS gateways support this, as they require all sender IDs to be pre-approved. So does anyone know how they set it up to send from that particular phone number?

+2  A: 

Hi James,

In the SMS GSM protocols, the "sender id" also called OADC (Originator Address Code) is a variable. You can put any alpha numeric string with a certain max length.

Obviously this service is abusing from this functionality which is usually used for 1) branding, 2) provide a reply path for SMS a click to call number or 3) personalizing the sender for person-to-person. For instance Facebook uses it to put session ids, Skype to either put the user id or a user mobile number to provide a reply path.

At Nexmo, the Low Cost SMS API, we keep that field open since we are providing the low level messaging infrastructure and control for abuses.

Tony

Nexmo.com, Low Cost SMS API Prices: nexmo.com/ratecard

Twitter @Nexmo

Tony Jamous
Looks like a cool service you all are building, I'll subscribe to your email update list. Thanks!
James Skidmore