RE: SMSC - Maximum retries for message exceeded, discarding it!

2019-09-23 Thread Rene Kluwen
It means that you have the configuration option sms-resend-retry set in your group = core from your Kannel config. It defines the number that bearerbox tries to deliver the message before giving up. Rene Kluwen Van: Denis Lezgin Verzonden: maandag 23 september 2019 11:00 Aan: Rene

RE: users Digest, Vol 159, Issue 4

2019-11-13 Thread Rene Kluwen
so it is more specific than "Re: Contents of users digest..." Today's Topics: 1. hi i have problem when linking kannel with clicksend (abod ahameed) 2. RE: hi i have problem when linking kannel with clicksend (Rene Kluwen)

RE: hi i have problem when linking kannel with clicksend

2019-11-13 Thread Rene Kluwen
What’s the http url that you are using to send the message via smsbox? Probably you will need to add =smpp-clicksend to your url variables. == Rene Van: users Namens abod ahameed Verzonden: woensdag 13 november 2019 16:13 Aan: users@kannel.org Onderwerp: hi i have problem when

RE: Kannel delivering MT in LIFO

2019-10-19 Thread Rene Kluwen
Your observaction is a bit “odd” in the sense that by nature, Kannel should send messages FIFO. The smpp smsc handles things differently as it takes the priority field into account. The http smsc does not. Apart from that SMS in general is store-and-forward and a particular order is not

RE: voice sms

2019-10-16 Thread Rene Kluwen
You might want to check out the mBuni project: https://mbuni.org Van: users Namens Rahul Mittal Verzonden: woensdag 16 oktober 2019 14:33 Aan: users@kannel.org Onderwerp: voice sms Hi, can we send voice SMS through kannel or any idea for any open source to send

RE: get sms incoming from service

2019-11-26 Thread Rene Kluwen
the accepted-smsc and also try keyword = default. Once that works, you can start putting things back. Also try sim-buffering = true in your smsc group. 3. What do your log files say? == Rene Van: MY CLOUD Verzonden: dinsdag 26 november 2019 15:51 Aan: Rene Kluwen CC: users@kannel.org

RE: get sms incoming from service

2019-11-26 Thread Rene Kluwen
1. How do you send your sms? What dlr-mask are you using? 2. What is your service configuration? == Rene Van: users Namens MY CLOUD Verzonden: dinsdag 26 november 2019 15:31 Aan: users@kannel.org Onderwerp: get sms incoming from service Hello world , i need your help

RE: SMSC - Maximum retries for message exceeded, discarding it!

2019-09-23 Thread Rene Kluwen
No, the smsc returns error code 0x0008. Kannel calls it a “system error” but the real meaning depends on your smsc. == Rene Kluwen Van: Denis Lezgin Verzonden: maandag 23 september 2019 10:56 Aan: Rene Kluwen CC: users@kannel.org Onderwerp: Re: SMSC - Maximum retries for message

RE: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Rene Kluwen
What’s the output of show create table dlr in your new_sms database? What I guess here is that the url column is just too short. == Rene Van: users Namens Umair Baig Verzonden: donderdag 13 februari 2020 15:31 Aan: users@kannel.org Onderwerp: Issue of DLR - URL with opensmppbox kannel

RE: sqlbox installation issue

2020-02-24 Thread Rene Kluwen
Did you try to unzip with: tar -z -xvf (name-of-file.tar.gz) Otherwise download anew or with svn. == Rene Van: Robin C Verzonden: maandag 24 februari 2020 06:27 Aan: Rene Kluwen CC: users Onderwerp: Re: sqlbox installation issue I have tried to install 1.4.5

RE: opensmppbox smsc-route

2020-01-27 Thread Rene Kluwen
Inside of opensmppbox there is no esme-routing. Apart from that, Kannel itself only has prefix-routing that you could use. A work-around for that will be firing three separate opensmppbox instances, each with a different config and port. That way you could set the route-to-smsc for the esme

RE: sqlbox installation issue

2020-02-19 Thread Rene Kluwen
I think you will need a newer version of Kannel in order to install that version of sqlbox. == Rene Van: users Namens Robin C Verzonden: woensdag 19 februari 2020 10:03 Aan: users Onderwerp: sqlbox installation issue Hi all, I was tryting to install sqlbox in centos 7 . I have

RE: opensmppbox smsc-route

2020-03-30 Thread Rene Kluwen
You need a separate opensmppbox.conf for each instance. Then start opensmppbox three times, each with it's own config file. Van: Techinnovation Verzonden: maandag 30 maart 2020 11:00 Aan: Rene Kluwen CC: users@kannel.org Onderwerp: Re: opensmppbox smsc-route Hello, Could you please

RE: Error When SQLBOX starts

2020-04-24 Thread Rene Kluwen
To add to that: This could be a mismatch between the installed gateway version and the used svn revision of sqlbox itself. Van: users Namens Mesbahuddin Malik Verzonden: vrijdag 24 april 2020 22:09 Aan: Arun CC: users@kannel.org Onderwerp: Re: Error When SQLBOX starts Follow the

