DLR rerouting for smsc id disabled

2018-10-23 Thread Web Min
Hello, I am unable to receive DLR in Kannel using SMPP Connectivity., The log is showing when start binding , this INFO: DLR rerouting for smsc id disabled. Any help would be appreciated below are my configuration details # CORE group = core admin-port = 13000 smsbox-port = 13001

Re: TLS 1.2 support in kannel

2018-11-03 Thread Web Min
Hello, In order to start with Ubuntu make sure the following packages are installed: apt-get install libmysqlclient-dev libmysqld-dev libxml2 libxml2-dev bison byacc libssh-dev libssl-dev Best Regards, On Sat, Nov 3, 2018 at 1:51 AM info.ubichip wrote: > hello, > > I tried to reinstall a

Re: TLS 1.2 support in kannel

2018-11-03 Thread Web Min
n red (le last one) ? > > > > * Added OpenSSL 1.1.x support. > > > > * Added support for chained certificate files. > > > > * Added support to define which SSL/TLS chipher suites to use. > > > > *De :* info.ubichip [mailto:info.ubic...@free.fr] > *Env

Re: INVALID SERVICE-TYPE KANNEL

2018-11-11 Thread Web Min
try the below smsc settings copy /paste from my kannel server adjust it as you see fit # SMSC group = smsc smsc = smpp smsc-id = myid allowed-smsc-id = myid preferred-smsc-id = myid interface-version = 34 host = xx.xx.xx.xx. port = receive-port = 0 transceiver-mode = 0 smsc-username = user

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread Web Min
transceiver-mode = true > throughput = 40 > > Thanks in advance > > Chris > > On Mon, Nov 12, 2018 at 8:17 PM Web Min wrote: > >> what is your smsc variables? in kannel.conf >> >> On Mon, Nov 12, 2018 at 9:13 PM christopher kamutumwa < >> chriskamutu...

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread Web Min
what is your smsc variables? in kannel.conf On Mon, Nov 12, 2018 at 9:13 PM christopher kamutumwa < chriskamutu...@gmail.com> wrote: > hello, > where can I find this patch I have noticed when service-type= smpp is put > in config log shows NOBAL instead of smpp. hence getting error INVALID >

receiving delivery issue

2019-01-19 Thread Web Min
Hello, I'm using the following configuration on my kannel on 3 gateways, each gateway contains 2 sessions, one for sending and the other for receiving, the below is for receiving delivery status. I have no issue with all of them till 3 months before one of them not able to pull the status, at

Re: receiving delivery issue

2019-01-19 Thread Web Min
Hello, I found this parameter in kannel registered_delivery, how do I use it in the kannel.conf? When I place it the bearbox wont run Regards On Sat, Jan 19, 2019 at 7:18 PM Web Min wrote: > Hello, > > I'm using the following configuration on my kannel on 3 gateways, each > gate

Re: DLRs getting deleted from Msql

2018-12-11 Thread Web Min
It delete from dlr table if you are passing dlr_url to update your original database in my case, I have queue table contain the status, sender_id, msg, etc... this table is used by my portal, when I send an sms it insert into dlr table for while and once I received the DLR status pushed from the

Re: Kannel multiboxing.

2018-11-28 Thread Web Min
As suggested Bavor, you can open multiple sessions as a transmitter (like 3 sessions) and one receiver to get the status back from the provider On Wed, Nov 28, 2018 at 12:02 PM Davor Spasoski wrote: > Hm, that could be for a number of reasons. If kannel is firing the > submit_sm PDUs fast

Re: Kannel 1.4.5 migration

2018-11-29 Thread Web Min
Glad to hear it! What is the full log of installation? On Thu, Nov 29, 2018 at 11:26 PM Ron Rechtman wrote: > First off thanks for the super fast replies. > > > > The bootstrap didn’t give errors now > > But ended up with the same error > > > > > > >

Re: Kannel 1.4.5 migration

2018-11-29 Thread Web Min
I don't have much experience with kannel under CentOS, but my experience under Ubuntu. try check the automake version to match it with bootstrap automake --version | sed -e '1s/[^0-9]*//' -e q On Thu, Nov 29, 2018 at 11:30 PM Ron Rechtman wrote: > > > > > *From:* Web Min >

Re: Kannel 1.4.5 migration

