You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been compelled to add an mtinterceptor to Jasmin to support a sensitive SMPP gateway. The requirement is broadly to define a TON and NPI as follows;
short code with a ton=2 and npi=1
long code awith a ton=1 and npi=1
text overwrite (alphanumeric source address) with a ton=5 and npi=0
As things stand the TON values defined in smpp/pdu/constants.py (using the NPI as the example), as seen from the Jasmin Interceptor - list(AddrNPI) are;
git push --set-upstream origin 4-use-correct-TON-and-NPI
remote: Permission to jookies/smpp.pdu.git denied to whorlou.
fatal: unable to access 'https://github.com/jookies/smpp.pdu.git/': The requested URL returned error: 403
Background
I've been compelled to add an
mtinterceptor
to Jasmin to support a sensitive SMPP gateway. The requirement is broadly to define a TON and NPI as follows;In the last example I have;
The problem
As things stand the TON values defined in
smpp/pdu/constants.py
(using the NPI as the example), as seen from the Jasmin Interceptor -list(AddrNPI)
are;This obviously doesn't match the corresponding values defined in
smpp/pdu/constants.py
;The values (as seen form the Jasmin Interceptor) as defined as the order of the entry in the
dict
and not the actual value.The text was updated successfully, but these errors were encountered: