jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

help sending sms

Open BigGod12 opened this issue 1 year ago • 1 comments

please i need help running jasmin with playsms, i just installed both in my ubuntu 22 and when i try setting up the smpp in jasmin to send bulk sms, the smpp section asking for jasmin username and password and credit as indicated "You need a Jasmin user account You need sufficient credit on your Jasmin user account" in "https://docs.jasminsms.com/en/latest/apis/smpp-server/index.html" i could not find link to sign up or anything related to how to apply credit funding, thank you

BigGod12 avatar Aug 17 '23 10:08 BigGod12

Check what rates do you have in jasmin using mtrouter -l

I tried PlaySMS and it worked for me. Simple like this: palaysms

But since I do not care about billing I always add routes to jasmin with zero rate:

mtrouter -a
type defaultroute
connector smppc(SMSCTST)
rate 0.00
ok

Just check your jasmin user: user -s tstuser I do not know about handling credit in jasmin, but according to docs, this should work as setting "credit" to user for example:

user -u tstuser
mt_messaging_cred quota balance 100

Kisuke-CZE avatar Nov 01 '23 16:11 Kisuke-CZE