For now i have this situation
carrier 1 -> Jasmin -> Carrier 2
message are incoming from Carrier 1 to Jasmin, and for this is OK.
i have configured morouter
#Order Type Connector ID(s) Filter(s)
#0 DefaultRoute smpps(Carrier 2)
also i vahe configured mtrouter:
#Order Type Rate Connector ID(s) Filter(s)
#0 DefaultRoute 0 (!) smppc(Carrier 2)
but when i send message and Jasmin have to send message to Carrier 2 in logs i can find below information:
2022-06-07 13:28:30 ERROR 9858 Throwing SMPP/DELIVER_SM [msgid:11257448-bf10-475e-abfe-18fbf9274577] to (simple 1/1)[cid:VERCOM], <class 'jasmin.routing.throwers.SystemIdNotBound'>: Carrier 2.
I see that on Jasmin Carrier 2 is bound
and also on Carrier 2 side Jasmin is also bound.
Please help me with this situation because i do not know where to looking for solution.