Sms rongtone /logo /server automatic server.

Sms rongtone /logo /server automatic server. SearchSearch
Author Message
theone
Posted on Tuesday, October 14, 2003 - 02:17 pm:   

Hello i have a siemens m35i who includes a built in modem, aim tryng to build an interface that receive a SMS and respond with a Ringtone or Logo but i dont know what instruccions can i use with this phone.

its like:

SMS -> Cellphone modem -> PC search the ringtone or logo -> send ringtone or logo to the cellphone -> send it like Ringtone or melody.

Can you help me?, and excuse my english iam from Venezuela. please helpme my email is segnini75@hotmail.com
Bryce Norwood - NowSMS Support
Posted on Tuesday, October 14, 2003 - 04:20 pm:   

Hi,

The first thing you need to do is connect the phone to the PC (serial or USB cable, or bluetooth or infrared with appropriate driver).

Then verify that NowSMS can talk to the phone. On the "SMSC" page of the configuration dialog, select "Add", then pick the port name or modem driver name of the modem and select "Test and Add". This verifies that NowSMS is able to talk to the modem, and that the modem supports the necessary commands for sending SMS.

When you return to the "SMSC" page, select "Properties", and enable the receive SMS setting.

On the "2-way" page of the configuration dialog, you can define commands to be executed when an SMS message is received.

http://www.nowsms.com/documentation/ProductDocumentation/2_way_sms_support.htm

Typically, you would configure NowSMS to run an HTTP script that runs on another web server (since it runs on another web server, you can use whatever web scripting environment you prefer, ASP, PHP, etc.). NowSMS parses the received SMS message, and then calls your HTTP script to process the message.

For a text response, your script can return content in the MIME type "text/plain" to send back to the sender. To send back something like a ringtone, which is a binary SMS, your script either initiates a new HTTP command to the NowSMS server to tell it to send a message ... or a redirect response can be used to send a request. (See http://www.nowsms.com/support/bulletins/tb-nowsms-003.htm for info on the redirect approach.)

-bn