Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alexander Malysh
Hi, I assume, you are using 1.2.1 stable kannel version?! please try with 1.3.2 devel version that is _more_ stable and many many bugs were fixed... Alejandro Guerrieri wrote: Hi, I've finally found a way dealing with multiple SMSC connections to the same operator. I've found it in an

Re: No Longer Able To Compile Kannel

2004-08-23 Thread Alexander Malysh
Hi, you need newer version of glibc... Jonathan Houser wrote: I have recently been trying to update to the latest CVS version of Kannel and am having problems with pthread. I checked for the existence of the the pthread .so and it's there at /usr/lib/ as libpthread.so symlinked to

Re: freebsd start script

2004-08-24 Thread Alexander Malysh
:59:34 +0200 Alexander Malysh [EMAIL PROTECTED] wrote: Hi, please try to start with 'ulimit -c unlimited' and post here backtrace for segfault. Thanks in advance! Step by step: $ulimit -c unlimited $ cd /tmp $ /usr/local/sbin/bearerbox -d -p /var/run/kannel/bearerbox.pid -u kannel $ gdb

Re: DLR, mySQL, kannel 1.3.2 - dlr status not updated AND dlr-url not called

2004-08-29 Thread Alexander Malysh
Hi, have you read userguide? if so look closer at 'msg-id-type' option... Hint: remove msg-id-type from smsc group config. 3steps2web-support wrote: hi all, we have updated from kannel 1.2.1 to 1.3.2, because we had problems with DLRs comming from SMPPs. but we still have problems :(

Re: [Kannel-Users] Re: Throttling Support

2004-08-31 Thread Alexander Malysh
Hi, Peter Beckman wrote: On Mon, 30 Aug 2004, Rodrigo A. Cremaschi wrote: Look for throughput in the userguide The guide lists throughput under CMG UCP/EMI 4.0 and 3.5 -- does this mean that an SMSC running SMPP could NOT use the throughput label with success? It should would

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Alexander Malysh
Hi, would you please explain how autoincrement should work? 3steps2web-support wrote: hi i prefer the solution with autoincrement fields ind dlr-db! this sounds good, but where I have to do the changes? regards + thanks for your help!!! gordon

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-01 Thread Alexander Malysh
Enver ALTIN wrote: Merhaba, On Wed, 2004-09-01 at 14:04 +0200, Alexander Malysh wrote: would you please explain how autoincrement should work? It simply won't work for this purpose, because we can't embed this unique ID to the message we have requested DLR for. Am I right? yes, you

Re: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that i get the correct dlr-status for sms?

2004-09-02 Thread Alexander Malysh
Ivars Jukams wrote: -- Why couldn't we ? it's just a question of inserting the DLR /before /sending, looking at the last inserted ID and use it instead of the couple timestamp / smsc ... -- Of course, there is no problem, maybe with

Re: Wavecom and Kannel !

2004-09-07 Thread Alexander Malysh
Hi, Mostafa Hadian wrote: Hi As mentioned in kannel user's guide, wavecom gsm modem supported by kannel, but I test two wavecom gsm modem, non of them work properly. In fact it seems that they does not have any hardware problem. I think modem response to AT command but it seems kannel

Re: Unknown TLV error

2004-09-14 Thread Alexander Malysh
Hi, you should be the one who ignores these ;) Rodrigo A. Cremaschi wrote: Hi all, One of my SMSCs is sending optional parameters. I'm getting the following error: 2004-09-14 14:59:55 [10904] [15] DEBUG: SMPP[CTI]: Got PDU: 2004-09-14 14:59:55 [10904] [15] DEBUG: SMPP PDU 0x8151a00

Re: SMSC Routing Response to other SMSC

2004-10-12 Thread Alexander Malysh
Hi, [EMAIL PROTECTED] wrote: Hi, is there a possibility to configure Kannel 1.2.1 that I can redirect an incoming SMS achieved from one SMSC to another specific SMSC ? nope, with 1.2.1 version impossible. you should get a try 1.3.2 or cvs kannel version that has this feature (see

RE: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that iget the correct dlr-status for sms?

2004-09-28 Thread Alexander Malysh
Hi, you can use postgresql or oracle and just create trigger on delete... Hillel Bilman wrote: Dear Ivars, 1)What did you change in the kannel source to ensure dlrs are not deleted but rather moved to dlr_archieve? Please will you send through your code as I'd like to test it. 2)Are you

Re: Reconciling DLR messages for multiple SMSC

2004-10-21 Thread Alexander Malysh
Hi, set for both smsc's: smsc-name = XYZ than for smsc1: allowed-smsc = smsc1 for smsc2: allowed-smsc = smsc2 Nick Branson wrote: Users, After much fun and games with Kannel I have finally got DLR working! Thanks for the help (especially Alejandro!). I now have another problem: I

Re: MO messages

2004-12-22 Thread Alexander Malysh
hi, would you please post smpp pdu dump from bearerbox debug log for this failed mo msg? Raymond wrote: Nick Branson nick at sign-up.to writes: Hey users, Having a little problem with Kannel. I recently switched from using Kannel 1.2.0 to a copy taken by CVS in early October.

Re: MO messages

2004-12-23 Thread Alexander Malysh
= 0x8005 2004-12-23 14:27:47 [21212] [6] DEBUG: command_status: 10 = 0x000a 2004-12-23 14:27:47 [21212] [6] DEBUG: sequence_number: 161687 = 0x00027797 2004-12-23 14:27:47 [21212] [6] DEBUG: message_id: NULL 2004-12-23 14:27:47 [21212] [6] DEBUG: SMPP PDU dump ends. Alexander Malysh

Re: Problem found in v1.4

2005-01-20 Thread Alexander Malysh
Alejandro Guerrieri wrote: Yep, Cygwin is definitely buggy regarding threads. Don't even think about it for production... I've tried 1.2.1 with cygwin and under heavy load it behaved exactly as Joshua is reporting for 1.4.0. A lot of messages get lost in space for no obvious reason.

Re: Encoding at symbol

2005-01-20 Thread Alexander Malysh
hi, you have 2 options to resolve this issue: 1) try to set 'alt-dcs = true' in smsc group 2) ask smsc guys which charset this smsc uses as default and set it in smsc group 'alt-charset = XXX' Ghost wrote: Hello all, I noticed that text gets truncated when at @ sign is in the text. Please,

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-01-28 Thread Alexander Malysh
Davy Chan wrote: **Date: Fri, 28 Jan 2005 02:02:45 -0500 (EST) **From: Peter Beckman [EMAIL PROTECTED] **To: Matthew Hixson [EMAIL PROTECTED] **Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel **In-Reply-To: [EMAIL PROTECTED] ** **On Thu, 27 Jan 2005, Matthew

Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-02-01 Thread Alexander Malysh
, 2005 9:46 PM To: users@kannel.org; Alexander Malysh Subject: Re: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel On Jan 28, 2005, at 5:19 AM, Alexander Malysh wrote: What needs to be done is either: 1) Make the bearerbox add the dlr-ts field into the SMS Msg structure

Re: Latest CVS

2005-02-22 Thread Alexander Malysh
hi, current cvs should perform better regarding http keepalive timeouts. you could try to descrease keepalive timeout in gwlib/http.c: /* define http client connections timeout in seconds (set to -1 for disable) */ #define HTTP_CLIENT_TIMEOUT 240 /* define http server connections timeout in

Re: external dlr-storage to Mysql couldn't be set

2005-05-02 Thread Alexander Malysh
Hi, just try latest cvs snapshot... Thanks, Alex chouaieb ben Smail schrieb: hi again, First of all, i'd like to thank you for your explanation and support, Mr Sadok, but the external dlr-storage (Mysql) isn't yet set when compiling since an other error is generated (as you could see below) even

Re: [REPOST] DLR on wappushes ?

2005-09-16 Thread Alexander Malysh
Hi, I believe you need to run smsbox in order to be able to process dlrs. Thanks, Alex Julien Buratto wrote: Aarno Syvänen wrote: Can you brief me about issue. I have been out of Kannel list some time, but can perhaps now help you. Aarno I'm making a POST to wapbox attaching 2 XML

Re: [REPOST] DLR on wappushes ?

2005-09-16 Thread Alexander Malysh
is...). Then if you running smsbox it will call dlr-url equal to simple SMS. Hope that helps... Thanks, Alex Julien Buratto wrote: Alexander Malysh wrote: Hi, I believe you need to run smsbox in order to be able to process dlrs. Thanks, Alex I do have wapbox/ppg to convert XML files (SID and PAP

Re: [REPOST] DLR on wappushes ?

2005-09-16 Thread Alexander Malysh
parameters are not considered at all by the wapbox. J Alexander Malysh wrote: Hi, nope... You need wapbox, bearerbox and smsbox running. You send you PPG requests to wapbox then wapbox sends it to bearerbox which then deliver to handset. When bearerbox receives DLR then it's forwarded

Re: Malformed addr for Incoming short code

2006-02-05 Thread Alexander Malysh
Hi, most possible cause could be wrong ton/npi values from SMSC. Please post SMPP dump. Thanks, Alex Amol Patwardhan wrote: Hi, I am using Kannel bearer box II version cvs-20060110 on Red Hat. I?ve configured the kannel for the short code ?4900?. The outgoing messages are going fine.

Re: throughput parameter not working

2006-02-10 Thread Alexander Malysh
Hi, fakesmsc is for testing purposes. So it make no sense that it will support throughput config option. In short: fakesmsc doesn't support throughput config option. Thanks, Alex Gulshan Babajee schrieb: Hi, am also facing the same problem as Ankur. I configured the throughput variable in

Re: DLR and time stamp

2006-02-22 Thread Alexander Malysh
Hi, please add msg-type=1 to your smpp config group and it should work. Vincent CHAVANIS schrieb: I believe the timestamp value should be unique for each send SMS. This is *NOT* true, globally ts is the same during a second. you are wrong because he mentioned that SMPP used and for SMPP

Re: More Information (kannel bug) Re: Kannel CLOSE_WAIT issue

2006-03-03 Thread Alexander Malysh
Hi, try to set 'immediate-sendsms-reply = true' for the smsbox group. Thanks, Alex Ady Wicaksono schrieb: More investigation 1. Sometimes when i hit smsbox to send SMS, smsbox not response for a minute my thread sender is waiting for response HTTP/1.x 202 Accepted up to a minutes If

Re: SMS box is not starting with the parachute option set

2006-03-28 Thread Alexander Malysh
Hi, parachute code has timeout (2 sec) while starting. if box crashed within this startup timeout then box will not be restarted. it's intentional: just imagine if you have broken config file and box will never start but parachute code will restart it for ever. Thanks, Alex Hillel schrieb:

Re: Strange DLR SMS reply sent out to customer

2006-04-21 Thread Alexander Malysh
do you have internal rerouting in bearerbox activated? Thanks, Alex Alejandro Guerrieri schrieb: We had a similar problem a year ago and it was related to the SMSC configuration, not kannel. Maybe your case is different, but in our case it was their fault. Hope it helps, Alejandro. On

Re: Setting service_type on outbound messages

2006-04-25 Thread Alexander Malysh
Hi, please search in userguide for binfo. Thanks, Alex Matthew M. Gamble schrieb: I need to be able to set the service_type on outbound messages for the SMSC I am connecting to, however, on the list of send-sms cgi variables I can't see how to do this. Can anyone help? Thanks!

Re: sms_router

2006-05-24 Thread Alexander Malysh
Hi, see sms-resend-freq in user guide. Please note that this option available only in CVS. Thanks, Alex Hillel schrieb: Hi, What configuration option causes sms_router: time to sleep 30.00 secs and is this the default? 2006-05-24 09:37:22 [4854] [9] DEBUG: sms_router: time to sleep 30.00

Re: Forcing timetoleave value

2007-02-23 Thread Alexander Malysh
Hi, what kannel version? if this is 1.4.1 then it must be bug at SMSC because kannel send validity and deferred always in UTC and set it correctly according to SMPP spec. Fourat Zouari wrote: anyone ? On 2/21/07, Fourat Zouari [EMAIL PROTECTED] wrote: Hello, I have Kannel connected to

Re: Forcing timetoleave value

2007-02-26 Thread Alexander Malysh
Hi, this is not a kannel bug and you can do nothing to fix the problem. You can only put pressure on SMSC guys that they fix validity parsing on SMSC side. Fourat Zouari wrote: yes it is, how can i fix this ? On 2/23/07, Alexander Malysh [EMAIL PROTECTED] wrote: Hi, what kannel version

Re: Forcing timetoleave value

2007-02-26 Thread Alexander Malysh
/26/07, Alexander Malysh [EMAIL PROTECTED] wrote: Hi, this is not a kannel bug and you can do nothing to fix the problem. You can only put pressure on SMSC guys that they fix validity parsing on SMSC side. Fourat Zouari wrote: yes it is, how can i fix this ? On 2/23/07, Alexander

Re: Forcing timetoleave value

2007-02-27 Thread Alexander Malysh
support On 2/27/07, Alexander Malysh [EMAIL PROTECTED] wrote: Hi, could you please provide URL with all cgi vars you used to send these messages. On Dienstag, 27. Februar 2007, Fourat Zouari wrote: Hope this will help : Using Kannel 1.4.1 and standalone sqlbox version on : Linux

Re: Forcing timetoleave value

2007-02-27 Thread Alexander Malysh
to your issue just by reading the sources :) On 2/27/07, Alexander Malysh [EMAIL PROTECTED] wrote: Then it seems your error... Please try insert deferred and validity as NULL not 0 into table for sqlbox. Fourat Zouari wrote: Hi, I dont really see where can i get that thing since am

