How to set up SMS server?

Asked By 10 points N/A Posted on -
qa-featured

I want to connect my website and communicate with this SMS server for sending messages automatically.

If the SMS is sent to this server it automatically updates the database of the website.

Please let me know clear instructions of setting up of this configuration from what you understand.

SHARE
Answered By 0 points N/A #120390

How to set up SMS server?

qa-featured

The first task is to complete the building of the server and installing driver e.g. Gnokii . After the driver ( Gnokii) is installed, it’s time to attach your device. Next step is to edit the configuration file so Gnokii knows what to look for your device, and what device you are using. The Gnokii config file must be copies to the home drive of the user running the process. It’s worth reading all the options in the config file.

Following are the changeable options

# Set model to the model number of your phone

Model = 6210

# Set port to the physical serial port used to connect to your phone.
# Linux version is:
port = /dev/cuaa0

Simply set the above options to the appropriate model and serial port. Now you are almost ready to run some test commands to make sure everything is working well.

It works   by constantly checking an incoming queue. The queue can be in the form of a database, flat file or folder.  With the database method, all incoming messages are stored in a table called INBOX. Each message has a status that is either 0 (not sent) or 1 (sent).

Related Questions