RE: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to Bearerbox

2020-04-23 Thread Rene Kluwen
If you post your bearerbox log files, maybe it will give a hint about why it doesn’t want to start. == Rene Van: users Namens Arun Verzonden: donderdag 23 april 2020 16:39 Aan: users@kannel.org Onderwerp: Re: Adding dlr-storage = mysql , SMSBOX throws error , Connection Refused to

RE: Kannel smppbox

2020-05-03 Thread Rene Kluwen
I think you have to do a make install on the gateway sources and point the kannel-dir to the install destination. == Rene Van: Héctor Lozano Verzonden: zondag 3 mei 2020 16:42 Aan: rene.klu...@chimit.nl Onderwerp: Kannel smppbox Hi Rene, Please, can you help me in this

RE: sqlbox

2020-04-22 Thread Rene Kluwen
https://sourceforge.net/p/kannelappliance/wiki/Configuration/attachment/sqlbox-userguide.pdf Van: users Namens Arun Verzonden: woensdag 22 april 2020 20:04 Aan: users@kannel.org Onderwerp: sqlbox hello I want to read some documentation or sqlbox I want to store Messages in

RE: Modify details in the PDU of an incoming SMS

2020-05-09 Thread Rene Kluwen
Pluginbox can do this for you: https://github.com/donald-jackson/kannel-pluginbox It will require writing a custom plugin. == Rene Van: users Namens Loyc Cossou Verzonden: zaterdag 9 mei 2020 20:05 Aan: kannel users@kannel.org

RE: Modem not connecting

2020-10-11 Thread Rene Kluwen
Try to set sim-buffering = false, if you have it on. == Rene Van: users Namens Vinicio Cruz Verzonden: zondag 11 oktober 2020 18:22 Aan: 'Alvaro Cornejo' CC: 'users' Onderwerp: RE: Modem not connecting Did it in debug mode and I don’t see much change, it loos like if AT commands

RE: Best way to send bulk SMS

2020-08-20 Thread Rene Kluwen
Sqlbox is an alternative, or otherwise the commercial Speedbox add-on. == Rene Van: users Namens Loyc Cossou Verzonden: donderdag 20 augustus 2020 02:26 Aan: kannel users@kannel.org Onderwerp: Best way to send bulk SMS Hi, I have a complete Kannel Setup working fine ( kannel,

RE: Best way to send bulk SMS

2020-08-20 Thread Rene Kluwen
It should work. What values are you inserting? What do your log files say? == Rene Van: Loyc Cossou Verzonden: donderdag 20 augustus 2020 14:26 Aan: Rene Kluwen CC: kannel users@kannel.org Onderwerp: Re: Best way to send bulk SMS Hi, I already SQLBox, but seems I need

RE: Best way to send bulk SMS

2020-08-30 Thread Rene Kluwen
As I recall it should be the send_sms table that you need to insert to. Or at least the table that is indicated in the sql-insert-table config value. == Rene Van: Loyc Cossou Verzonden: zondag 30 augustus 2020 12:10 Aan: Rene Kluwen CC: kannel users@kannel.org Onderwerp: Re: Best way

RE: Kannel Support - memory leak

2020-08-10 Thread Rene Kluwen
How is the routing database sustained? In .conf files? == Rene Van: users Namens Davor Spasoski Verzonden: maandag 10 augustus 2020 20:15 Aan: ploep...@corp.fibernetics.ca CC: users@kannel.org Onderwerp: Re: Kannel Support - memory leak Despite being an open source supporter through

RE: OPENSMPPBOX code 0x0000000d (Bind Failed) help

2020-11-30 Thread Rene Kluwen
You could double check your smpplogins.txt. == Rene Van: users Namens Michael Osakede Verzonden: maandag 30 november 2020 03:06 Aan: users@kannel.org Onderwerp: OPENSMPPBOX code 0x000d (Bind Failed) help Hello, I have this setup KANNEL SMSC <==> OPENSMPPBOX Server below

RE: OpenSMPPBox won't create DLR

2021-04-29 Thread Rene Kluwen
Hi Martin, Looks like you got opensmppbox setup correctly for dlr. Adding or omitting sqlbox won't make a difference, like you already saw that correctly. Could you list if there is any rows available in the dlr table in your postgres database? Are the submit_sm's sent with registered_delivery

RE: OpenSMPPBox won't create DLR

2021-04-30 Thread Rene Kluwen
that already exists. True, that -besides that- also it needs to be implemented in opensmppbox to keep the dlr store. == Rene Van: Martin Caetano Verzonden: vrijdag 30 april 2021 02:18 Aan: Rene Kluwen CC: users@kannel.org Onderwerp: Re: OpenSMPPBox won't create DLR

<    6   7   8   9   10   11