Re: MO Routing on the fly

2023-04-19 Thread rm mobbis . am
Hi Akamat, Honestly, I suspect that I do not fully understand your situation ( because if I usnderstand you in right way, it has very obvious solution). Thus if I understand your request correctly, you just need to: 1. configure sms-service 2. set your script on apache or iis 3. use

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
Even though I could not figure it out, the smsc-id parameter is not mandatory for the smsbox-route group. Does this imply it can be SMSC independent if some other configuration is properly applied? possibly. I've tested smsbox-route group without specifying any smsc-ids and this did not work. But

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
I figured out a way to set it up the way I need it to work. So like I said, I wanted to route all MOs originating from all SMSCs to a single script to handle all of them. In my SMSc configuration I am using reroute-smsc-id to re-route all incoming MOs to a single HTTP SMSc that will invoke my

Re: MO Routing on the fly

2023-04-19 Thread Tolga Ulas
Not sure on top of my head whether it can be smsc independent, check with the documentation in the related section of thart smsc-id part and smsbox-route functioning in general. Tolga Ulas On Wed, Apr 19, 2023 at 5:51 PM akamat sarat wrote: > Thank for coming back, you mean something like: >

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
Thank for coming back, you mean something like: group=smsbox-route smsbox-id=mysmsbox smsc-id=SMSC1; SMSC2; SMSC3... If so, this means that every time a new SMSC is added, I will need to add it to the smsc-id's list in the above configuration. After that I will need to restart kannel which I do

Re: MO Routing on the fly

2023-04-19 Thread Tolga Ulas
Put a single route to a single smsbox which has a single service and define all your smscs in the route as origin. Tolga Ulas On Wed, Apr 19, 2023 at 5:22 PM akamat sarat wrote: > To all kannelers, > > I am trying to find a way to configure kannel so that all incoming > messages (MOs) from

MO Routing on the fly

2023-04-19 Thread akamat sarat
To all kannelers, I am trying to find a way to configure kannel so that all incoming messages (MOs) from all SMSCs to go to the same script. The problem is that i could not find a working solution that does not rely on smsbox-routes and it is not possible to add smsbox-routes on the fly. Any