Re: Best way to send bulk SMS

2020-08-30 Thread Loyc Cossou
serting? >> >> 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

2020-08-20 Thread Loyc Cossou
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 to improve my expertise. > > > > Currently SQLbox handles all the traffic from SMP

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-20 Thread Loyc Cossou
Hi, I already SQLBox, but seems I need to improve my expertise. Currently SQLbox handles all the traffic from SMPPBox well. But when I try to manually insert the data in the "send" table it never delivers the SMS - I might be wrong somewhere. Regards -- loyc Cossou [image: Mailtrack]

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: Pipe Symbol Issue

2020-08-18 Thread Davor Spasoski
-service keyword = default accepted-smsc = * get-url = ""> max-messages = 0 concatenation = true   Thank you and Regards, Arif Noor   Disclaimer: A1 Makedonija DOOEL Skopje This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you

Re: Pipe Symbol Issue

2020-08-18 Thread Jeff Thorn
The pipe symbol is not a standard GSM 7 character. It needs to be escaped when using the default 7 bit charset ( https://www.developershome.com/sms/gsmAlphabet.asp). Try changing your "coding" param to 1 to for 8 bit characters, or 2 if you need extended utf8 characters.

RE: Pipe Symbol Issue

2020-08-18 Thread Wan Md Arif Noor Bin. Wan Nizam
Hi Anyone? I've updated to svn-r5302M and still seeing the same problem. 26892:2020-08-19 02:45:42 [9506] [7] DEBUG: SMPP PDU 0x7efcd8006d30 dump: 26893:2020-08-19 02:45:42 [9506] [7] DEBUG: type_name: submit_sm 26894:2020-08-19 02:45:42 [9506] [7] DEBUG: command_id: 4 = 0x0004

Re: How to get TLV data from kannel by using meta-data

2020-08-14 Thread Alexander Malysh
Hi, version 1.5.0 is too old, please use 1.4.5 or better SVN version. As far as I see from your description, it should work. Thanks, Alex > Am 14.08.2020 um 10:20 schrieb Diwakar Bhatt : > > Hi All, > > I am using kannel 1.5.0, and i am really confused regarding the meta-data > capture, I

Re: Kannel Support - memory leak

2020-08-11 Thread Alexander Malysh
ystem Specialist | Fibernetics > +1-519-489-6700 x675 | www.fibernetics.ca <http://www.fibernetics.ca/> > > From: users On Behalf Of Rene Kluwen > Sent: August 10, 2020 2:44 PM > To: 'Davor Spasoski' ; ploep...@corp.fibernetics.ca > Cc: users@kannel.org > Subject:

RE: Kannel Support - memory leak

2020-08-10 Thread ploeppky
Loeppky | Voice Network System Specialist | Fibernetics +1-519-489-6700 x675 | www.fibernetics.ca <http://www.fibernetics.ca/> From: users On Behalf Of Rene Kluwen Sent: August 10, 2020 2:44 PM To: 'Davor Spasoski' ; ploep...@corp.fibernetics.ca Cc: users@kannel.org Subject: RE: Kannel S

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: Kannel Support - memory leak

2020-08-10 Thread Davor Spasoski
rnetics.ca   Disclaimer: A1 Makedonija DOOEL Skopje This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to

Re: SMS rejected

2020-07-25 Thread Tolga Ulas
Hi Nashwan, Most likely it's the otherside fault. Dlr-2 is when the handset is off and the delivering party has exceeded the ttl of the sms. Dlr-16 is a rejection, check gateway logs on debug level for dlr dumps. they usually tell you why. Give more specifics, logs, configs etc. Tolga Ulas +90

Re: IPv6 fail

2020-07-20 Thread Alexander Malysh
For MySql connection Kannel libs are not used. Kannel uses MySQL client library and therefore there is something different wrong because MySQL client libs supports IPV6. Alex > Am 20.07.2020 um 10:28 schrieb Antony Stone > : > > On Monday 20 July 2020 at 08:48:39, Alexander Malysh wrote: >

Re: IPv6 fail

2020-07-20 Thread Antony Stone
On Monday 20 July 2020 at 08:48:39, Alexander Malysh wrote: > Hi, > > Kannel always take the first IP from DNS response. Therefore you have to > make sure IPV4 address is the first address, Er, you can't do that with DNS. Records are returned from the resolver in a random order on each

Re: IPv6 fail

2020-07-20 Thread Alexander Malysh
Hmm, looking into the code Kannel should connect just fine even DNS resolves to IPV4 and IPV6. Please check in your logs in debug mode for: Connecting to <%s> AND connect to <%s> failed Thanks, Alex > Am 20.07.2020 um 08:48 schrieb Alexander Malysh : > > Hi, > > Kannel always take the

Re: IPv6 fail

2020-07-20 Thread Alexander Malysh
Hi, Kannel always take the first IP from DNS response. Therefore you have to make sure IPV4 address is the first address, Alex > Am 19.07.2020 um 15:43 schrieb Antony Stone > : > > On Sunday 19 July 2020 at 15:04:45, Alexander Malysh wrote: > >> Hi, >> >> kannel doesn’t support IPV6 yet.

Re: IPv6 fail

2020-07-19 Thread Antony Stone
On Sunday 19 July 2020 at 15:04:45, Alexander Malysh wrote: > Hi, > > kannel doesn’t support IPV6 yet. Hm, it appears to be even worse than I thought... I was switching from a config file which contained the hostname of a server which only had an IPv4 address, to a hostname which only

Re: IPv6 fail

2020-07-19 Thread Antony Stone
On Sunday 19 July 2020 at 15:04:45, Alexander Malysh wrote: > Hi, > > kannel doesn’t support IPV6 yet. Wow (but thanks for the info). Does anyone know if there's development activity happening or planned to get this implemented? Antony. -- f u cn rd ths, u cn gt a gd jb n nx prgrmmng

Re: IPv6 fail

2020-07-19 Thread Alexander Malysh
Hi, kannel doesn’t support IPV6 yet. Thanks, Alex P.S. Patch that you found is not enough and is not complete. > Am 19.07.2020 um 11:04 schrieb Antony Stone > : > > Hi. > > I'm using kannel 1.4.5 with MySQL for DLR storage, and yesterday I changed > the > "host" parameter in my

Re: GSM Characters

2020-07-18 Thread Davor Spasoski
c04003ea0 dump: >> 1829924:2020-07-17 09:56:19 [4432] [7] DEBUG: type_name: submit_sm_resp >> 1829925:2020-07-17 09:56:19 [4432] [7] DEBUG: command_id: 2147483652 = >> 0x8004 >> 1829926:2020-07-17 09:56:19 [4432] [7] DEBUG: command_status: 0 = >> 0x >

Re: GSM Characters

2020-07-17 Thread Eichi
edonija DOOEL Skopje This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete your

RE: GSM Characters

2020-07-17 Thread Davor Spasoski
DEBUG: SMPP PDU dump ends. Best Regards. Disclaimer: A1 Makedonija DOOEL Skopje This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its conte

Re: SMPP Sender Range Usage

2020-07-15 Thread Alvaro Cornejo
Hi Jose, You can define the sender on the call to smsbox. So you can build you calls with a pseudo random sender from the DID array you have being assign. Note that this is only world fro SMPP connections. If you use modems, that will not works since SIM card will replace any sender with its own

Re: SMPP Sender Range Usage

2020-07-15 Thread Mesbahuddin Malik
So far my understanding you need a Direct Inward Dialing(DID) random . is it right ? if so there are two ways. Let me know. Regards Mesbah On Wed, Jul 15, 2020 at 2:47 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Wednesday 15 July 2020 at 09:43:59, Davor Spasoski wrote: >

Re: SMPP Sender Range Usage

2020-07-15 Thread Antony Stone
On Wednesday 15 July 2020 at 09:43:59, Davor Spasoski wrote: > DID? Some call this a DDI instead - Direct Inward Dial, or Direct Dial In - basically it means a phone number. I think to OP also means "a pool of DIDs", meaning that the US vendor supplies a pool of numbers which can receive

Re: SMPP Sender Range Usage

2020-07-15 Thread Davor Spasoski
ose Disclaimer: A1 Makedonija DOOEL Skopje This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but shoul

Re: Empty Incoming SMS

2020-06-30 Thread Alexander Malysh
Hi, please share your kannel config. Thanks, Alex > Am 29.06.2020 um 11:21 schrieb nashwan Al-Mawri >: > > Dear Antony > > please see my answers below > 1. If you send someone a text message through your Kannel system, they > receive > it, and then reply

Re: Empty Incoming SMS

2020-06-29 Thread Antony Stone
On Monday 29 June 2020 at 11:21:34, nashwan Al-Mawri wrote: > Dear Antony > > please see my answers below > > 1. If you send someone a text message through your Kannel system, they > > receive it, and then reply back to it *quoting your original message* as > > well as anything else they want to

Re: Empty Incoming SMS

2020-06-29 Thread nashwan Al-Mawri
Dear Antony please see my answers below 1. If you send someone a text message through your Kannel system, they receive it, and then reply back to it *quoting your original message* as well as anything else they want to say, do you get the text of the original message back? when i test it with my

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-25 Thread Antony Stone
On Thursday 25 June 2020 at 13:18:41, Stipe Tolj wrote: > Am 24.06.20, 13:11, schrieb Antony Stone: > > > > I don't know the answer to your question, but I would suggest that you > > reconsider the use of Kannel 1.5 at all, as the code is considerably > > older (don't ask me why, I think it's

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-25 Thread Stipe Tolj
Am 24.06.20, 13:04, schrieb ahmed qadeer: Dear Team, Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data coding in kannel 1.5 Operator has asked to use this data coding instead of 8 bit octet stream Kannel will use GSM 03.38 (aka GSM 7bit) for submit_sm.data_coding = 0x00

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-25 Thread Stipe Tolj
Am 24.06.20, 13:11, schrieb Antony Stone: On Wednesday 24 June 2020 at 13:04:43, ahmed qadeer wrote: Dear Team, Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data coding in kannel 1.5 I don't know the answer to your question, but I would suggest that you reconsider the

RE: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-24 Thread Davor Spasoski
by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete your copy from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly

Re: Empty Incoming SMS

2020-06-24 Thread Alejandro Guerrieri
The question marks and empty messages are likely because you are receiving a UCS-2 encoded message, but your data_coding is set to 0. What does the access log shows for these messages? On Wed, Jun 24, 2020 at 1:35 PM Tolga Ulas wrote: > This is a deliver_sm for delivery report (esm_class=4) and

Re: Empty Incoming SMS

2020-06-24 Thread Tolga Ulas
This is a deliver_sm for delivery report (esm_class=4) and it's a report of the status of the sms you've sent. For the structure of deliver_sm of delivery report it please refer to SMPP protocol documentation on the body of it. I think the smsc you've been connected to has some problem in

Re: Empty Incoming SMS

2020-06-24 Thread Antony Stone
On Wednesday 24 June 2020 at 14:40:58, nashwan Al-Mawri wrote: > I checked the kannel log , and i found out ,the blank sms text on the log > is ? as you can see on the log below , please note that the > outgoing SMS is unicode characters and it works fine , any suggestions , > do i have

Re: Empty Incoming SMS

2020-06-24 Thread nashwan Al-Mawri
I checked the kannel log , and i found out ,the blank sms text on the log is ? as you can see on the log below , please note that the outgoing SMS is unicode characters and it works fine , any suggestions , do i have to do any formatting for the incoming sms ,, for example out 100 sms

Re: Empty Incoming SMS

2020-06-24 Thread Antony Stone
On Wednesday 24 June 2020 at 13:21:27, nashwan Al-Mawri wrote: > thank antony for your help i trun the debugging on and was trying to find > something could lead me to anu clue but no success Once you have turned *debug* logging on, you should get entries such as the following in

Re: Empty Incoming SMS

2020-06-24 Thread nashwan Al-Mawri
thank antony for your help i trun the debugging on and was trying to find something could lead me to anu clue but no success ,i also contacted them but there is no helpful answer from them ,they just said check your system anyway which part of the log that tell you if there is incoming sms or no

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-24 Thread Antony Stone
On Wednesday 24 June 2020 at 13:04:43, ahmed qadeer wrote: > Dear Team, > > Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data > coding in kannel 1.5 I don't know the answer to your question, but I would suggest that you reconsider the use of Kannel 1.5 at all, as the code

Re: Empty Incoming SMS

2020-06-10 Thread Antony Stone
On Wednesday 10 June 2020 at 22:01:53, nashwan Al-Mawri wrote: > Deal All > > I notice there are a lot of empty incoming SMS listid on my inbox , is it > because subscribers send empty SMS or there is a missing configuration that > produces this result . > this log of number which is i received

Re: query related to binfo

2020-06-08 Thread Stipe Tolj
Am 26.05.20, 17:44, schrieb ritesh rao: I just wish to know if we set the binfo will that affect the smpp at smsc side , in other words is binfo is part of smpp protocol ? or binfo is used for kannel level only? the 'binfo' field is an abstracted billing identifier/info field, which is

Re: Message sent to smsbox "vanished" ...

2020-05-29 Thread Tolga Ulas
For high (what's the tps?) traffic, you may opt in to use some database as a store instead of a file based system. What type of connector are you using in bearerbox? Tolga Ulas +90 533 7464908, skypeid:tolgaulas On Fri, May 29, 2020 at 6:46 PM Paulo Correia wrote: > Hello kannel users! > >

Re: Unable to deliver DLRs: "Couldn't fetch..."

2020-05-23 Thread Alexander Malysh
sage by error, you are kindly requested to > delete it and notify the sender. Thank you for your cooperation. > > From: Alexander Malysh on behalf of Alexander Malysh > > Sent: 22 May 2020 15:38 > To: Paulo Correia > Cc: users@kannel.org > Subject: Re: Unable to deliver D

Re: Unable to deliver DLRs: "Couldn't fetch..."

2020-05-22 Thread Tolga Ulas
one other than an intended recipient is > not authorised.* > > *If you have received this message by error, you are kindly requested to > delete it and notify the sender. Thank you for your cooperation.* > > -- > *From:* Alexander Malysh on behalf of

Re: Unable to deliver DLRs: "Couldn't fetch..."

2020-05-22 Thread Paulo Correia
sers@kannel.org Subject: Re: Unable to deliver DLRs: "Couldn't fetch..." Hi, do you have any errors except couldn’t fetch? mostly it’s because either kannel ran out of filedexfriptors or because receiving server is unable to accept that much connections from kannel (or both). C

Re: Unable to deliver DLRs: "Couldn't fetch..."

2020-05-22 Thread Alexander Malysh
Hi, do you have any errors except couldn’t fetch? mostly it’s because either kannel ran out of filedexfriptors or because receiving server is unable to accept that much connections from kannel (or both). Check you kannel log file for other errors. Thanks, Alex > Am 21.05.2020 um 14:35

Re: Modify details in the PDU of an incoming SMS

2020-05-19 Thread ritesh rao
Hi I tried to configure the pluginbox with bearerbox with steps provided in https://github.com/donald-jackson/kannel-pluginbox. But i dont see any messaged coming to php script . dont know whats going wrong on my side .can somebody help for this ? On Sun, 10 May 2020 at 00:03, Rene Kluwen

Re: DLR but could not find message or was not interested Issue

2020-05-12 Thread lbrezs...@gmx.co.uk
ted in it id<444210273> dst<601>, type<1> Best Regards. Arif Noor *From:* Gorki Alfaro *Sent:* Tuesday, May 12, 2020 11:19 AM *To:* Wan Md Arif Noor Bin. Wan Nizam *Cc:* kannel users@kannel.org *Subject:* Re: DLR but could not find message or was not interested Issue

RE: DLR but could not find message or was not interested Issue

2020-05-11 Thread Wan Md Arif Noor Bin. Wan Nizam
n. Wan Nizam Cc: kannel users@kannel.org Subject: Re: DLR but could not find message or was not interested Issue Hello Try to changing your msg-id-type = 0x01 Regards Gorki On Mon, May 11, 2020 at 9:12 PM Wan Md Arif Noor Bin. Wan Nizam mailto:md.a...@forest-interactive.com>> wrote: Hello

Re: DLR but could not find message or was not interested Issue

2020-05-11 Thread Gorki Alfaro
Hello Try to changing your msg-id-type = 0x01 Regards Gorki On Mon, May 11, 2020 at 9:12 PM Wan Md Arif Noor Bin. Wan Nizam < md.a...@forest-interactive.com> wrote: > Hello Guys, > > > > I’ve been struggling to find what is the issue with the DLR which > regularly getting error “DLR but could

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: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
gt;=%3F%3F%3F%3F%3F+%3F%3F%3F%3F%3F_id=>> message' >>> >>> The request at the proxy is, of course, equivalent to the parsed query. >>> >>> What happens to UTF8 characters? I tried alt-charset on smsc, but that >>> made no changes at all. It seem

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
ade no changes at all. It seems to me that they get lost somewhere in >> communication between smsbox and smsc (according to logs). >> >> Any hints on solving this would be highly appreciated. Thank you! >> >> >> >> >> --

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
gt;> >>> The request at the proxy is, of course, equivalent to the parsed query. >>> >>> What happens to UTF8 characters? I tried alt-charset on smsc, but that >>> made no changes at all. It seems to me that they get lost somewhere in >>> communication

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Davor Spasoski
ted by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete your copy from your system. Any unauthorized use or dissemination of this message in whole or in p

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Alvaro Cornejo
gt;> What happens to UTF8 characters? I tried alt-charset on smsc, but that >> made no changes at all. It seems to me that they get lost somewhere in >> communication between smsbox and smsc (according to logs). >> >> Any hints on solving this would be highly appreciated. Thank you! >> >> &g

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
to me that they get lost somewhere in > communication between smsbox and smsc (according to logs). > > Any hints on solving this would be highly appreciated. Thank you! > > > > > -- > > Disclaimer: A1 Makedonija DOOEL Skopje > This e-mail (in

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Davor Spasoski
between smsbox and smsc (according to logs). Any hints on solving this would be highly appreciated. Thank you! Disclaimer: A1 Makedonija DOOEL Skopje This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you are not the int

Re: Sending DLR messages from smsbox

2020-05-06 Thread Stipe Tolj
Am 05.05.20, 15:02, schrieb Robert Robinson: Hello; We currently use Kannel 1.4.5 as a middleware box which sits between our network and our partner network. We call into smsbox, using the HTTP API to submit outbound messages to bearerbox, and using the sms-service to make HTTP calls into our

Re: Sending DLR messages from smsbox

2020-05-05 Thread Alvaro Cornejo
Hi Robert Not sure I get right your question. I think you can craft your dlr-url and/or the script called by the dlr-url in order to, in addition to what you do now, pass that info to your partner. ie generate the dlr with the specific info you want to forward. For now your dlr-ulr is doing

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: Questions towards using Kannel 1.5.0

2020-04-30 Thread Alexander Malysh
Hi, see inline… > Am 30.04.2020 um 16:35 schrieb Akis Stamatiou > : > > Hello Kannel team, > > 1. We are investigating the possibility to use kannel with the opensmpp > plugin to be part of our infrastructure. > We have run a PoC using kannel 1.5.0 on Ubuntu 16.04 and 18.04, and it went >

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

Re: Error When SQLBOX starts

2020-04-24 Thread Mesbahuddin Malik
Follow the compilation instruction and configuration perfectly. On Fri, Apr 24, 2020 at 11:51 PM Arun wrote: > hi > > I am getting error *PANIC: Trying to fetch variable > `ssl-client-cipher-list' in group `sqlbox', not allowed.* > > *Please find log below* > > *Any Help will be appreciated

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

Re: Kannel fails with dlr-storage set as mysql

2020-04-23 Thread Arun
Hello I am using Debian kennel package Kennel bearerbox fails when dlr-storage=mssql Any solution is appreciated thank u -- Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html

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

2020-04-23 Thread Arun
Another observation when dlr-storage =mysql netstat -lnptu doesnt show up bearerbox ports kindly enlighten me please On Thu, Apr 23, 2020 at 12:31 PM Arun wrote: > hi all > > Below is my Kannel.conf > I want to store Dlr Messages in MySql > When I add *dlr-storage = mysql *to core Group

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: Multiple Bearerbox with shared MSG and DLR DB

2020-04-22 Thread John
Hi all, Just to resist this again. Is this possible? --- J On Fri, 27 Mar 2020, at 11:42 AM, John wrote: > Hi > > I am looking to scale (and also high-availability) my Kannel installation so > was thinking of having 1+n number of Bearerbox all sharing the same redis DB > for message store

Re: Fakesmsc

2020-04-21 Thread Minh Tuan
That blog is fine, please do exactly what it say. The inbound SMS that you sent will be serve by this group group = sms-service keyword = default text = “hi how are you” Check the smsbox log (in debug mode) to see the message come or not, then check the bearerbox-access log to see how kannel

Re: Kannel DLR with Redis Storage

2020-04-21 Thread Minh Tuan
Hi Filippo, After received DLR from upstream SMSC, bearerbox will remove the DLR record which is queued in redis storage, then nothing left to see after that. On Fri, Apr 17, 2020 at 7:14 AM Filippo Durão wrote: > Dears, > > I have a huge difficulty to make the DLR work, because I don't have an

Re: HI I need help for this error‏

2020-04-21 Thread Minh Tuan
It is not an error as far as i known. The client TCP connection has been released after calling http api. On Tue, Apr 21, 2020 at 9:16 PM abod ahameed wrote: > 2020-04-20 17:46:23 [4592] [1] DEBUG: HTTP: Destroying HTTPClient area > 0x7fe7e8000ad0. > 2020-04-20 17:46:23 [4592] [1] DEBUG: HTTP:

Re: Fakesmsc

2020-04-21 Thread Minh Tuan
Hello Arun, What do you mean it is not working? The fake SMS is straight forward in user documents. For testing purpose you should involve smsc loopback function also. Brs, Tuan. On Tue, Apr 21, 2020 at 7:39 PM Arun wrote: > hello all > > I am trying to send SMS using FAKE smsc > not not

Re: redis support in latest sqlbox

2020-04-11 Thread kweku
Thanks Antony for the feedback. Highly appreciated. Regards, -- Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html

Re: redis support in latest sqlbox

2020-04-04 Thread Antony Stone
On Saturday 04 April 2020 at 03:27:17, kweku wrote: > Hi Mike, > Did you find the latest sqlbox with redis support? Can't find it in the > latest as well. Please let me know your workaround this please. Thanks It's unusual to see a reply to a 6-year old posting, with no comments in the interim,

Re: redis support in latest sqlbox

2020-04-03 Thread kweku
Hi Mi ke, Did you find the latest sqlbox with redis support? Can't find it in the latest as well. Please let me know your workaround this please. Thanks -- Sent from: http://kannel.6189.n7.nabble.com/Kannel-User-f3.html

Re: opensmppbox smsc-route

2020-04-01 Thread Techinnovation
CC: users@kannel.org Onderwerp: Re: opensmppbox smsc-route Hello, Could you please support with configurations where three separate opensmppbox instances ? It will be help with example. Thank you ! BR, Alekxandr Tuesday, January 28, 2020, 10:38:52 AM, you wrote: Hello Rene, Could you

Re: got DLR but could not find message, bug?

2020-03-31 Thread Willy Mularto
Share your configuration will be good to localize the possible problem. Pada tanggal Rab, 1 Apr 2020 08.39, lbrezs...@gmx.co.uk menulis: > Kannel 1.4.5 + redis is used to send sms via SMSC using smpp protocol. > > When processing dlrs, once in a while we receive an ERROR similar to the >

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: opensmppbox smsc-route

2020-03-30 Thread Techinnovation
Hello, Could you please support with configurations where three separate opensmppbox instances ? It will be help with example. Thank you ! BR, Alekxandr Tuesday, January 28, 2020, 10:38:52 AM, you wrote: Hello Rene, Could you please share example of configurations with three separate

Re: Temporary message store for multi-part SMSs

2020-03-29 Thread Jeff Thorn
We have encountered this very situation. The solution I settled on has multiple kannel servers configured with transmit binds. So a load balancer can hit any instance for sending MT messages. However, only ONE instance is configured with receive binds. My logic was that the SMSC will queue MO and

Re: Temporary message store for multi-part SMSs

2020-03-29 Thread Antony Stone
On Sunday 29 March 2020 at 18:42:12, Alexander Malysh wrote: > Hi, > > unfortunately you mixed two things together. Very probably. I didn't find the documentation too clear on this topic. > 1. Store support. > It’s a snapshot of messages that Kannel has in his memory (RAM) stored >

Re: Temporary message store for multi-part SMSs

2020-03-29 Thread Alexander Malysh
Hi, unfortunately you mixed two things together. 1. Store support. It’s a snapshot of messages that Kannel has in his memory (RAM) stored either on disk (spool, file) or in Redis. This store is used for a case if Kannel crashes, then messages are not lost. This is _NOT_

Re: Kannel Architecture

2020-03-29 Thread Antony Stone
On Sunday 29 March 2020 at 05:37:25, Arun wrote: > Hello Friends > I am reading the document Kannel Architecture > $Revision: 1.20 $ > Is this the latest document It appears that it is. However, see https://www.kannel.org/arch.shtml (which has several links which do not work), which contains

RE: Help with Unicode Messages

2020-03-20 Thread Davor Spasoski
Diaz Zapata Cc: users@kannel.org Subject: RE: Help with Unicode Messages 1.Your table must be created with Unicode support 2.select encoding/collation to UTF8mb4 3.If you are using a programming language, set the connection to the table must be with the proper (UTF-8) charset. 4

RE: Help with Unicode Messages

2020-03-20 Thread Davor Spasoski
UTF8mb4 5.Copy/paste the smiley sign or follow the link here https://stackoverflow.com/questions/39463134/how-to-store-emoji-character-in-mysql-database Davor Spasoski From: Gabriel Augusto Diaz Zapata Sent: Friday, March 20, 2020 5:30 AM To: Davor Spasoski Cc: users@kannel.org Subject: Re

Re: Help with Unicode Messages

2020-03-19 Thread Gabriel Augusto Diaz Zapata
DE to? HEX? >> > >> > Thank you >> > >> > Gabriel >> >> >> >> >> Disclaimer: A1 Makedonija DOOEL Skopje >> This e-mail (including any attachments) is confidential and may be >> protected by legal

Re: Help with Unicode Messages

2020-03-19 Thread Davor Spasoski
e This e-mail (including any attachments) is confidential and may be protected by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete your copy from your system. Any

Re: Help with Unicode Messages

2020-03-18 Thread Gabriel Augusto Diaz Zapata
to "%D8%3D%DE%00" > > > > Wich type of conversion is it? I mean UNICODE to? HEX? > > > > Thank you > > > > Gabriel > > > > > Disclaimer: A1 Makedonija DOOEL Skopje > This e-mail (including any attachments)

Re: Help with Unicode Messages

2020-03-18 Thread Davor Spasoski
ents) is confidential and may be protected by legal privilege. If you are not the intended recipient, you should not copy it, re-transmit it, use it or disclose its contents, but should return it to the sender immediately and delete your copy from your system. Any unauthorized use or dissemina

Re: Help with Unicode Messages

2020-03-18 Thread Antony Stone
On Wednesday 18 March 2020 at 02:07:48, Gabriel Augusto Diaz Zapata wrote: > Im sending unicode messages (emojis) using sendsms. IE, is > converted in sent_sms table to "%D8%3D%DE%00" > > Wich type of conversion is it? I mean UNICODE to? HEX? I believe this is commonly referred to as

Re: change windows size

2020-03-09 Thread Amritesh Rachelwar
It's about how many SMS will be sent before waiting for ACK from SMSC. So if max-submit-requests =10, it means your system will send 10 SMS to SMSC without waiting for ACK. So here your window size will be 10. Regards, Amritesh On Sun, Mar 8, 2020, 23:34 Web Min wrote: > I've changed the

Re: change windows size

2020-03-08 Thread Web Min
I've changed the throughput = 1 but it seems when I changed the max-pending-submits is worked. When I'm checking the guide, I found max-submit-requests any idea about the purpose of it? REgards On Sun, Mar 8, 2020 at 8:41 PM Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > That

Re: change windows size

2020-03-08 Thread Alejandro Guerrieri
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, any help would be > appreciated. > > Please notice that

Re: sqlbox installation issue

2020-02-24 Thread Antony Stone
On Monday 24 February 2020 at 06:27:24, Robin C wrote: > I have tried to install 1.4.5 . But it is not working. When I try to > decompress the file it is showing that it is not a tar.gz file. or its not > a zip file. Please tell us: 1. The name of the file you are trying to decompress 2. The

Re: sqlbox installation issue

2020-02-24 Thread Robin C
in 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 . But it is not working. When I try to > decompress the file it is showing that it is not a tar.gz file

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

<    1   2   3   4   5   6   7   8   9   10   >