Re: unicode problem with sqlbox Revision: 62

2024-07-05 Thread Kyriacos/Netsmart
Hi, Did you upgrade both kannel and the DB server/version at once? If you set the new kannel instance to write to the old DB, or the old kannel to the new DB what happens? Kyriacos On 04/07/2024 12:42 pm, Konstantinos Liadakis wrote: Here is the insert query which works perfectly fine on

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-07 Thread Kyriacos/Netsmart
And your mysql table create statement. It might be that you are using a filed type that can not hold such large numbers. Can easily be converted to a char based storage if you don't have extreme space limit issues on the DB side. On 06/08/2023 6:16 pm, Mesbahuddin Malik wrote: Send your Smpp

Re: MO Routing on the fly

2023-04-24 Thread Kyriacos/Netsmart
Hi, I think you are missing the smsbox-route route. group = smsbox-route smsbox-id = mySMSBox smsc-id = smpp [list any other SMSC connections here] On 24/04/2023 12:31 pm, akamat sarat wrote: Dear All, Thank you for your advice. I have tried all of your suggestions but cant get it to work

sar and UDHI from operator

2015-12-29 Thread Kyriacos/Netsmart
Hi, I have a connection to one network which send both sar and UDH for concat messages, causing kannel to reject them. While they acknowledge that this is wrong, they have asked their vendor for a fix and that can take it's time. Is their any way to tell kannel to ignore the sar fields and

Re: No translation found for incoming sms

2015-11-30 Thread Kyriacos/Netsmart
Hello, Do you know what language/encoding the MO you receive is supposed to be in? From your Log: 2015-11-23 16:46:37 [21318] [6] DEBUG: data_coding: 0 = 0x Data coding = 0 would normally mean that the incoming message is Default encoding, usually GSM-ASCII (or Latin1 some times),

Re: Get URL Not Getting Invoked For MO Msgs

2015-11-13 Thread Kyriacos/Netsmart
Hi, The sms-service be default sends back to the phone any output of the get-url, or that phrase if there is no output. To avoid this add: omit-empty = true to the sms-service config, Kyriacos On 13/11/2015 12:49, Amit Sharma (VAS) wrote: Thanks Jesus for the suggestion, I

Re: trouble compiling latest svn

2015-02-09 Thread Kyriacos/Netsmart
On 06/02/2015 17:21, Milan P. Stanic wrote: On Wed, 2015-02-04 at 14:42, Kyriacos/Netsmart wrote: /usr/bin/convert doc/wtls/fig8o.png doc/wtls/fig8o.ps /usr/bin/convert doc/wtls/fig9o.png doc/wtls/fig9o.ps sed s/#FIGTYPE#/.png/;s/#VERSION#/svn-r5129M/;s/#DATE#/`date +%Y.%m.%d`/;s/#DRAFTS

trouble compiling latest svn

2015-02-06 Thread Kyriacos/Netsmart
/usr/bin/convert doc/wtls/fig8o.png doc/wtls/fig8o.ps /usr/bin/convert doc/wtls/fig9o.png doc/wtls/fig9o.ps sed s/#FIGTYPE#/.png/;s/#VERSION#/svn-r5129M/;s/#DATE#/`date +%Y.%m.%d`/;s/#DRAFTS#/IGNORE/ doc/alligata/alligata.xml doc/alligata/alligata.tmp openjade -V nochunks -t sgml -d

Re: Kannel app suggestion

2014-12-11 Thread Kyriacos/Netsmart
Well if the stations alarm can feed some trigger signal into a computer, kannel could be used to send out messages to volunteer firefighters with info on fire etc. Might save some time from having to manually call them if that is what is done now. It might be best if you knew what needs they

Re: Can we pull DLRs instead of PUSH by kannel?

2014-10-08 Thread Kyriacos/Netsmart
...@kannel.org] *On Behalf Of *Kyriacos/Netsmart *Sent:* maandag 6 oktober 2014 11:58 *To:* Vikas Wasiya *Cc:* kannel users@kannel.org *Subject:* Re: Can we pull DLRs instead of PUSH by kannel? If the DB hit is the big issue and not the URL call, then simply have that URL write the DLRs in some

Re: Can we pull DLRs instead of PUSH by kannel?

2014-10-06 Thread Kyriacos/Netsmart
If the DB hit is the big issue and not the URL call, then simply have that URL write the DLRs in some serialized file that will allow easy processing latter. Still is probably more efficient overall to just push them to a DB table without processing, and then pull them from that for

Re: Same SMS, 2 Different MessageIDs

2014-03-13 Thread Kyriacos/Netsmart
... Again, you need to pass your OWN variable with identificator, e.g.: dlr_url = url_encode('http://localhost/dlr.php?id=12312312status=%d read this - http://www.kannel.org/pipermail/users/2010-July/011875.html Thank you, Ali. On 12/03/2014 09:15, Kyriacos/Netsmart wrote: So

Re: Same SMS, 2 Different MessageIDs

2014-03-12 Thread Kyriacos/Netsmart
: http://www.mydigia.com/images/ImG/2014-03-11_1248.png There are 2 records for the same number sent to, one sms sending. msgidk is the kannel %I (kannel internal messageID), which changes on each type, which is my problem... Thank you, Ali. On 11/03/2014 10:42, Kyriacos/Netsmart wrote

compile troubles on Debian 6.0.5 from trunk (synced yesterday)

2012-07-26 Thread Kyriacos/Netsmart
Hi all, Wondering if the below is indication of something serious, or just random error messages: ./configure - make works, make check returns: Check: checks/check_ppg.sh...bb failed with control file test/iptestppg.txt found some suggestions in emails from 2006 tried : ./configure

Re: SMS Text Length

2012-06-05 Thread Kyriacos/Netsmart
A small note: Not all carriers have coding 0 == GSM, coding 0 is the Default charset of the specific SMSC, in most cases this is 7bit GSM, but that is not always true. Kyriacos On 05/06/2012 14:23, Tapan Kumar Thapa wrote: Thanks... I got it from docs... It is GSM coding=0 by default for

Re: kannel's load balancing when using multiple concurrent connections to the same SMSC with the same smsc_id and login

2012-04-04 Thread Kyriacos/Netsmart
Hi, I believe the load balance happens only in the sence that if one bind is busy sending an SMS and a new request comes, instead of queuing it, it goes to the second bind of the same name, rather than doing round-robin load balancing which seems to be what most people expect/assume. If your