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: [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: 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: 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: 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: 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: 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: 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: 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: [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

[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: 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

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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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: 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: [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: 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: 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: [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: [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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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

<    1   2