Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-29 Thread Tomasz
Hi, Yes, its the same issue. BR, Tomasz W Twoim liście datowanym 29 czerwca 2010 (04:18:36) można przeczytać: Correct me if I am wrong, is this the same issue with last week's ticket about long MOs? Then it is only for MOs. Patch is ready, we are in the process of testing it. BR, Nikos

Re: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-29 Thread Nikos Balkanas
Then the actual pdu should be even less than 254 B, since there is a constraint for an SMS not to exceed 140 B + SMPP headers ~ 170 B. BR, Nikos - Original Message - From: Tomasz ad...@impexrur.pl To: users@kannel.org Sent: Tuesday, June 29, 2010 9:14 AM Subject: Re: SMPPBOX - problem

Datatype for timestamp for mysql dlr storage

2010-06-29 Thread brett skinner
Hi I am using the mysql dlr storage type. I have everything working except for the timestamp. This is the output from debug mode sql: INSERT INTO delivery_receipts (smsc, received, source, destination, service, url, mask, boxc, status) VALUES ('XXXYYYXXX', '50062911024679487', '+123123123',

Re: Datatype for timestamp for mysql dlr storage

2010-06-29 Thread Nikos Balkanas
Hi, Please consult the online Mysql reference. This is not a kannel question. If you use varchar or even datetime type column column, you better provide the value yourself. If you use timestamp type column, you can have mysql initialize it to current time. BR, Nikos - Original Message

Re: Recommended Operative System for Kannel

2010-06-29 Thread Nicolas de Bari Embriz Garcia Rojas
On FreeBSD 8/7 (amd64) runs grate just use gmake and try the trunk version, then the following when compiling: $./configure --enable-docs=no --with-malloc=native --enable-start-stop-daemon=no --prefix=/usr/local --with-cflags=-g --with-libs=-lpthread gmake gmake install On Jun 29, 2010,

Re: Recommended Operative System for Kannel

2010-06-29 Thread Nikos Balkanas
Better use --with-cflags=-m64 -O6 -s -W -Wall if you intend to use it for profuction on a 64bit system. BR, Nikos - Original Message - From: Nicolas de Bari Embriz Garcia Rojas To: Aldo Zavala Cc: Nikos Balkanas ; users@kannel.org Sent: Tuesday, June 29, 2010 12:41 PM Subject: Re:

Re: Datatype for timestamp for mysql dlr storage

2010-06-29 Thread Konstantin Vayner
Problem is - Kannel stores the TS in different formats, depending on remote SMSC protocol and implementation. Sometimes i see numeric values, sometimes hex So i dont think really anything but varchar would work well 2010/6/29 Nikos Balkanas nbalka...@gmail.com Hi, Please consult the online

Re: Datatype for timestamp for mysql dlr storage

2010-06-29 Thread brett skinner
Hi Thanks for your response Konstantin. So if I am understanding you correctly the problem is that every SMSC is responding according to their own specific implementation. So for timestamps I will need to implement something such as a column with a default value. Thanks for your input. On Tue,

ESME Session

2010-06-29 Thread Sandesh Waman // Viva
Dear All, I am using SMPP BOX but getting some error. Scenario: I am using kannel as client and SMPPBOX as server. When I bind accounts for more than 1 instance on kannel and starting the kannel, then Unknown sessions on SMPP BOX (ESME) get increase automatically. Is this a bug or I have done

Does Kannel always place the message_id from a submit_sm_resp into timestamp for a DLR using SMPP 3.4

2010-06-29 Thread brett skinner
Hi I was checking in the SMPP 3.4 spec and came across the submit_sm_resp PDU which specifies a message_id field. According to the spec: This field contains the SMSC message ID of the submitted message. It may be used at a later stage to query the status of a message, cancel or replace the

Re: Does Kannel always place the message_id from a submit_sm_resp into timestamp for a DLR using SMPP 3.4

2010-06-29 Thread Alejandro Guerrieri
Yes, that's the expected behavior. Regards, Alex On Tue, Jun 29, 2010 at 1:21 PM, brett skinner tatty.dishcl...@gmail.comwrote: Hi I was checking in the SMPP 3.4 spec and came across the submit_sm_resp PDU which specifies a message_id field. According to the spec: This field contains the

RE: Kannel SMS speed control

2010-06-29 Thread Rene Kluwen
Look at the troughput directive in group = smsc. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harmeet Singh Dhingra Sent: dinsdag 29 juni 2010 4:51 To: users@kannel.org Subject: Kannel SMS speed control Hi, I am using Kannel CVS

RE: ESME Session

2010-06-29 Thread Rene Kluwen
I think current SMPP box version only allows for one session per user at the same time. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Sandesh Waman // Viva Sent: dinsdag 29 juni 2010 12:51 To: Kannel Users Subject: ESME Session Dear All, I am using SMPP BOX

RE: Does Kannel always place the message_id from a submit_sm_resp into timestamp for a DLR using SMPP 3.4

2010-06-29 Thread Rene Kluwen
Yes, this is always the case. But the row get deleted again after the message reaches a final delivery state. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of brett skinner Sent: dinsdag 29 juni 2010 13:21 To: users@kannel.org Subject: Does Kannel always place the

RE: SMPPBOX - problem with long Incoming SMS (MO)

2010-06-29 Thread Rene Kluwen
Sorry, I was mistaken. Point that I was making is that most of us have a day time occupation and have limited time available to make patches for Kannel. -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: dinsdag 29 juni 2010 4:20 To: Rene Kluwen; 'Tomasz';

How to get the count of message sent

2010-06-29 Thread Harmeet
Hi, I am using kannel to send OTA XML messages , it include URLENCODED text . The length of URLENCODED text is about 2087 but message send by kannel is 2 msg as it calculate it into 185 length . How can i get the count of message sent by kannel in case of URLENCODED through HTTP Link.

Re: Recommended Operative System for Kannel

2010-06-29 Thread Aldo Zavala
Thanks, what you mean by 'trunk version' ? what is it? Thanks, Aldo Zavala - Original Message - From: Nicolas de Bari Embriz Garcia Rojas [mailto:nb...@backup.sh] To: Aldo Zavala [mailto:a...@cleartalk.net] Cc: Nikos Balkanas [mailto:nbalka...@gmail.com], users@kannel.org Sent: Tue,

Re: Recommended Operative System for Kannel

2010-06-29 Thread Aldo Zavala
Production server it's going to be a i386 box. Thanks, Aldo Zavala - Original Message - From: Nikos Balkanas [mailto:nbalka...@gmail.com] To: Nicolas de Bari Embriz Garcia Rojas [mailto:nb...@backup.sh], Aldo Zavala [mailto:a...@cleartalk.net] Cc: users@kannel.org Sent: Tue, 29 Jun

Re: Recommended Operative System for Kannel

2010-06-29 Thread Nicolas de Bari Embriz Garcia Rojas
Hi I mean this one: svn co https://svn.kannel.org/gateway/trunk regards. On Jun 29, 2010, at 4:10 PM, Aldo Zavala wrote: Thanks, what you mean by 'trunk version' ? what is it? Thanks, Aldo Zavala - Original Message - From: Nicolas de Bari Embriz Garcia Rojas

Re: Kannel SMS speed control

2010-06-29 Thread Nikos Balkanas
Hi, You can also bench it for MOs, using the test/drive_smpp. But the real bottleneck is the SMSc. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: 'Harmeet Singh Dhingra' harmeet.dhing...@gmail.com; users@kannel.org Sent: Tuesday, June 29, 2010 4:25 PM

SMPP Delivery Reports Issue

2010-06-29 Thread Jinson
Hello Users, I've configured a new SMSC on my existing kannel installation. My DLRs are not working on this SMSC. I'm using mysql DLR storage. I can see the insert queries in the log but nothing gets inserted into the DB. DLRs are coming on SMPP properly. * * * * *2010-06-29 16:55:18 [24139] [22]

RE: SMPP Delivery Reports Issue

2010-06-29 Thread Rene Kluwen
What happens if you try to do the same insert, manually? Do you get an error message? == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jinson Sent: dinsdag 29 juni 2010 19:00 To: users Subject: SMPP Delivery Reports Issue Hello Users, I've

Re: SMPP Delivery Reports Issue

2010-06-29 Thread Jinson
Hello, I'm sorry for the confusion. It was getting inserted. But not processing the DLRs. I could see the following in my smsbox log * * *010-06-29 17:35:36 [24643] [4] WARNING: No translation found for id:70 sub:001 dlvrd:001 submit date:1006292305 done date:1006292305 stat:DELIVRD

RE: SMPP Delivery Reports Issue

2010-06-29 Thread Rene Kluwen
Then maybe you should indeed set msg-id-type. Someone else on the list may know what is going on. I don't see how 51 translates to 70, no matter what base numerical system. == Rene From: Jinson [mailto:jin...@mobme.in] Sent: dinsdag 29 juni 2010 19:37 To: Rene Kluwen Cc: users Subject:

Re: SMPP Delivery Reports Issue

2010-06-29 Thread Jinson
That was for a different message ID. I tried all the combinations of message ID. But I doubt that the SMSC is acting weired. Please find the logs. *2010-06-29 17:43:23 [24617] [22] DEBUG: SMPP[160by2SMPP]: Sending PDU:* *2010-06-29 17:43:23 [24617] [22] DEBUG: SMPP PDU 0x2c00a580 dump:*

Re: SMPP Delivery Reports Issue

2010-06-29 Thread Nikos Balkanas
Hi, What do you mean not processing? Have you specified a dlr-url? What is your sendsms url? Please post also detailed bb logs of the deliver_sm for the DLR along with some context. It seems that bb doesn't consider it a DLR, instead it thinks it is an MO SMS, tries to find an sms-service

Re: SMPP Delivery Reports Issue

2010-06-29 Thread Jinson
Yes. I have a dlr url and send-sms url works fine for all other SMSCs configured. The problem is with this particular SMSC I guess bb doesn't consider DLR and process it as an MO. Have attached detailed logs. Thanks Jinson Abraham 2010/6/29 Nikos Balkanas nbalka...@gmail.com Hi,

RE: SMPP Delivery Reports Issue

2010-06-29 Thread Rene Kluwen
It looks like your smsc sends the wrong esm_class for delivery receipts. == Rene From: Jinson [mailto:jin...@mobme.in] Sent: dinsdag 29 juni 2010 20:10 To: Nikos Balkanas Cc: Rene Kluwen; users Subject: Re: SMPP Delivery Reports Issue Yes. I have a dlr url and send-sms url works

RE: SMPP Delivery Reports Issue

2010-06-29 Thread Rene Kluwen
It should be 2C hex or more. From: Jinson [mailto:jin...@mobme.in] Sent: dinsdag 29 juni 2010 20:21 To: Rene Kluwen Cc: Nikos Balkanas; users Subject: Re: SMPP Delivery Reports Issue Whats the correct esm_class for DLRs? Thanks Jinson Abraham On Tue, Jun 29, 2010 at 11:49 PM,

Costs

2010-06-29 Thread Jeff Bergamotto
Is there any documentation on the ongoing costs of running the gateway? Thanks, Jeff

RE: ESME Session

2010-06-29 Thread T.K.Thapa
I have personely checked that user created under smpp box can create n number of session via any smpp client (40 session tested). Regards Tapan Thapa On Tue, 29 Jun 2010 18:58 IST Rene Kluwen wrote: I think current SMPP box version only allows for one session per user at the same time.

Re: ESME Session

2010-06-29 Thread Sandesh Waman // Viva
Thanks for reply, But I am using license SMPP BOX from last couple of months and getting this error. The extra unknown ESME sessions got removed after restarting SMPP BOX everytime. Please any more solution for this. Thanks Regards, Sandesh On Wed, Jun 30, 2010 at 8:02 AM, T.K.Thapa

Re: ESME Session

2010-06-29 Thread Nikos Balkanas
Hi, You mean license, as in commercial? We are not supporting commercial versions of SMPPBox. Please address provider for support. BR, Nikos - Original Message - From: Sandesh Waman // Viva To: T.K.Thapa ; users@kannel.org Sent: Wednesday, June 30, 2010 7:25 AM Subject: Re: ESME

Re: Costs

2010-06-29 Thread Nikos Balkanas
Hi, Gateway is open source without any licenses. It doesn't cost a thing to use it. Of course you have costs associated with the SMScs you are using, but these are subject to your contract with them, not kannel. BR, Nikos - Original Message - From: Jeff Bergamotto

Re: quick questions about Kannel

2010-06-29 Thread Nikos Balkanas
Hi, 1) Yes 2) Yes 3) Transiently only in the queue. For outgoing check sqlbox. Read User's guide from http://www.kannel.org BR, Nikos - Original Message - From: Aldo Zavala a...@cleartalk.net To: users@kannel.org Sent: Wednesday, June 30, 2010 12:27 AM Subject: quick questions about