Delivery report problem (Jasmin SMS)

242 views
Skip to first unread message

account

unread,
Aug 14, 2017, 5:36:57 AM8/14/17
to Jasmin SMS Gateway
hello,

I've got a little question, about jasmin sms gateway

there are two jasmin sms boxes and when i trying to send sms with DELIVERY_RECEIPT

jasmin shows this errors

DeliveringFailed('Delivering failed, check (system_id) smpps logs for more details',)

and

Found no deliverer on system_id (system_id)

I checked pb.py

https://github.com/jookies/jasmin/blob/master/jasmin/protocols/smpp/pb.py

    if system_id in self.smpps.bound_connections:
        deliverer = self.smpps.bound_connections[system_id].getNextBindingForDelivery()
    else:
        deliverer = None
   
    if deliverer is None:
        self.log.error('Found no deliverer on system_id %s', system_id)
        defer.returnValue(False)
    else:
        if pickled:
        pdu = pickle.loads(pdu)


there is system_id in smpp.bound connection list, but anyway self.smpps.bound_connections[system_id].getNextBindingForDelivery() is None

i think its a problem

thanks.



Bruno C

unread,
Sep 10, 2017, 6:21:59 PM9/10/17
to Jasmin SMS Gateway
Are you sure the binding is TRX or RX ? if it's TX then it will not be considered as a deliverer.
Reply all
Reply to author
Forward
0 new messages