jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

HTTP API Error

Open ZeeshanSultan opened this issue 5 years ago • 2 comments

I tried to setup a basic installation. Everything worked smoothly. SMPP Connectivity is established since i can also receive incoming messages from SMSC. Outbound messages not working giving the following error

Here's my python code for sending the message

import urllib2
import urllib
baseParams = {"username": "switch", "password": "switch", "to": "92300xxxxxxx", "content": "Hello"}
urllib2.urlopen("http://127.0.0.1:1401/send?%s" % urllib.urlencode(baseParams)).read()


/var/log/jasmin/messages.log

2019-04-17 10:37:43 INFO 19078 SMS-MT [cid:TestConn] [queue-msgid:355dd405-0249-4556-a8b9-aabf50807e39] [status:ERROR/RESERVEDSTATUS_UNKNOWN_STATUS] [retry:False] [prio:0] [dlr:NO_SMSC_DELIVERY_RECEIPT_REQUESTED] [validity:none] [from:None] [to:92300xxxxxxx] [content:'Hello']

ZeeshanSultan avatar Apr 17 '19 10:04 ZeeshanSultan

This is an error status returned from your upstream, did you check with it ?

farirat avatar Apr 22 '19 20:04 farirat

did you add from parameters ???

On Mon, Apr 22, 2019 at 11:33 PM The Z [email protected] wrote:

This is an error status returned from your upstream, did you check with it ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jookies/jasmin/issues/740#issuecomment-485542691, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPZPXG4VPHRB5547LIX5ATPRYOJXANCNFSM4HGTBZJA .

tarikogut avatar Apr 26 '19 03:04 tarikogut

Stale issue detected, remove stale label or comment or this will be closed soon.

github-actions[bot] avatar Dec 09 '22 02:12 github-actions[bot]

This issue was closed because it has been stalled more than a year with no activity.

github-actions[bot] avatar Jan 24 '23 02:01 github-actions[bot]