RE: Kannel suspended mode behaviour

2007-03-28 Thread Alexander Malysh
Hi Stuart, there is issue on SMSC you connected to. Kannel in suspended mode sends SMPP_ESME_RX_T_APPN (temporarely NACK) to SMSC and it should retry later. Here could be two possibilities why it doesn't work: 1) bug in SMSC because it doesn't retry 2) all your MOs marked as single shot. So the

Re: concatenation woes

2007-04-16 Thread Alexander Malysh
Hi, that was a bug in kannel split code that fixed in cvs. Concat text messages may have only 153 chars. Hillel wrote: Hi Iain, We have found that we have 154 chars per SMS when using concatenation. So far the only answer I've received to explain why we can get 154 chars per SMS and not

[PATCH] Re: XML post and routing problems

2007-08-01 Thread Alexander Malysh
Hi, I think there is a bug in smsbox code and userguide is also wrong. Please try attached patch and let me know whether it helps. Please note that you need tosmsc-id/to in your xml request. wrote: Hello, This is the second time I will make a post about the same

RE: [PATCH] Re: XML post and routing problems

2007-08-02 Thread Alexander Malysh
? Thank you very much in advance Kind regards Dinos -Original Message- From: Alexander Malysh [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 1:01 AM To: users@kannel.org Cc: [EMAIL PROTECTED] Subject: [PATCH] Re: XML post and routing problems Hi, I think

Re: Kannel gets wrong SMPP DLR message id

2007-08-09 Thread Alexander Malysh
Hi, on SMPP 3.4 and above kannel will always try to use receipted_message_id: if this present. There is 100% bug at SMSC because receipted_message_id: must be the same as in submit_sm_resp. You should contact your SMSC operator or you can try to switch to version 3.3 (see userguide). Alexander

RE: Receive longsms

2007-08-16 Thread Alexander Malysh
Hi, you have no need to patch kannel, just use CVS that has this feature enabled by default. ashwani wrote: Hi Ady, Kannel by default does not accept long message more than 160 char. In order to enable this, you have to apply a patch and then reinstall kannel. I am attaching the

RE: Receive longsms

2007-08-16 Thread Alexander Malysh
. Thank you for your co-operation and compliance. -Original Message- From: Alexander Malysh [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 3:15 PM To: users@kannel.org Subject: RE: Receive longsms Hi, you have no need to patch kannel, just use CVS that has

Re: Safe to run Kannel wth user root

2007-08-16 Thread Alexander Malysh
Hi, the rule is: do not run software as root if it's possible to run as regular user. Kannel don't have a need to run as root. For a user switch just see userguide '--user' startup option. Peter Lum wrote: Hi Just want to seek advise if it is safe to run kannel as root? Comments?

Re: MBLOX TLV

2007-11-26 Thread Alexander Malysh
Hi, we generally don't commit changes for some enabler. If you need generic solution, please try my patch that allows you to send any TLVs. Kyriacos Sakkas wrote: Hi All, Attached is a patch for nearly all mblox optional TLVs, (I will update). Like similar patches this does not support

Re: automatically restarting kannel when in PANIC

2008-06-09 Thread Alexander Malysh
Hi, why not just start kannel as daemon and use parachute code? /path/to/bin/bearerbox --daemon --parachute This will restart kannel if it crached. Optionally you can start some script to send e.g. email when kannel crached: /path/to/bin/bearerbox --daemon --parachute --panic-script

Re: HTTPS MO Messages with HTTPS SMSC

2008-07-26 Thread Alexander Malysh
Hi, pleae use latest CVS version where I just added config option use-ssl which enables HTTPS for MOs. Just define 'use-ssl = true' for group = smsc and you are done. Thanks, Alex sangprabv schrieb: Hi, Thanks for the explanation. This issue comes up because I think by adding a proxy then

Re: Multiple connections

2008-09-12 Thread Alexander Malysh
Hi, nope, priority queue is in use only by: AT, EMI and SMPP (just commited). Global queue doesn't use priority queue because it used only for retries and there is the FIFO rule. Please try CVS version. Thanks, Alex info.ubichip schrieb: Hello, priority value is in use for the general

Re: Problem with character encoding

2008-11-12 Thread Alexander Malysh
Hi Falko, it should work... Please provide your kannel version and if it's not CVS head try it first. If cvs head doesn't work please provide your smsc group config and full debug when you send message. Thanks, Alex P.S. You should at least see error like this: Failed to convert msgdata

Re: [Q] Kannel Wiki

2009-02-17 Thread Alexander Malysh
Hi, I thought about installing trac for kannel. Objections? Thanks, Alex Michael Bochkaryov schrieb: Hi dear All, I understand that this question discussed here at least two times last year. Anyway I'll try to suggest to launch wiki for Kannel related questions :-) There are a lot of

Re: [Q] Kannel Wiki

2009-02-17 Thread Alexander Malysh
Michael Bochkaryov schrieb: Hi, As for me, trac is good as integrated solustion only (SCM + issue tracker + wiki). this is the intention :) If we need only wiki, DokuWiki or MediaWiki seems better. is it then possible to migrate to e.g. trac if we go for it? I can install DokuWiki with

Re: Kannel Bug in SMPP handling

2009-03-04 Thread Alexander Malysh
Hi Falko, Falko Ziemann schrieb: Hi, During the looong discussion with Elton it turned out that kannel has a bug in his smpp 3.4 implementation (which didn't cause Eltons problem, but anyway...) no bug here... It refuses the too long service-type in the deliver_sm (which is ok with

Re: Dlr warning: Couldnot parse DLR string sscanf way,fallback to old way. Please report!

2009-03-04 Thread Alexander Malysh
Hi Alvaro, this is related to how DLR message is formated. Seems it's formated in different way as smpp spec suggest. Could you please post your DLR message, so I can look into it? Thanks, Alex Alvaro Cornejo schrieb: Hi I'm receiving the following error in my SMPP log: 2009-03-03

Re: msg-id-type not working

2009-03-04 Thread Alexander Malysh
Hi, try msg-id-type = 1 Thanks, Alex jyotiranjan panda schrieb: Still Waiting For suggestion... Regards Jyoti Ranjan Panda On Wed, Mar 4, 2009 at 9:40 AM, jyotiranjan panda tell2jy...@gmail.com mailto:tell2jy...@gmail.com wrote: Hi , Waiting for

Re: msg-id-type not working

2009-03-04 Thread Alexander Malysh
Ranjan Panda On Wed, Mar 4, 2009 at 4:16 PM, Alexander Malysh amal...@kannel.org mailto:amal...@kannel.org wrote: Hi, try msg-id-type = 1 Thanks, Alex jyotiranjan panda schrieb: Still Waiting For suggestion... Regards

Re: Kannel Bug in SMPP handling

2009-03-04 Thread Alexander Malysh
Falko Ziemann schrieb: Hi Alex, Am 04.03.2009 um 11:18 schrieb Alexander Malysh: this is not true... for submit_sm kannel doesn't send long service-type. kannel truncates too long service-type to allowed maximum and write warning to log file. in deliver_sm kannel just reject to use too long

Re: msg-id-type not working

2009-03-04 Thread Alexander Malysh
: SMPP PDU dump ends. Waiting for reply. Thanks Regards Jyoti Ranjan Panda On Wed, Mar 4, 2009 at 5:23 PM, Alexander Malysh amal...@kannel.org mailto:amal...@kannel.org wrote: Hi, you have to restart kannel if you changed it. if this still not work, please post debug logs

Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alexander Malysh
desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Wed, Mar 4, 2009 at 5:20 AM, Alexander Malysh amal...@kannel.org wrote: Hi Alvaro

Re: Dlr warning: Couldnot parse DLR string sscanf way, fallback to old way. Please report!

2009-03-04 Thread Alexander Malysh
mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Wed, Mar 4, 2009 at 10:46 AM, Alexander Malysh amal

Re: wappush mBlox

2009-07-15 Thread Alexander Malysh
important stuff first, but is it something that would be of interest to wap, or given its current status it's not worth it? BR, Nikos - Original Message - From: Alexander Malysh To: Nikos Balkanas Cc: Alejandro Guerrieri ; users@kannel.org ; Ishtiaq Ahmed Sent: Wednesday, July 15, 2009

Re: [ANN] Kannel.org downtime Tuesday 27.10.2009

2009-10-23 Thread Alexander Malysh
oops, wrong date 27.10.2009 instead of 23.10.2009 Alexander Malysh schrieb: Hello all, please be aware that kannel.org machine will be down on Tuesday 27.10.2009 from 10:00 CEST till appr. 21:00 CEST due to the move to new data centre. Thanks for understanding, Alexander Malysh

Re: Kannel timeouts / connectivity issues

2009-12-03 Thread Alexander Malysh
= smsbox for smsbox. Thanks, Alexander Malysh Am 03.12.2009 um 05:22 schrieb Nikos Balkanas: Hi, According to Changelog, Alexander M. on 6/8/2006 added a function in gwlib/http.c: void http_set_client_timeout(long timeout) which sets the timeout for the http outgoing connections

Re: Kannel timeouts / connectivity issues

2009-12-03 Thread Alexander Malysh
I don't know what you mean by configurable globally? each box has it's own global config... Thanks, Alexander Malysh Am 03.12.2009 um 12:47 schrieb Nikos Balkanas: You are absolutely right. In fact it is easier than i thought. I will get right to it. And let's make default timeout

Re: ***HAPPY NEW YEAR! *** from the Kannel Group!

2010-01-04 Thread Alexander Malysh
happy new year!!! Am 31.12.2009 um 15:25 schrieb Stipe Tolj: Dear developers, Dear users, in the name of the whole Kannel Group, and to all the great individual supporters and contributor that have shown tremendous participation and encouragement in this year - making and keeping Kannel

Re: rewrite test

2010-04-16 Thread Alexander Malysh
Hi Nikos, we didn't changed mailserver configuration for ages... So it it should be something temporarily. Thanks, Alexander Malysh P.S. Let me know if it happens again, I will then look into config. Am 16.04.2010 um 02:10 schrieb Nikos Balkanas: Hi Alex, Something funny is happenning

Re: Patch: wtls provision

2010-05-12 Thread Alexander Malysh
Hi Nikos, sorry for delay, patch commited to branch and after testing will be merged to trunk. This branch can be found at: https://svn.kannel.org/gateway/branches/wtls_provision I would like to see more people that can test/review this patch. Thanks, Alexander Malysh Am 26.04.2010 um 01:34

kannel.org planned downtime 28.02.2011 13:00-18:00 CET

2011-02-28 Thread Alexander Malysh
Thanks for understanding! Alexander Malysh

[Resolved] Re: kannel.org planned downtime 28.02.2011 13:00-18:00 CET

2011-02-28 Thread Alexander Malysh
kannel.org up and running again. Am 28.02.2011 um 12:01 schrieb Alexander Malysh: Thanks for understanding! Alexander Malysh

Re: Crash of the smsbox

2011-03-09 Thread Alexander Malysh
Hi, could you please try 1.5.0 or better SVN version? 1.4.3 is a little bit outdated... Thanks, Alexander Malysh Am 07.03.2011 um 09:24 schrieb Beatrice Tamburrino: Hi guys! I have a working kannel (1.4.3) with an emi interface to a provider - now, last week there were a big crash

Re: [bug] clickatell unicode HTTP code for Kannel

2011-03-21 Thread Alexander Malysh
+aplice. coding=2charset=UTF-8smsc=clickatell Thanks, Alexander Malysh Am 18.03.2011 um 17:13 schrieb Hillel: Hi, Our message is: Mr. João Seu seguro automóvel MM3A308720 caduca hoje. Contacte-nos 227280210/220 ou visite-nos numa de nossas agências para activar a nova apólice. (147 characters

Re: Kannel 1.5.0 Debian packages

2011-03-23 Thread Alexander Malysh
Hi All, just uploaded debs for 1.5.0 to https://redmine.kannel.org/projects/kannel/files please check and give me/Milan feedback. Thanks, Alexander Malysh Am 22.03.2011 um 16:24 schrieb Milan P. Stanic: Hi Alex, On Tue, 2011-03-22 at 14:37, Alexander Malysh wrote: Hi Milan, as far as I

Re: question about ota-setting

2011-03-25 Thread Alexander Malysh
Please ask such questions on users ML and don't write to devel-owners... Thanks, Alexander Malysh Am 24.03.2011 um 23:02 schrieb Sijia Zhu: Hi, I have a problem about ota-setting, I tried to send the configuration to my cell phone, I have two kinds of cell phones, Nokia N95 and Nokia E75

Re: Kannel Issue

2011-03-31 Thread Alexander Malysh
Hi Sudhakar, please ask users mailing list (CCed). There are many users that can help you. Thanks, Alexander Malysh Am 31.03.2011 um 17:41 schrieb Sudhakar G: Hi Alex, I was setting up a kannel sms gateway have got struck with a issue, was referring net for the solution found your

Re: wap 1.x and wtls

2011-07-06 Thread Alexander Malysh
Hi, I don't know which informations you mean. Any details or better patch? Alex Am 06.07.2011 um 18:27 schrieb Nikos Balkanas: Hi, Look at the openssl site for certificate instructions. It is not kannel's responsibility. Make sure that certificates are self-signed and without

Re: Sending Unicode Message over 70 characters

2011-11-21 Thread Alexander Malysh
for MT concatenation works since 1.3 (IIRC). For MO since 1.5 Alex Am 20.11.2011 um 11:14 schrieb Milan P. Stanic: On Sun, 2011-11-20 at 13:31, afshin afzali wrote: I just added : max-messages = 3 concatenation = true under sendsms-user group. FYI I use kannel 1.4.2 right now.

Re: Capturing UDH

2011-11-21 Thread Alexander Malysh
Hi, you will never get concat UDH (at least if always goes well) because of the option: sms-combine-concatenated-mo = true Alex Am 20.11.2011 um 15:31 schrieb Issam Alameh: Hello following is a configuration for sms-service, I am unable to get the udh for the long incoming sms

Re: Internal timestamp reached a maximum?

2011-11-21 Thread Alexander Malysh
Hi, TS in Kannel is String and not a integer so that should be external issue because Kannel doesn't generate TS, it's received from remote SMSC. Alex Am 18.11.2011 um 17:59 schrieb Garrett Ahern: Hello, I've noticed in our Kannel logs that the ts is set to 4294967295 (the highest 32

Re: NACK reporting help

2012-03-07 Thread Alexander Malysh
Hi, this is not easy to fix because you send only one but long message and awaiting only one DLR. BUT kannel splits message into peaces for you and receive two DLRs. How would you put both reason codes into one DLR? In you case that would be easy because they both equal but what do you do if

Re: the tariff code

2012-04-01 Thread Alexander Malysh
Hi, you have to send metadata in your request that include tlv name. Please check metadata section in userguide. Thanks, Alex Am 01.04.2012 um 12:55 schrieb Michael Farouk: Dears, I faced problem kannel 1.5.0 in the tariff code; I connect with the USA operator with the SMPP protocol so

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread Alexander Malysh
Hi, cyrillic can only be send with ucs2 therefore coding=2. Kannel behavior for coding=2 and 3 is simple: don't touch it it's binary and up to user to encode it BUT if you need that kannel converts some charset to ucs2 for you then just use two params: charset=YOUR_CHARSET

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread Alexander Malysh
Then I don't understand what should be the issue here :-) ? Thanks, Alex Am 01.04.2012 um 23:15 schrieb spameden: Exactly what I've said :) If your source text is in utf8 you need to specify charset=utf8 and coding=2. 2012/4/2 Alexander Malysh amal...@kannel.org Hi, cyrillic can only

Re: the tariff code

2012-04-02 Thread Alexander Malysh
| Canada | USA | Mob: +20.122.174.9662| Tel: +20.2.3345.8301/2 | Fax: +20.2.3304.3201 Email: mfar...@arpuplus.com | Web: www.arpuplus.com image001.jpg From: Alexander Malysh [mailto:malys...@googlemail.com] On Behalf Of Alexander Malysh Sent: Sunday, April 01, 2012 10:23 PM To: Michael Farouk

Re: spam in issue comments on redmine.kannel.org

2012-04-06 Thread Alexander Malysh
Hi, thanks for the tip. Just updated redmine and installed recaptcha plugin. Alex Am 03.04.2012 um 23:08 schrieb spameden: I noticed there are lots of spam-posts in the issues on redmine.kannel.org Examples: https://redmine.kannel.org/issues/322#note-10

Re: kannel DLR states

2012-04-11 Thread Alexander Malysh
Hi, rejected will be generated in the upper layer so no need to patch anything. As to the status codes: you don't really need status code what you need is the error code, check meta data errorcode field. Alex Am 10.04.2012 um 23:22 schrieb spameden: Hello, list. Sometimes it's good to

Re: kannel DLR states

2012-04-11 Thread Alexander Malysh
berarerbox and smsbox). 2012/4/11 Alexander Malysh amal...@kannel.org Hi, rejected will be generated in the upper layer so no need to patch anything. As to the status codes: you don't really need status code what you need is the error code, check meta data errorcode field. Alex Am

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-31 Thread Alexander Malysh
Hi, meta-data is not supported in smsc group. Userguide was wrong, I just fixed it. Thanks, Alex Am 31.05.2012 um 08:52 schrieb Sam: Hi Alwaro, I am using one of the most recent snapshots as you can see from the log below. This is i believe is 1.5. 2012-05-16 23:48:14 [10478] [0]

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2012-05-31 Thread Alexander Malysh
for authentication. N.B. I was also wondering how the initial poster of this thread got away with it in his own config. On Thu, May 31, 2012 at 8:28 AM, Alexander Malysh amal...@kannel.org wrote: Hi, meta-data is not supported in smsc group. Userguide was wrong, I just fixed it. Thanks, Alex

Re: SMPP and system_error

2012-07-09 Thread Alexander Malysh
Hi, as far as I know higate require some TLVs to be defined and sent. Please check their API and configure SMPP appropriate. Thanks, Alex Am 07.07.2012 um 01:00 schrieb Emmanuel CHANSON: Thanks for your reply Yes I can see the line: DEBUG: message_id: NULL but in submit_sm_resp so I

test, pls ignore

2012-07-30 Thread Alexander Malysh

Re: Kannel and SMPP

2012-08-21 Thread Alexander Malysh
Hi, please use us...@kanel.org mailing list. Thanks, Alexander Malysh Am 21.08.2012 um 12:00 schrieb Gideon Karuga gideonkar...@yahoo.com: Hi Amalysh, Sorry to trouble you, was wondering if you could please assist me in Kannel setup for smpp connection. I have done everything

Re: Kannel HTTP SMSC Segmentation Fault

2012-08-31 Thread Alexander Malysh
Hi, fixed in SVN. Alex Am 31.08.2012 um 08:08 schrieb Willy Mularto sangpr...@gmail.com: This is HTTP SMSC not sendsms CGI. On Aug 31, 2012, at 1:01 PM, Otandeka Simon Peter wrote: Please attach your config file so that we can see what you missed out. Try lynx -dump

Re: Facing an issue starting up Kannel

2012-09-04 Thread Alexander Malysh
Hi, this is not true. I use Mac each day and test/develop Kannel on Mac and never saw such issue. Could you please test the latest SVN version and let us know which OSX version are you using? Alex Am 04.09.2012 um 11:05 schrieb Manoj M N m4n0...@gmail.com: Thanks Rene. So I suppose kannel

Re: Smsbox sometimes doesn't servicing request

2012-09-20 Thread Alexander Malysh
Hi, is this only sqlbox bug or smsbox as well? Thanks, Alex On 20.09.2012, at 04:42, Willy Mularto sangpr...@gmail.com wrote: Yes, all use the latest SVN. I can confirm this is a bug and an old bug actually (since meta-data implemented). Already posted to redmine and contacted developers.

Re: Smsbox sometimes doesn't servicing request

2012-09-25 Thread Alexander Malysh
was implemented (r4682). And It is more the way SMSBox talk to SQLBox and vice versa. Today I am going to compile current SQLBox SVN against r4681 and let's see the result. On Sep 20, 2012, at 11:23 PM, Alexander Malysh wrote: Hi, is this only sqlbox bug or smsbox as well? Thanks, Alex

Re: Kannel PANICS octstr_convert_range

2012-09-26 Thread Alexander Malysh
Hi, seems some queued message within bearerbox cause this panic. Try ether to upgrade to the latest SVN version or delete bearerbox.store file. Alex On 26.09.2012, at 17:28, Rob GB rob_gar_...@hotmail.com wrote: Hi Kannel people, I have been using Kannel for almost 2 year, but today it

Re: Kannel PANICS octstr_convert_range

2012-09-27 Thread Alexander Malysh
Hi Rob, you are looking in the wrong direction. As far as I see from your crash it's so that bearerbox send message to smsbox and not another way around. Therefore you have to check, what you still have in the store file (if you delete it then also delete .bak files) and see in the access log

Re: Kannel PANICS octstr_convert_range

2012-09-27 Thread Alexander Malysh
http://www.kannel.org/pipermail/devel/attachments/20090826/42b1df45/attachment-0001.obj On 27.09.2012, at 13:37, Rob GB rob_gar_...@hotmail.com wrote: Hi, I think the fix was commited in this bug, but cannot find in the repo: http://www.kannel.org/pipermail/devel/2009-August/002872.html

Re: problem : opensmppbox seem to split my concatened SMS

2012-11-23 Thread Alexander Malysh
Hi, try to set max-sms-octets for http smsc. Alex Am 19.11.2012 um 07:45 schrieb Bertrand Dupont bertrand.dupon...@yahoo.fr: Hi all, I've a kannel with the following configuration : OpenSMPPbox -- Bearerbox -- Http SMSC --- php Script We are using this configuration to accept SMPP

Re: *** MERRY CHRISTMAS and a HAPPY NEW YEAR! *** from the Kannel Group!

2012-12-27 Thread Alexander Malysh
I would like to join the Stipe wishes! Happy New Year to all supporters of Kannel Group! Alexander Maöysh Am 24.12.2012 um 15:19 schrieb Stipe Tolj st...@kannel.org: Dear developers, Dear users, in the name of the whole Kannel Group, and to all the great individual supporters and

  1   2   >