Connect Traccar to playSMS

Jose Martinez4 years ago

Good morning, I have been looking and reading about sending sms by mail with id, etc ... but I don't see how to connect the traccar server with playms, can someone who can receive alerts from traccar send and send by playms? Thank you.
My configure:

    <entry key='sms.smpp.enable'>true</entry>
    <entry key='sms.smpp.host'>http://(NAMEHOST)/playsms/index.php?app=ws</entry>
    <entry key='sms.smpp.port'>80</entry>
    <entry key='sms.smpp.username'>USER</entry>
    <entry key='sms.smpp.password'>PASS</entry>
    <entry key='sms.smpp.notificationsCharset'>GSM</entry>
    <entry key='sms.smpp.notificationsDataCoding'>0</entry>
    <entry key='sms.smpp.sourceAddress'>PHONENUMBER7</entry>

https://ibb.co/v1L2jDV

Jose Martinez4 years ago

Has anyone made it work? :/