kneodev / ksmppd

Kurt's SMPP Daemon (SMPP Server for Kannel)
Other
56 stars 38 forks source link

Source_regex not working in table routing : Found matching outbound route for... but declined sender #165

Open hadpro24 opened 5 months ago

hadpro24 commented 5 months ago

I configured routing with source regex which does not work: here is my config on the table in the source_regex column (the same value for both directions): ^(Nim|SMS 8075)$

But the client manages to send with another source_addr which is not in this list.

In the ksmppd logs: Found matching outbound route for ... but declined sender ...

What am I not configuring correctly?