2018-11-29 Thread Web Min
be a bit patient with me > > > > Automake = 1.13.4 > > > > So I tried edited the config.ac file… > > Seems quite a bit of changes in the INIT need to be done. > > > > Better Ideas? > > > > > > *From:* Web Min > *Sent:* Thursday, November

Re: Kannel compil issue (config.status: error: cannot find input file: `Makefile.in')

2018-11-28 Thread Web Min
if you have kannel source then try first ./bootstrap.sh Regards On Thu, Nov 29, 2018 at 9:54 AM Bertrand Dupont wrote: > Hi, > > Trying to make a fresh compil / installation of kannel on a new Centos 7 > and I've got the following error after launching ./configure : > > *config.status: error:

Re: Kannel 1.4.5 migration

2018-11-29 Thread Web Min
export WANT_AUTOMAKE=1.13.4 > > ? > > > > I still end up with the same errors > > > > > > > > > > *From:* Web Min > *Sent:* Thursday, November 29, 2018 3:55 PM > *To:* Ron Rechtman > *Cc:* users@kannel.org > *Subject:* Re: Kannel 1.4.5

Re: Kannel 1.4.5 migration

2018-11-29 Thread Web Min
It seems you have a problem in so file as mentioned below /lib64/libc.so.6 Did you install the Kannel via source? if yes make sure to run the bootrtap.sh first Regards On Thu, Nov 29, 2018 at 10:41 PM Ron Rechtman wrote: > > > Hello, > > > > I have 1.4.3 running no problem on Cent 6.6 > > >

Re: Kannel 1.4.5 migration

2018-11-29 Thread Web Min
-29 15:15:43 [40483] [0] PANIC: /etc/kannel/sbin/bearerbox() > [0x40db86] > > 2018-11-29 15:15:53 [40498] [0] PANIC: Cannot start with SMSC connection > failing > > 2018-11-29 15:15:53 [40498] [0] PANIC: > /etc/kannel/sbin/bearerbox(gw_backtrace+0xae) [0x49840e] > >

Re: Kannel multiboxing.

2018-11-27 Thread Web Min
Hi, coinhosting Can you guide us about the installation and preparation? I tried to use SQLBOX before but I'm facing a lot of problems. One more question, do you recommend to install & prepare the server via the apt-get repositories or via compilation source code? Regards On Tue, Nov 27, 2018

Re: OPENSMPPBox issue.

2019-02-18 Thread Web Min
in/run_kannel_box --pidfile > /var/run/kannel/kannel_smppbox.pid --no-extra-args > /usr/local/sbin/opensmppbox -v 0 -- /etc/kannel/kannel.conf > 2/18/2019 11:54 Web Min kirjutas: > > How you are running both bearerbox and smsbox? > > make sure to pico /etc/default/kannel &g

Re: OPENSMPPBox issue.

2019-02-18 Thread Web Min
15 [13239] [0] PANIC: smsbox(gw_panic+0x16b) [0x439adb] > 2019-02-19 08:07:15 [13239] [0] PANIC: smsbox(main+0x12b9) [0x40d7d9] > 2019-02-19 08:07:15 [13239] [0] PANIC: > /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fbc458d8830] > 2019-02-19 08:07:15 [13239] [0] PANIC: sm

Re: disabling incoming SMS

2019-02-20 Thread Web Min
> > global-sender = xx > > white-list = xx > > > > where ‘xx’ is really my modem’s phone number > > > > --sk > > > > *From:* Web Min > *Sent:* Tuesday, February 19, 2019 8:57 AM > *To:* Stuart Kendrick > *Cc:* users@kan

Re: OPENSMPPBox issue.

2019-02-18 Thread Web Min
How you are running both bearerbox and smsbox? make sure to pico /etc/default/kannel and then add START_WAPBOX=1 START_SMSBOX=1 then restart the kannel service, after that check the status via your brower On Mon, Feb 18, 2019 at 12:49 PM Gert Tamm wrote: > Hello, > > When I start my

Re: Need help for opensmpp and SQLBox

2019-02-18 Thread Web Min
Which version of SQLBOX and KAnnel installed? Did you install them via a repository or via truck then compile? Regards On Mon, Feb 18, 2019 at 11:21 AM Loyc Cossou wrote: > Hi, > > It's now been 2 weeks that I am struggling with this configuration. > > I am trying to connect OpenSMPPBox to

Re: kannel with sigtran

2019-02-11 Thread Web Min
eyas barhouk wrote: > thanks for your kind reply dear, > > do you have any idea about how to start with creating the SMSC > (SMPP signaling). > > B.R > Eyas Barhok > > ---------- > *From:* Web Min > *Sent:* Monday, February 11, 2019 10:03 AM &

Re: source of a message

2019-02-10 Thread Web Min
If I'm not mistaken, the 301000 is the sender id to appear for the recipient not the IP address of the client. Warm Regards, On Sun, Feb 10, 2019 at 5:13 PM Stuart Kendrick wrote: > Starting a few days ago, I see the following once in syslog: > > > > 2019-02-07T10:03:10.411207-08:00 vishnu

Re: kannel with sigtran

2019-02-11 Thread Web Min
Hello, You can always start with Kannel via https://medium.com/@SudeepParajuli/quickstart-with-kannel-7005684bffb9 https://kannel.org/download/1.5.0/userguide-1.5.0/userguide.html

Re: disabling incoming SMS

2019-02-19 Thread Web Min
Hello, If you are using the SMSBOX, did you try to change the password of group = sendsms-user Try to add also the global-sender parameter to the group = smsbox , to restrict certain pre-code like 001 for state etc in this way, it will ignore the none prefix mobile number. Try to change the

Re: kannel with sigtran

2019-02-11 Thread Web Min
Dear Eyas, The SS7 protocol is usually used between operator to operator but the SMPP with a high number of sessions can support 10M messages sure if you split the connections, like 10 session transmitter and 5 for push delivery status. Regards On Mon, Feb 11, 2019 at 12:45 PM eyas barhouk

Re: SQLBox Database structure on Kannel 1.4.5

2019-06-02 Thread Web Min
I'm trying to install the SQLbox since a long time ago, no installation procedure yet. Could you please share your steps for the installation and will compare the new structure with the old one. Regards On Sat, Jun 1, 2019 at 9:44 PM Loyc Cossou wrote: > Hi Friends, > > It seems like the

Re: opensmpp configure issue

2019-04-21 Thread Web Min
Hi, I'm still surprised how kannel didn't take care of the installation problems. Try to google on your problem, you will found that there are many and many issues with kannel installation from source especially when installing SQL-Box. My experience with SQL-Box and kannel was too bad, I

Re: DLR-MO store increases

2019-11-13 Thread Web Min
How size is the DLR Table? And did you try to empty the DLR it? On Wed, Nov 13, 2019 at 12:15 PM vinayak mv wrote: > Hi, > > When we are sending MT SMS about 1 lakhs or more , the kannel store is > filled with DLR-MO messages and these messages are routing back to SQLBOX > or OPENSMPPBOX at a

Re: users Digest, Vol 159, Issue 6

2019-11-13 Thread Web Min
Can you try the below link, please? http://localhost:13013/cgi-bin/sendsms?username=YRFN5JRa=jL3Uwcmt=00967774168311=%00H%00e%00l%00l%00o%00+%00w%00o%00r%00l%00d%00+%06%2A%06%2C%061%06%28%06%29%00+%06E%06F%06J=test=2=UTF-16BE=31 On Wed, Nov 13, 2019 at 7:29 PM abod ahameed wrote: > Still the

Re: Issue of DLR - URL with opensmppbox kannel

2020-02-13 Thread Web Min
Provide your sqlbox.conf please On Thu, Feb 13, 2020, 4:32 PM Umair Baig wrote: > Hello All, > > I have configured opensmppbox and I am trying to submit sms using mysql as > dlr storage. > When I receive sms it gets delivered but dlr does not get inserted into > dlr table instead I get an error

Re: change windows size

2020-03-08 Thread Web Min
wrote: > That would be max-pending-submits > > Check the user guide for further details. > > Regards, > > -- > Alejandro Guerrieri > > On Mar 8, 2020, at 12:47 PM, Web Min wrote: > >  > Hello, > > I just received the following message from the gateway,

change windows size

2020-03-08 Thread Web Min
Hello, I just received the following message from the gateway, any help would be appreciated. Please notice that today we received bad request from your side and after investigation found that problem from your side because of sending messages using ASYNC mode , please make sure that window

Re: [RIP] Remembering René Kluwen

2021-06-11 Thread Web Min
Sad incident. RIP Rene On Fri, Jun 11, 2021 at 6:13 PM Alvaro Cornejo wrote: > Really sad to hear this. > > He might rest in peace forever!!! > > We will continue to have him around into his code. > > > || >

Re: DISCARDED SMS / NACK/Retries Exceeded

2021-05-25 Thread Web Min
It is already in the SMSC before the host allowed-prefix = 1 Any Idea please On Tue, May 25, 2021 at 4:10 AM Mesbahuddin Malik wrote: > Hello, > where is your allowed prefix in SMSC ? > > Regards > Mesbah > > On Mon, May 24, 2021 at 7:06 PM Web Min wrote: > &g

Re: DISCARDED SMS / NACK/Retries Exceeded

2021-05-29 Thread Web Min
me know. Regards On Sat, May 29, 2021 at 11:41 AM Stipe Tolj wrote: > Am 25.05.21, 09:54, schrieb Web Min: > > It is already in the SMSC before the host > > > > allowed-prefix = 1 > > when your users inject as destination addr 1xxx that is fine, but if > they use

Arabic & English SMS using SQLBOX - problem in encoding

2021-05-27 Thread Web Min
Dear Experts, I would appreciate it if anyone can assist with the below concern. I am trying to send Arabic & English SMS from kannel using SQLBOX, and it does not deliver perfectly (receiving it as ?? for Arabic words); after doing some analysis on the values sent between the Bearebox, SMS

registered_delivery could be a bug in 1.5.0

2021-05-29 Thread Web Min
Hello, I'm using 1.5.0, I have reported a problem to my gateway to check from their side why I'm not receiving the DLR Report, I surprised when replied that they are receiving the registered_delivery = 0 although it is showing from the SMSC transmitter log. 2021-05-29 15:09:49 [10316] [6] DEBUG:

Re: registered_delivery could be a bug in 1.5.0

2021-06-05 Thread Web Min
. Furthermore: it successfully works for a single message, and I'm able to receive it. Further assistance would be appreciated. Regards On Fri, Jun 4, 2021 at 4:02 PM Stipe Tolj wrote: > Am 29.05.21, 21:44, schrieb Web Min: > > Hello, > > > > I'm using 1.5.0, I have reported a

DISCARDED SMS / NACK/Retries Exceeded

2021-05-24 Thread Web Min
Hello, I've spent a significant amount of time around this issue. I couldn't find any solution or hint on why getting DISCARDED SMS as below: 2021-05-02 00:25:30 2021-05-02 00:25:30 DISCARDED SMS [SMSC:] [SVC:] [ACT:] [BINF:] [FID:26][from:SellerAJ] [to:1946873251] [flags:-1:2:-1:-1:31] [msg:0:]

Re: Decode Optional Parameters in deliver_sm TLV

2021-07-05 Thread Web Min
The best choice is to use the latest user guide https://www.kannel.org/download/kannel-userguide-snapshot/userguide.html Regards On Mon, Jul 5, 2021 at 10:32 AM Srujan Kumar Kunchakara < srujankunchak...@gmail.com> wrote: > I want the code to decode optional parameters received in deliver_sm >

Re: OpenSMPPBox won't create DLR

2021-04-29 Thread Web Min
I was getting the same issue but now I'm getting the below error from the access-log 2021-04-27 23:testsender08:20 2021-04-27 23:08:20 DISCARDED SMS [SMSC:] [SVC:] [ACT:] [BINF:] [FID:18][from:testsender] [to:2378945612] [flags:-1:2:-1:-1:31] [msg:0:] [udh:0:] 2021-04-27 23:08:20 2021-04-27

Re: Kannel :: How can I filter incoming traffic

2021-12-08 Thread Web Min
Hello, I'm using the allowed-prefix in the SMSC group to guarantee using the allocated gateway. Refer to the document for more information. Good luck On Thu, Dec 9, 2021 at 1:56 AM Loyc Cossou wrote: > Hi, > I use Kannel as SMS gateway - It works fine for me. I am connnected one > operator

Re: FREE BULK SMS FRONT END APPLICATION

2022-11-29 Thread Web Min
Is there any online version? In which PHP Framework was built? On Wed, Nov 30, 2022 at 6:49 AM Textnator Support wrote: > > https://drive.google.com/file/d/1ExpJAeWDMlK1FPpM4Jbbt9fBbK3Bmms7/view?usp=drive_web > > On Tue, Nov 29, 2022 at 7:23 PM MOSES KARIUKI wrote: > >> Hello Textnator, >> >>