GSM Hardwired terminal to send SMS

ibarra5 years ago

I have a couple questions, hope to get an insight from you guys

Are there any ideas to create our own SMPP web server to be read by traccar using a GSM terminal and by creating a TCP/IP web service to transfer information from the terminal to the web service and then to traccar?

Something like this...
DIAFAAN SERVICE
Using a usb terminal like this one:
Sierra Terminal GSM

Or even use AT Commands generated by Traccar server to send SMS through the physical terminal without creating a web service.

It's just a thought that I may be willing to try if you guys help me out with programming, if it's not something that has already been done and I missed in the forum...

I've read about outlook exchange connection for SMS as well, where you send an email and the terminal translates to SMS and send it out, not sure if it's a plugin or if it's included as part of the software...

Thanks for your time.

Steps
1.- Change configuration default.xml

<entry key = 'notificator.types'> web, mail, sms </ entry>
<entry key = 'notificator.sms.manager.class'> org.traccar.sms.HttpSmsClient </ entry>
<entry key = 'sms.http.url'> http://www.yourdomain.com:3000/api/ </ entry>
<entry key = 'sms.http.user'> user </ entry>
<entry key = 'sms.http.password'> pass </ entry>
<enter key = 'sms.http.template'> phone = {phone} & amp; Body = {message} </ entry>

2.- The service will receive by phone and message. http://www.yourdomain.com:3000/api/

3.- Insert in the message database of the queue.

4.- You have a process looking at the database to send the message ..

Joao Paulo Lino5 years ago

Tenho um servidor de SMS funcionando Perfeitamente porem no traccar ainda não conseguir fazer funcionar, meu servidor gera link api + cod usuario + token.