Missing delivery reports from SMSC dropping delivery reports

2022-02-14 Thread akamat sarat
Dear Users, We are unable to debug an issue with SMSC having to do with delivery reports missing from SMSC over smpp bind. The connection to SMSC is working properly according to kannel logs. No obvious errors are visible in the logs. But we are missing delivery reports that SMSC is saying

Missing delivery reports from SMSC dropping delivery reports

2022-03-31 Thread akamat sarat
Dear All, Thank you for your replies. We are using kannel 1.4.5 with the following setup: sqlbox -> bearerbox -> smsc and connected in transceiver mode to SMSC. we are inserting into mysql send_sms table for sending. We are working with several SMSC and they where able to provide us with logs

Re: MO Routing on the fly

2023-04-20 Thread akamat sarat
ially if you set catch-all parameter to true. > > Best regards, > Ruben Melikyan > ------ > *From:* users on behalf of akamat sarat < > akamat.sa...@gmail.com> > *Sent:* Wednesday, April 19, 2023 7:32:45 PM > *To:* Tolga Ulas > *Cc:* users@kannel.o

Re: MO Routing on the fly

2023-04-24 Thread akamat sarat
user-deny-ip = "*.*.*.*" > > user-allow-ip = "” > > concatenation = true > > max-messages = 4 > > forced-smsc = SMSC-ID3 > > > > > > *Please note, that there is no smsbox-route config in my setup.* > > > > *Explanation*

Re: MO Routing on the fly

2023-04-24 Thread akamat sarat
> #SENDSMS USERS-- > > include = "/home/KANNEL_PSMS/users/SendSMSusers.conf" > > > > # -- SMS-SERVICE -- > > include = "/home/KANNEL_PSMS/services/services.conf" > > > > > > *Other configs examples you can find in previo

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
ed, 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 all SMSCs to go to the same script. >> The problem is that i could not find

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

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
her 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 mea

Re: MO Routing on the fly

2023-04-19 Thread akamat sarat
. But I'm probably missing something. On Wed, Apr 19, 2023 at 7:28 PM akamat sarat wrote: > 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 config