Billing info and DLRs

2011-09-05 Thread Roman Shterenzon
Good day, Is there any reason that binfo is not passed to the DLR records? Is there something that I'm missing here? Thanks, --Roman

Memory leak in tcpip_connect_nb_to_server_with_port

2011-04-16 Thread Roman Shterenzon
It looks like it leaks the IP string every time. Please review the proposed fix. --Roman socket.patch Description: Binary data

Re: Memory leak in tcpip_connect_nb_to_server_with_port

2011-04-16 Thread Roman Shterenzon
...@gmail.com To: Roman Shterenzon roman...@yahoo.com; Kannel Devel de...@vm1.kannel.org Sent: Saturday, April 16, 2011 3:17 PM Subject: Re: Memory leak in tcpip_connect_nb_to_server_with_port Interesting... ip2 used to be a C-string with memory allocated from the stack. Somehow, sometime, someone

Re: [PATCH] Llimit smsbox listener to specific interface

2011-04-07 Thread Roman Shterenzon
No problem From: Alexander Malysh amal...@kannel.org To: Rene Kluwen rene.klu...@chimit.nl Cc: 'Roman Shterenzon' roman...@yahoo.com; 'Devel Kannel' devel@kannel.org Sent: Thursday, April 7, 2011 2:47 PM Subject: Re: [PATCH] Llimit smsbox listener to specific

Re: [PATCH] Llimit smsbox listener to specific interface

2011-04-07 Thread Roman Shterenzon
I had a typo, I was referring to 'sendsms-interface' directive (which is missing from the manual). From: Roman Shterenzon roman...@yahoo.com To: Devel Kannel devel@kannel.org Sent: Thursday, April 7, 2011 2:37 AM Subject: [PATCH] Llimit smsbox listener

[PATCH] Llimit smsbox listener to specific interface

2011-04-06 Thread Roman Shterenzon
Hi, Attached is a patch which provides support for limiting listening for smsbox connections to specific interface, e.g. group = core smsbox-interface = 127.0.0.1 If it's omitted, then the original behavior is exhibited. Your feedback is appreciated! --Roman P.S. I noticed that smsbox

[PATCH] MongoDB DLR support

2011-04-04 Thread Roman Shterenzon
Good day, I've added support for using MongoDB document database for DLR storage. I wouldn't call this production grade, but rather tag it as a works for me or experimental. The code is hosted on github: https://github.com/romanbsd/kannel-mongodb Your feedback is appreciated! --Roman kannel

SMPP re-connect termination.

2004-12-03 Thread Roman
-host = oo.oo.oo.oo smsc-username = username smsc-password = password system-type = VMA source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 Thank you beforehand. Best regards, Roman.

SMS routing based on smsc-id does not work properly.

2004-11-29 Thread Roman
SMSC2 kannel send reply back via SMSC1 too. Only if i set routing based on allowed-prefix in my config, then all work fine. But kannel users guide shows than i can do routing based on smsc-id, denied-smsc-id, accepted-smsc params. What i do wrong? Thank you beforehand. -- Best regards, Roman.