Jasmin is a customisable SMS gateway.
Questions tagged [jasmin-sms]
22 questions
4
votes
2 answers
Kannel vs Jasmin SMS
I've encountered a choice I have to make.
Please advise what is the best choice for SMS platform between Kannel and Jasmin SMS. Who knows any pros and cons?

macko
- 105
- 2
- 12
3
votes
2 answers
Jasmin HttpConnector for MT
Is there any way to implement http connector for sending messages(MT) in Jasmin? According to documentation jasmin HTTP API supports smpp connector only.
Update 1:
More information of scenario:
I have 4 sms providers that I need to implement using…

W Anjum
- 93
- 1
- 12
2
votes
2 answers
Jasmin Interceptor
I am just sharpening my skills on SMS services and now a days I am trying to configuring JASMIN for this purpose.
I have installed jasmin SMS and GUI interface PlaySMS on ubuntu 18.04. I am also successful using SMS service to send sms using SMPP…

Jigar Solanki
- 21
- 5
1
vote
1 answer
How to install jasmin SMS Gateway the systemd from a Repo
I have a CentOs7 VPS Server, I want to install Jasmin on it, am quite new to Linux. So I tried the first method but always get the version error. I install the EPEL repo on my CentOs and ran the installation but twice I got this Error
Total size:…

Linux Learner
- 19
- 2
1
vote
1 answer
Does Jasmin have an admin API?
Does Jasmin SMS Gateway - apart from the JCLI Concolse - have a managent API for Admin user actions where I can create, modify, delete Bulk bulk sms users?

Shnbook
- 51
- 8
1
vote
1 answer
Jasmin SMSC Gateway / source connector in db
I installed Jasmin SMSC Gateway and it's working perfectly.
Now I'm trying to record the sms in a mysql database.
For that I'm using below script to get the messages from RabbitMQ queues :
# -*- coding: utf-8 -*-
import pickle
from…

user123
- 387
- 1
- 4
- 13
0
votes
1 answer
SMPP connection failed with smsc using jasmin sms gateway
I am trying to connect to our smsc without success and I don't know why it has this error and I am new to jasmin sms gateway.
I restarted the service and checked the network configuration but still the same error
I have spent a lot of time trying to…
0
votes
0 answers
Install Jasmin SMS Gateway at Linux Centos 7
I am trying to install jasmin sms gatway,
I tried from that website https://docs.jasminsms.com/en/latest/installation/index.html
And tried all of these linux commands
curl -s https://setup.jasminsms.com/rpm | sudo bash
sudo yum install…

Mohammad Umer
- 542
- 5
- 27
0
votes
1 answer
jasmin gateway create and config smpp server
I have 2 Jasmin installed on 2 different server
then I have Jasmin 1 and Jasmin 2
I want to create smpp server on Jasmin 1, then put Jasmin 1 smpp info in Jasmin 2 on the other server then when I send SMS with Jasmin 2 the SMS send to Jasmin 1 over…

Javadz
- 1
- 3
0
votes
1 answer
How to install Jasmin SMS Gateway in Windows 10
I wanted to use an SMS gateway in my larval project, I chose Jasmin as my SMS gateway. I was reading the installation guide in jasmine documentation and it doesn't give enough information about how to install in windows . . . it will help a lot if…

Semon
- 1
0
votes
2 answers
JasminSMS configuration
I successfully installed JasminSMS on Ubuntu, added SMS provider informations such as hostname, port, user and password, but failed to receive test SMS using HTTP…

Azamat
- 1
- 1
0
votes
0 answers
How to configure Jasmin SMS Gateway with SSL Certificate?
I want to configure my Jasmin SMS gateway so that I can use it with a third party application, So I need to, solely, enable the gateway API with SSL. But I can't find a valid Documentation on how to deploy a Globally Signed SSL Certificate to Jasmin…

Shnbook
- 51
- 8
0
votes
1 answer
Does Jasmin SMS tool have API's I can consume to extend and build my desired SMS gateway service?
Am an intermediate software engineer.. I am designing and working towards building an SMS gateway service. P.S this would be in a distributed microservices environment. So it would run as docker container .
I wish to use Jasmin installed as docker…
0
votes
0 answers
decoding string from jasmin problems
I'm receiving an encoded string from jasmis-sms, the original string is áéíóú ñaña!, jasmin does some encoding and gives me:
����� �a�a! (in my terminal)
which chardet detects as charset: windows-1252
But when trying to decode that…

David Villasmil
- 395
- 2
- 19
0
votes
0 answers
Jasmin: MT Route to http api
We have an SMS Gateway works only in HTTP API with Telecom companies
Clients request SMPP Connection because their system accepts SMPP only.
Installed Jasmin SMS Gateway on DigitalOcean droplet, but Jasmin required All the MT Routes to be via SMPP…

Ahmed Abu Taha
- 91
- 4