RE: svn r5088 kannel opensmppbox and sqlbox fail to compile with redis

2014-04-29 Thread Rene Kluwen
This “bug” has been solved yesterday. Maybe daily snapshot is not up to date. From: Hanh Le Bich [mailto:hanhmi...@gmail.com] Sent: dinsdag 29 april 2014 5:40 To: Rene Kluwen Cc: users@kannel.org Subject: Re: svn r5088 kannel opensmppbox and sqlbox fail to compile with redis Well, well,

Re: OpenSMPPBox :: SMS ID issue

2014-04-29 Thread spameden
2014-04-29 10:11 GMT+04:00 Saurabh Pandey sam.it.develo...@gmail.com: Now, I've changed stuff and now SMS ID field contains ID and dlr_url contains actual URL (this URL does some tasks on my app). The problem is 1) When I get DLR, the SMS ID changes 2) Now a match is performed based on this

Re: OpenSMPPBox :: SMS ID issue

2014-04-29 Thread mydi...@gmail.com
Raised many times, yet not convincing... I had/have the same exact problem, and I did not find your answer resourceful or really a resolution to this issue. From my understanding being in this field for some years now, every SMSC needs to always provide its own MSG-ID. SIMPLY, you can not

Re: svn r5088 kannel opensmppbox and sqlbox fail to compile with redis

2014-04-29 Thread Hanh Le Bich
Hi Rene, You are quite right. I've been onsite to connect server to internet to get the svn trunk and can compile now. I'll check a few things before apply to the production then make the valgrind report to you. Thank you. Regards, Hanh. On Tue, Apr 29, 2014 at 3:14 PM, Rene Kluwen

SMS ID and DLR-URL concatenation issue

2014-04-29 Thread Saurabh Pandey
Hi everyone, this should be very simple for an expert C programmer to fix. I am trying to edit source of Opensmppbox.c to suit my requirements, but I am very poor in C. What I had was: msg-sms.dlr_url = octstr_create(http://someurl.com/myscript.php;); and it was working fine. In my dlr-table

Re: SMS ID and DLR-URL concatenation issue

2014-04-29 Thread Saurabh Pandey
Thanks for the valuable guidance Rene. I'll give it a shot and afterwards will look into that memory leak issue. One quick question, above this code the dlr_url is separated by splitting it and picking the first part. Here is the code : parts = octstr_split(msg-sms.dlr_url, octstr_imm(vmsgid=));

Why is there no kannel google group

2014-04-29 Thread Anil Singh Bafila
Why I am asking this question 1. It is very difficult to see the pasts questions asked by user 2. The mailing list archive is difficult to search 3. Daily requests and problems can be seen easly on google group 4. google group is more search-able. 5.Kannel mailing list mails problem to every one

Re: SMS ID and DLR-URL concatenation issue

2014-04-29 Thread Saurabh Pandey
Rene my dlr-url contains other parameters also like %d for dlr etc. Also C is supposed to replace %d with passed integer value right? So I want this http://someurl.com/somescript.php?mobile=%pdlr=%dmsgid=i want my id here Now, based on your suggestion I did this:

Re: Why is there no kannel google group

2014-04-29 Thread spameden
2014-04-29 18:46 GMT+04:00 Anil Singh Bafila anil.si...@iic.ac.in: Why I am asking this question 1. It is very difficult to see the pasts questions asked by user Use google properly and you will find questions to frequently asked questions, but I'm agree with you there is definitely should be

Re: Why is there no kannel google group

2014-04-29 Thread Milan P. Stanic
On Tue, 2014-04-29 at 19:23, spameden wrote: 2014-04-29 18:46 GMT+04:00 Anil Singh Bafila anil.si...@iic.ac.in: Why I am asking this question 1. It is very difficult to see the pasts questions asked by user Use google properly and you will find questions to frequently asked questions, but

Re: PDU decoding

2014-04-29 Thread DHC Admin
Hi Is it possible that a WAP SI notification pops up with an OK-Cancel button and that the OK triggers an MO message? Thanks On Tue, Nov 6, 2007 at 3:38 PM, Ady Wicaksono ady.wicaks...@gmail.comwrote: See this one: Example Service Indication XML is like this: ?xml version=1.0? !DOCTYPE si

Opensmppbox Panic

2014-04-29 Thread Saurabh Pandey
Hi, I have this setup: SMSC-Bearerbox - Sqlbox --Opensmppbox - SMPP client Everything runs fine untill Opensmppbox send deliver_sm to smpp client. It crashes with following error in the log:

Re: Opensmppbox Panic

2014-04-29 Thread Saurabh Pandey
Hi, please anyone help me. I've tried everything, studied about Octet string, used all functions, this isn't getting fixed. According to the Logs,the problem seems to be: *ostr-data[ostr-len] == '\0'' failed* which I understood that last char of the octet string should be \0. I've tried everything