Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 15958  / 2 Years ago, fri, october 21, 2022, 4:31:10

I am not sure where to begin this one, but I would like to run an sms server on my ubuntu server. When my postgresql database is updated with a new record, the server should listen and take the phone number stored in the record, and send a text message to it. I'm not sure the best path to take to achieve this. Do I need to write my own server or do you use packages out there?


More From » sms

 Answers
3

Here is one way of getting it done:




  • INSTALL UBUNTU

  • REMOTE ACCESS



    sudo apt-get install ssh


  • UPDATE AND UPGRADE/PATCH THE SERVER



    sudo apt-get update && sudo apt-get upgrade


  • INSTALL GAMMU



    sudo add-apt-repository ppa:nijel/ppa



    sudo apt-get update



    sudo apt-get install gammu




For complete instructions see Build your own SMS gateway with Ubuntu Linux and Gammu



For help, have a look at the manpage.



Source:Xaintech


[#30785] Saturday, October 22, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
serveeel

Total Points: 347
Total Questions: 106
Total Answers: 117

Location: American Samoa
Member since Fri, Aug 26, 2022
2 Years ago
serveeel questions
;