Re: Opensmppbox and DLR states

2012-02-15 Thread Michael Bochkaryov
Hi Rene, I know that registered_delivery usually takes only 0 or 1 values. SMPP 3.4 specification (section 5.2.17) provides more including intermediate DLR (bit 5 of registered_delivery). And also message_state (5.2.28) has states like ENROUTE or ACCEPTED. In fact my problem is combination of

Problem with delivery reports

2012-02-15 Thread Valentyn
I'm using Kannel(1.5.0) to work on SMPP. Report generating dlr-url on your script. The problem is, I get the status of the operator, they do not reach my script. Here is the log file operator: 2012-02-15 11:13:50 [7214] [6] DEBUG: SMPP[Astelit]: Got PDU: 2012-02-15 11:13:50 [7214] [6]

Re: Problem with delivery reports

2012-02-15 Thread Michael Bochkaryov
2/15/2012 11:30 AM, Valentyn wrote: I'm using Kannel(1.5.0) to work on SMPP. Report generating dlr-url on your script. The problem is, I get the status of the operator, they do not reach my script. Here is the log file operator: 2012-02-15 11:13:50 [7214] [6] DEBUG: DLR[mysql]: created

compile time of sqlbox;

2012-02-15 Thread Vijay kumar Dadhich
Hello to all, My problem is that,, i compile the kannel with this ./configuer --enable-start-stop-daemon --with-mysql --with-mysql make make install then all things are well, but i compile with thread then the db support is disabled. CFLAGS='-pthread' .c/onfiguer CFLAGS='Wall -O2

Re: Problem with delivery reports

2012-02-15 Thread Valentyn
In version 1.4.3 there is no problem. And here in the formation of the report there is no record in dlr 02/15/2012 12:46:14 [9579] [6] DEBUG: sql: INSERT INTO `dlr` (`smsc`, `ts`, `source`, `destination`, `service`, `url`, `mask`, `boxc`, `status`) VALUES (?,?,?,?,?,?,?,?, 0) Here, what is

RE: OpenSMPPBox command_status: 13 = 0x0000000d - Invalid SMPP PDU received.

2012-02-15 Thread Rene Kluwen
Yes, you are right. This is a bug. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Turcol Sent: Wednesday, 15 February, 2012 03:38 To: users@kannel.org Subject: RE: OpenSMPPBox command_status: 13 = 0x000d - Invalid SMPP PDU

RE: Opensmppbox and DLR states

2012-02-15 Thread Rene Kluwen
I will look into version 3.4 specifications and see if I can make a patch. == Rene From: Michael Bochkaryov [mailto:michael.bochkar...@gmail.com] On Behalf Of Michael Bochkaryov Sent: Wednesday, 15 February, 2012 09:37 To: Rene Kluwen Cc: 'users' Subject: Re: Opensmppbox and DLR states

SQLBOX installation problem;

2012-02-15 Thread Vijay kumar Dadhich
Helllo to all, I am using kannel-1.4.3 version,and i install kannel with mysql storage and this is running successfully. but when i want to instal the SQLBOX then i face a issue imentioned the logs below. i use this process in trunk folder. ./bootstrap ./configuer make make

Re: pbs with accent with kannel SMPP and OPENSMPPBOX

2012-02-15 Thread info . ubichip
Hello, I tried but it looks there is still accent characters transmit like , so anybody could please tell me what is the default charset in each module of kannel (eg bearerbox, smsbox, sqlbox, opensmppbox), perhaps the issue is somewhere in this ? I assumed using a kannel 1.5 should be

RE: compile time of sqlbox;

2012-02-15 Thread Ahmed Shabana
I think the solution was using additional option when executing ./configure (as I remember was ./configure --with-kannel-dir ) Best Regards, Ahmed Shabana| System Engineer | Creative Communication Solutions Skype_id : AhmedShabana2000 -Original Message- From: users-boun...@kannel.org

RE: SQLBOX installation problem;

2012-02-15 Thread Ahmed Shabana
Try ./configure --help And use the option which include gw lib dir . Best Regards, Ahmed Shabana| System Engineer | Creative Communication Solutions Skype_id : AhmedShabana2000 -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Vijay

Re: Deliver_SM with null fields

2012-02-15 Thread Milan P. Stanic
On Wed, 2012-02-15 at 08:45, kova...@apollo.lv wrote: Hello, TLV options in config are set, example: group = smpp-tlv name = rut_addr tag = 0x1510 type = octetstring length = 20 About the error - I know what it means, I need to get tlv fields for this

Re: SQLBOX installation problem;

2012-02-15 Thread Willy Mularto
You must explicitly add --with-kannel-dir /your/path/to/kannel/compiled/dir/ On Feb 15, 2012, at 7:49 PM, Vijay kumar Dadhich wrote: Helllo to all, I am using kannel-1.4.3 version,and i install kannel with mysql storage and this is running successfully. but when i want to

Re: Deliver_SM with null fields

2012-02-15 Thread kovalov
I use both, Database and GET method for my script. But I don’t see anywhere that TLV fields are parsed by bearbox, I think its logic stops on the command status and does not retrieve tlv fields in that case. I don’t see it in LOG files ether. I’m right? So I need to make a changes to kannel if