itsamemario
itsamemario

Reputation: 33

Kannel - send sms on specific time

I have kannel installed, working like a charm. It receives sent SMS, puts the data in MySQL database, and replies. The thing is, I need to make kannel to send a SMS after time that I will specify, like 1 hour, or something. So, as an example, you send an SMS, you get a reply immediatelly, and then, after an hour, you get another. Could this be done by altering my PHP script for sending/receiving?

Upvotes: 1

Views: 598

Answers (1)

Yousha Aleayoub
Yousha Aleayoub

Reputation: 5618

You should use CronJob in the server.

Upvotes: 1

Related Questions