jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
986 stars 539 forks source link

jasmin as a terminal device. Is it possible? #1182

Open alextarakanov opened 4 months ago

alextarakanov commented 4 months ago

I want to receive smpp messages from the client and put them somewhere in the database. please tell me how do I set up routing so that when a message arrives on the server, I immediately get the status - delivered?

mdsiyad commented 3 months ago

Develop an API which listens jasmin delivery callback and then update the database.

kimseasok commented 2 months ago

@alextarakanov , create consumer that listen to sms event and update your database.