Hi all, any idea of how to identify an opensmpp box instance that
routes traffic to a generic http smsc so that on the send-url
parameters I could distinguish from which opensmppbox the request came
from, maybe using an escape code % ?
Currently I have two opensmppbox instances listening on different
ports, the two of them connect to the same bearerbox server and route
the messages to a single generic http smsc, so far I have been using
for distinguish traffic sources, the escape code %n (the sendsms-user
or sms-service name) but the problem that I am facing now, Is that
would like to distinguish trafic in a case where an user exists on
both opensmppboxes (smpplogins).
Any idea of how to deal with that ?
opensmppbox1:2345. >---
\
\ ----> bearerbox http smsc
/
opensmppbox2:2345. >---/
the smpp logins on both opensmppbox have a common username entry
'funyclient secret VMA x.x.x.x'
Any ideas would be appreciated.