Re: trouble with smpp optional parameter

2008-10-03 Thread Alejandro Guerrieri
Hi, You need the meta-data patch, which is not (yet) part of the core Kannel distribution. Check here: http://www.nabble.com/-PATCH--meta-data-branch-vs.-CVS-HEAD-td19468597.html I've made a patch that documents it's functionality, which is available here: http://www.magicom-bcn.net/kannel/use

trouble with smpp optional parameter

2008-10-03 Thread Villada, Gustavo
Hello everyone, Our smsc provider require that we must send an optional parameter in the message that we response. we must set the optional parameter 0x01D (SMPP_additional_status_info_text) with our short number. We saw in gw/smsc/smpp_pdu_opt.def are defined this flag, but we don't saw wher

Re: Couldnot parse DLR

2008-10-03 Thread Jovan Kostovski
On Fri, Oct 3, 2008 at 2:24 PM, Kyriacos Sakkas <[EMAIL PROTECTED]> wrote: > 2008-10-03 15:12:16 [6363] [20] ERROR: SMPP[SMSCID]: got DLR but could > not find message or was not interested in it id<> dst<3069">, > type<2> >From the logs I see that you're using sql as a DLR storage. The er

Couldnot parse DLR

2008-10-03 Thread Kyriacos Sakkas
Hi All, Below is a trace from my logs, apparently kannel felt that I was not interested in the DLRs for this, but I am :). The operator is sending things in quite a funny way, but there must be a way for me to make my setup receive this. It looks like the DLR body is not formatted properly. This

Re: SMPP Linux Scripts

2008-10-03 Thread LoLoVioLo
Thanks a lot Quoc-Quang and Eduardo, My bulkSMS provider finally found a solution for me. I can send SMS by using the URL submit to their website and delivery reports are sent back to me using a PHP page on my website (their platform post DLR to my website). This way I have all that I need

Re: SMPP Linux Scripts

2008-10-03 Thread Quoc-Quang SRENG
Hello LoloVioLo and Eduardo, I've ran trough the same questions a while ago. In the need of setting up a SMS sending service, I also stumbled upon those PHP and Perl API. Using those scripts you would be forced to add CRON tasks which would kind of emulate what Kannel does. Why re-invent the wheel