What do I need to send text messages using Kannel?

I want to be able to send text messages from Linux using PHP. I read and installed Kannel, a free gateway for SMS. When I try to use the HTTP interface, it will not send a message. Do I need something else to send text messages via kannel, like a modem?

+3
source share
2 answers

Yes, you need a GSM modem and a SIM card from your local mobile network provider.

To configure your GSM modem, you can automatically determine its settings using wvdialconf. The output contains relevant information, such as baud rate, serial port used, and modem initialization string.

To verify that your modem is working correctly, you can use minicom. Minicom acts as a terminal for any serial device (in this case, a GSM modem), and with it you can send AT commands to your modem.

+3
source

, , Clickatell HTML api sms- . . sms-.

0

Source: https://habr.com/ru/post/1711048/


All Articles