RE: System-Type retrying on failure

2010-09-08 Thread Rene Kluwen
Walker [mailto:rwal...@sensorlogic.com] Sent: Wednesday, 08 September, 2010 22:22 To: Rene Kluwen; 'Alejandro Guerrieri' Cc: users@kannel.org Subject: RE: System-Type retrying on failure Well I had hoped that my carrier would let me slide on this, but it's not an option. It seems to me

RE: System-Type retrying on failure

2010-09-09 Thread Rene Kluwen
To: Rene Kluwen; 'Alejandro Guerrieri' Cc: users@kannel.org Subject: RE: System-Type retrying on failure Rene, I wish it was that simple. we are trying to get certified by Att and they require us to go through a bunch of tests before they will give us a production SMPP bind. One

RE: SQL Box Question

2010-09-09 Thread Rene Kluwen
If you use the proper dlr mask, then you can map the sent messages by means of dlr_url. This may be a http url but alternatively, it can be any id if you don’t mean smsbox. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of T.K.Thapa Sent: Thursday,

RE: post-method support

2010-09-10 Thread Rene Kluwen
Yes, it can do a Post method. See table 6-10 in the userguide: Example: SMSPush equivalent X-Kannel Header usernameX-Kannel-Username passwordX-Kannel-Password fromX-Kannel-From From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Pratik

RE: post-method support

2010-09-10 Thread Rene Kluwen
It is post. Just the post body is plain text instead of urlencoded. The message goes in the post body. == Rene -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Friday, 10 September, 2010 19:11 To: Rene Kluwen; 'Pratik Shrestha'; users@kannel.org Subject: Re

RE: post-method support

2010-09-10 Thread Rene Kluwen
Nopes... content text goes in post body. -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Friday, 10 September, 2010 21:27 To: Rene Kluwen; 'Pratik Shrestha'; users@kannel.org Subject: Re: post-method support Bummer! You mean no X-header for the body? Nikos

RE: some characters missing in messages

2010-09-11 Thread Rene Kluwen
You need to urlencode your message before you send it. Like 1%2B1=2 == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Saturday, 11 September, 2010 08:55 To: users@kannel.org Subject: some characters missing

RE: Receiving messages using kannel

2010-09-11 Thread Rene Kluwen
You need a group = sms-service. Received messages go here. Read users guide. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Saturday, 11 September, 2010 08:04 To: users@kannel.org Subject: Receiving messages using

RE: SQL Box Question

2010-09-11 Thread Rene Kluwen
Why, if you can use the dlr-url field for this? Dlr-url has the same value for MT and for DLR. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of T.K.Thapa Sent: Saturday, 11 September, 2010 07:12 To: KangMas Willy Cc: Kannel list Subject: Re: SQL Box

RE: data_coding setting

2010-09-11 Thread Rene Kluwen
The short answer: There is no way to manually set data_coding. The value is set by coding, mclass, alt_dcs, compress, and mwi. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ivan Kurnosov Sent: Saturday, 11 September, 2010 15:04

RE: data_coding setting

2010-09-11 Thread Rene Kluwen
: Sunday, 12 September, 2010 01:48 To: Rene Kluwen Subject: Re: data_coding setting So, any possible way to make it equals 6 with combination of that parameters? On Sun, Sep 12, 2010 at 7:27 AM, Rene Kluwen rene.klu...@chimit.nl wrote: The short answer: There is no way to manually set data_coding

RE: Problem compiling smppbox

2010-09-12 Thread Rene Kluwen
You need the latest version of Kannel to compile open smppbox, which is svn trunk. Version 1.4.3 is too old to use with open smppbox. Check out: svn co https://svn.kannel.org/gateway/trunk; and repeat your steps. == Rene -Original Message- From: users-boun...@kannel.org

RE: Kannel Mysql connectivity

2010-09-12 Thread Rene Kluwen
All this, except IP can be logged with sqlbox. See Alex's blog at: http://www.blogalex.com/wp-content/uploads/2008/11/userguide.html for documentation. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Sunday, 12

RE: Kannel Mysql connectivity

2010-09-12 Thread Rene Kluwen
Otherwise: Check your access logs and possibly parse them. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Scott Geller Sent: Sunday, 12 September, 2010 18:55 To: Harbhag Singh Sohal; users@kannel.org Subject: Re: Kannel Mysql connectivity

RE: Kannel Mysql connectivity

2010-09-13 Thread Rene Kluwen
Ask this question on the Kannel mailinglist. You might get an answer. == Rene -Original Message- From: Harbhag Singh Sohal [mailto:harbhag.so...@gmail.com] Sent: Monday, 13 September, 2010 06:27 To: Rene Kluwen Subject: Re: Kannel Mysql connectivity On Mon, Sep 13, 2010 at 1:26 AM

RE: Kannel on solaris 10

2010-09-13 Thread Rene Kluwen
Do you have the iconv package installed? == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ivan Kurnosov Sent: Monday, 13 September, 2010 04:32 To: users@kannel.org Subject: Kannel on solaris 10 I've got this for ./configure

RE: unable to compile kannel from source

2010-09-13 Thread Rene Kluwen
What error message do you get? -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mac...@fastermail.com Sent: Monday, 13 September, 2010 09:12 To: users@kannel.org Subject: unable to compile kannel from source hey folks i have for some time

RE: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Rene Kluwen
You can read open smppbox user guide about how to configure it. Type: make docs in smppbox sandbox or (if you are lazy) download it here: http://www.chimit.nl/kannel/userguide.pdf == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Sinesio J. M. Paco

RE: Kannel Mysql connectivity

2010-09-13 Thread Rene Kluwen
, 2010 at 1:26 AM, Rene Kluwen rene.klu...@chimit.nl wrote: Otherwise: Check your access logs and possibly parse them. Where can I find the access logs. in /var/log/kannel there are only bearerbox and wapbox logs. -- Harbhag Singh Sohal Website : http://harbhag.wordpress.com/

RE: Load-balancing for outgoing SMS

2010-09-13 Thread Rene Kluwen
You can use forced-smsc = A but give your two SMSC connections the same smsc id (e.g. smsc-id = A in group = smsc). == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Monday, 13 September, 2010 17:49 To: kannel users Subject:

RE: Custom reply option

2010-09-14 Thread Rene Kluwen
no From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Luis Jimenez Sent: Tuesday, 14 September, 2010 14:24 To: users@kannel.org Subject: Custom reply option Hello list, can i send a custom reply option to a phone, so they can manually confirm they received the

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
True, it's a Kannel thing, not an smpp spec issue. What you did probably won't break Kannel... but... you might get some log messages where Kannel complains about not being able to find DLR or not interested in it. == Rene -Original Message- From: users-boun...@kannel.org

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
: registered_delivery and multi-parts message Why don't Kannel send DLR request for each part? Each part has its own message_id and can be unique identified. On Wed, Sep 15, 2010 at 11:35 PM, Rene Kluwen rene.klu...@chimit.nl wrote: True, it's a Kannel thing, not an smpp spec issue. What you did

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
[mailto:alejandro.guerri...@gmail.com] Sent: Wednesday, 15 September, 2010 18:21 To: Nikos Balkanas Cc: Rene Kluwen; Ivan Kurnosov; users@kannel.org Subject: Re: registered_delivery and multi-parts message You're wrong. When you queue the message, you specify the dlr-url to use. If kannel splits

RE: Running Short Codes on Kannel

2010-09-15 Thread Rene Kluwen
Could you post your config? -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mwamba chishimba Sent: Wednesday, 15 September, 2010 18:34 To: users@kannel.org Subject: Running Short Codes on Kannel Hello everyone!! Am relatively new to

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
[mailto:nbalka...@gmail.com] Sent: Wednesday, 15 September, 2010 18:36 To: Rene Kluwen; 'Alejandro Guerrieri' Cc: 'Ivan Kurnosov'; users@kannel.org Subject: Re: registered_delivery and multi-parts message You don't remember well. The submit_sm_resp contains the SMSc messageid, aka forreign ID, different

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
...@kannel.org] On Behalf Of Rene Kluwen Sent: Wednesday, 15 September, 2010 19:00 To: 'Nikos Balkanas'; 'Alejandro Guerrieri' Cc: users@kannel.org Subject: RE: registered_delivery and multi-parts message Actually I am pretty sure now that I am right and you are wrong. Look here at some code from

RE: Running Short Codes on Kannel

2010-09-15 Thread Rene Kluwen
://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN3 578 == Rene -Original Message- From: mwamba chishimba [mailto:bamwa...@gmail.com] Sent: Wednesday, 15 September, 2010 19:04 To: Rene Kluwen Subject: Re: Running Short Codes on Kannel Thank you Rene for your response. I opted

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
It only sends 1 (large) part through smsbox. Sms message is splitted in bearerbox. -Original Message- From: zerk...@googlemail.com [mailto:zerk...@googlemail.com] On Behalf Of Ivan Kurnosov Sent: Wednesday, 15 September, 2010 23:57 To: Rene Kluwen; users@kannel.org Subject: Re

RE: registered_delivery and multi-parts message

2010-09-15 Thread Rene Kluwen
You guys are talking about different id's. Smsc id (foreign id) is not the same id as you assign in dlr-url. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Ivan Kurnosov Sent: Wednesday, 15 September, 2010 23:58 To: Alejandro

RE: how to relay sms using playsms

2010-09-16 Thread Rene Kluwen
Better ask this question on the playsms mailinglist. This list is about Kannel issues. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of kannel Kannel Sent: Thursday, 16 September, 2010 11:03 To: users@kannel.org Subject: how to relay sms using

RE: sms - dlr bounding

2010-09-16 Thread Rene Kluwen
Just assign a different dlr-url for each message that you sent. It is what Alvaro meant as well... == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of dorian Sent: Thursday, 16 September, 2010 21:28 To: Alvaro Cornejo Cc:

RE: sms - dlr bounding

2010-09-17 Thread Rene Kluwen
The thing that you might be looking for: If -instead of using smsbox- you use sqlbox to send messages, then you can set dlr-url to whatever you want. It doesn't necessarily have to be a http url. After that, you get your DLR's in the sent_sms table with the value you passed as drl-url. But

RE: Max and Min Client Connections with SMPPbox

2010-09-17 Thread Rene Kluwen
True... min limit is 0... max limit is as many as your system can handle. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: Friday, 17 September, 2010 17:27 To: krnrd b; users Subject: Re: Max and Min Client

RE: Running Short Codes on Kannel (fwd)

2010-09-17 Thread Rene Kluwen
Sorry.. Maybe you should look at allowed-receiver-prefix. My bad! == Rene From: Anthony Musaluke [mailto:goof2...@gmail.com] Sent: Friday, 17 September, 2010 16:26 To: mwamba chishimba Cc: Rene Kluwen Subject: Re: Running Short Codes on Kannel (fwd) Mwamba its best if you send

RE: Delete message from SIM

2010-09-19 Thread Rene Kluwen
Messages are deleted automatically from sim upon Kannel receiving a message. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Zaharia Constantin Sent: Sunday, 19 September, 2010 11:22 To: Nikos Balkanas Cc: users@kannel.org Subject:

RE: SMPPBOX configuration

2010-09-19 Thread Rene Kluwen
So what is your problem? -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Igor Stewart Sent: Sunday, 19 September, 2010 13:12 To: users@kannel.org Subject: SMPPBOX configuration Hi All. I΄ve got a problem setting up smppbox, My scenario

RE: Delete message from SIM

2010-09-19 Thread Rene Kluwen
See userguide. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Zaharia Constantin Sent: Sunday, 19 September, 2010 19:52 To: users@kannel.org Subject: RE: Delete message from SIM ok, but what setting i have to dowhere is the

RE: SMPPBOX configuration

2010-09-19 Thread Rene Kluwen
Read userguide about smsbox-route. == Rene -Original Message- From: Igor Stewart [mailto:i...@san.co.mz] Sent: Sunday, 19 September, 2010 20:40 To: Rene Kluwen Cc: users@kannel.org Subject: Re: SMPPBOX configuration The problem is When I receive sms, it's received by bearerbox

RE: System-Type retrying on failure

2010-09-20 Thread Rene Kluwen
I have not gotten input yet. Also I am a little bit busy at the moment. Any patch is welcome. == Rene From: Roy Walker [mailto:rwal...@sensorlogic.com] Sent: Monday, 20 September, 2010 17:10 To: Rene Kluwen Cc: users@kannel.org Subject: RE: System-Type retrying on failure Rene

RE: Broadcast SMS with Kannel.... help please.

2010-09-20 Thread Rene Kluwen
Not so sure what you mean... but.. if you mean cell broadcast messages, then it depends on your provider if they support it. It should be a network-provider. I don't think they allow aggregators to do cell broadcasts. == Rene -Original Message- From: users-boun...@kannel.org

RE: Broadcast SMS with Kannel.... help please.

2010-09-21 Thread Rene Kluwen
So what is your downstream smsc protocol? SMPP? AT2? SS7? -Original Message- From: Aldo Zavala [mailto:a...@cleartalk.net] Sent: Monday, 20 September, 2010 23:48 To: Rene Kluwen; users@kannel.org Subject: RE: Broadcast SMS with Kannel help please. We are a CDMA Cellular Carrier

RE: Broadcast SMS with Kannel.... help please.

2010-09-21 Thread Rene Kluwen
: Tuesday, 21 September, 2010 16:35 To: Rene Kluwen; users@kannel.org Subject: RE: Broadcast SMS with Kannel help please. It is SMPP, I was thinking on pull a Subscribers list from our Provisioning Middleware, then create a script that submit like 25-30 SMS per second in order to not overkill the SMC

RE: Running Short Codes on Kannel (fwd)

2010-09-21 Thread Rene Kluwen
Sqlbox saves the message upon relaying it to bearerbox. If bearerbox sends a nack upon return, then sqlbox doesn't delete the message. == Rene -Original Message- From: mwamba chishimba [mailto:bamwa...@gmail.com] Sent: Tuesday, 21 September, 2010 19:18 To: Rene Kluwen Cc: Anthony

RE: Running Short Codes on Kannel (fwd)

2010-09-21 Thread Rene Kluwen
Smsbox will tell you if there was a nack or not. Possible cause: Invalid smsc-id, but probably there's more reasons. == Rene -Original Message- From: mwamba chishimba [mailto:bamwa...@gmail.com] Sent: Tuesday, 21 September, 2010 20:18 To: Rene Kluwen Cc: Anthony Musaluke; users Subject

RE: Running Short Codes on Kannel (fwd)

2010-09-21 Thread Rene Kluwen
Check: log-file in group = smsbox in your kannel.conf. == Rene -Original Message- From: mwamba chishimba [mailto:bamwa...@gmail.com] Sent: Tuesday, 21 September, 2010 21:08 To: Rene Kluwen Cc: Anthony Musaluke; users Subject: Re: Running Short Codes on Kannel (fwd) Thanx Rene once

RE: Can kannel Accept XML request

2010-09-23 Thread Rene Kluwen
See XML Post in userguide. From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Wednesday, 22 September, 2010 04:35 To: users Cc: Rene Kluwen; Nikos Balkanas Subject: Can kannel Accept XML request Hello Rene, Nikos can you plz guide me

RE: unable to receive SMS

2010-09-23 Thread Rene Kluwen
Maybe you should +CNMI in your init string. Read users guide about it. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Thursday, 23 September, 2010 12:01 To: users@kannel.org Subject: unable to receive SMS

RE: unable to receive SMS

2010-09-23 Thread Rene Kluwen
-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Thursday, 23 September, 2010 15:44 To: users@kannel.org Subject: Re: unable to receive SMS On Thu, Sep 23, 2010 at 6:15 PM, Rene Kluwen rene.klu...@chimit.nl wrote: Maybe you should +CNMI in your init string

RE: Queued for later delivery

2010-09-28 Thread Rene Kluwen
Exactly. If you set bearerbox-port in group = smsbox to the same value was smsbox-port in group = sqlbox, then messages will be stored in the sent_sms table. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent:

RE: Inbound SMPP connection to Kannel? How to?

2010-10-03 Thread Rene Kluwen
Have been away for a bit. Try using the following clients file: demodemoremote *.*.*.* memepasswordmy-smsc *.*.*.* == Rene -Original Message- From: Peter Mohr [mailto:p...@mobilityarchitects.com] Sent: Friday, 01 October, 2010 16:17 To: Nikos Balkanas; Rene Kluwen

RE: Inbound SMPP connection to Kannel? How to?

2010-10-03 Thread Rene Kluwen
Could it be because you are using cygwin? How are your line endings? == Rene -Original Message- From: Peter Mohr [mailto:p...@mobilityarchitects.com] Sent: Sunday, 03 October, 2010 15:07 To: Rene Kluwen; 'Nikos Balkanas'; ha...@aeon.pk Cc: users@kannel.org Subject: RE: Inbound SMPP

RE: help with sms-service and sqlbox

2010-10-09 Thread Rene Kluwen
Put bearerbox-port = 13005 (the sqlbox port) in group = smsbox. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mac...@fastermail.com Sent: Tuesday, 05 October, 2010 13:14 To: users@kannel.org Subject: help with sms-service and sqlbox Hey fellows my kannel

RE: DLR Callback Unexpected Error with Clickatell

2010-10-09 Thread Rene Kluwen
What is your smsc config? E.g. if it says: port = 8060, you need to point the dlr-url to this port. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Alvaro Cornejo Sent: Wednesday, 06 October, 2010 15:54 To: Gjergji Guri Cc:

RE: sms - dlr bounding

2010-10-09 Thread Rene Kluwen
You have a quote mismatch in that INSERT statement. -Original Message- From: dorian [mailto:doria...@o2.pl] Sent: Thursday, 07 October, 2010 08:32 To: Rene Kluwen Cc: 'Alejandro Guerrieri'; users@kannel.org Subject: Re: sms - dlr bounding Rene, Thanks a lot a lot for the advice

RE: Nokia 6300 - CNMI init

2010-10-13 Thread Rene Kluwen
Some Nokia phones are indeed reported not to support the AT+CNMI command. About your other error: Try message-start = 1 in group = modems (which should be the default). == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Honza Kotrs Sent: Wednesday, 13

RE: SQLBox INSERT INTO MySQL Bug

2010-11-12 Thread Rene Kluwen
It's not the ' character that is not escaped. Probably you are getting a '\x00' byte in your delivery receipt. I had the same issue with a client. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Willy Mularto Sent: Friday, 12

[PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-12 Thread Rene Kluwen
This patch should solve the issue. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Rene Kluwen Sent: Friday, 12 November, 2010 13:45 To: 'Willy Mularto'; 'Kannel Users' Subject: RE: SQLBox INSERT INTO MySQL Bug It's not the ' character

RE: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-12 Thread Rene Kluwen
Does it also encode normal text messages? Because those are the case, here. == Rene From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Friday, 12 November, 2010 14:06 To: Rene Kluwen Cc: Willy Mularto; Kannel Users Subject: Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

RE: sqlbox startup error

2010-11-15 Thread Rene Kluwen
Compile sqlbox with the most recent (SVN) version of Kannel. Probably you still have old sources. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Harbhag Singh Sohal Sent: Monday, 15 November, 2010 05:41 To: users@kannel.org

RE: throughput

2010-11-15 Thread Rene Kluwen
Read userguide about throughput. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Marcin Sent: Monday, 15 November, 2010 11:03 To: Matt Wiseman; users@kannel.org Subject: Re: throughput Hello, Thanks for reply but this problem is more

RE: throughput

2010-11-15 Thread Rene Kluwen
A-ok. You are right. Throttling is not for cimd2. == Rene From: Marcin [mailto:iwa...@gmail.com] Sent: Monday, 15 November, 2010 12:31 To: Rene Kluwen Cc: users@kannel.org Subject: Re: throughput UG states: This is considered as active throttling. - but below there is table 6-2

RE: sqlbox startup error

2010-11-15 Thread Rene Kluwen
14:00 To: Rene Kluwen Subject: Re: sqlbox startup error sqlbox --version gives the following output. Kannel sqlbox version `svn-runknown'. Build `Nov 15 2010 09:50:06', compiler `4.4.3'. System Linux, release 2.6.35-22-generic, version #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010, machine x86_64

RE: OpenSMPPBox and 3rd Party Application

2011-01-02 Thread Rene Kluwen
:45 To: Rene Kluwen; users; Nikos Balkanas Subject: OpenSMPPBox and 3rd Party Application Hello Rene, I am still unable to understand architecture of OpenSMPPBOX. Just wondering if possible like SQLBOX can there be any application for OpenSMPPBOX, Which could show us following point 1. If We

RE: OpenSMPPBox and 3rd Party Application

2011-01-03 Thread Rene Kluwen
About users authenticated with PAM: Yes, see the latest user manual of open smppbox. == Rene From: Kenny [mailto:ken.bell...@gmail.com] Sent: Monday, 03 January, 2011 22:57 To: Rene Kluwen Cc: Anshu Sah; users; Nikos Balkanas Subject: Re: OpenSMPPBox and 3rd Party Application Hi Rene

RE: can kannel act as SMSC?

2011-01-05 Thread Rene Kluwen
No, Kannel cannot use the Asterisk SS7 drivers. They are for voice, not sms. Chimit however, does provide Kannel SS7 drivers (IS41) that are currently being completed. They are commercial software, not open source. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org]

RE: can kannel act as SMSC?

2011-01-05 Thread Rene Kluwen
[mailto:basit.e...@gmail.com] Sent: Wednesday, 05 January, 2011 20:48 To: Rene Kluwen Cc: Nikos Balkanas; Kannel Users Subject: Re: can kannel act as SMSC? Any luck with opensource? This is not only the cost but also for customized development. On Thu, Jan 6, 2011 at 12:43 AM, Rene Kluwen

RE: DLR mysql not supported

2011-01-11 Thread Rene Kluwen
I remember I had to upgrade my mysql to 5.0 or something like that, time ago. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Alejandro Guerrieri Sent: Tuesday, 11 January, 2011 18:04 To: Kazi M Cc: users@kannel.org Subject: Re: DLR mysql not supported It

RE: SMPP Binds not UP

2011-01-11 Thread Rene Kluwen
Looks like an error on the remote end. Which is the smpp client? And what are their settings? == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Bob O'Souna Sent: Tuesday, 11 January, 2011 18:53 To: users@kannel.org Subject: SMPP

RE: SMPP Binds not UP

2011-01-11 Thread Rene Kluwen
Binds not UP Rene Kluwen rene.kluwen at chimit.nl writes: Looks like an error on the remote end. Which is the smpp client? And what are their settings? == Rene -Original Message- From: users-bounces at kannel.org [mailto:users-bounces at kannel.org] On Behalf Of Bob O'Souna

RE: SMPP Binds not UP

2011-01-11 Thread Rene Kluwen
To: users@kannel.org Subject: Re: SMPP Binds not UP Rene Kluwen rene.kluwen at chimit.nl writes: system-id should be set to usern on the remote end. But not sure if this is your problem. == Rene -Original Message- From: users-bounces at kannel.org [mailto:users-bounces

RE: ESME Client not connecting to OpenSmppbox

2011-01-14 Thread Rene Kluwen
In /etc/smpplogin.txt, try: 1234512345vma *.*.*.* == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of David Ige: Cellulant Sent: Friday, 14 January, 2011 14:54 To: users@kannel.org Subject: ESME Client not connecting to OpenSmppbox Hello

RE: Sim-buffering question

2011-01-17 Thread Rene Kluwen
Alvaro, you are right. Even though it should be possible to stop scanning messages as soon as the total number of messages have been read successfully. Or do I see things wrong? == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Alvaro Cornejo Sent:

RE: Why does Kannel not use sar_total_segments and sar_segment_seqnum when sending concatenated sms?

2011-01-18 Thread Rene Kluwen
I do have an existing patch for that, somewhere along the mailinglist. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Alejandro Guerrieri Sent: Tuesday, 18 January, 2011 11:11 To: brett skinner Cc: users@kannel.org Subject: Re: Why does Kannel not use

RE: OpenSMPPBOX getting crashed.

2011-02-10 Thread Rene Kluwen
Please post config. Probably there's a syntax error in your smpplogins.txt. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Thursday, 10 February, 2011 05:31 To: Rene Kluwen; users; Nikos Balkanas Subject: Re: OpenSMPPBOX

RE: OpenSMPP+Kannel: DLR: (dst src) are expected INVETED in the deliver_sm (but remains as in submit_sm)

2011-03-01 Thread Rene Kluwen
Looks like the downstream SMSC (GMS in your case) turns things around. Could you post some bearerbox logs of the offending message with log-level = 0? == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Dídac Royo Sent: Tuesday, 01 March, 2011 18:47 To:

RE: OpenSMPPbox does support sepatate TX and RX conenctions (or only tranceiver mode is supported) ?

2011-03-04 Thread Rene Kluwen
The short answer: Yes, it supports separate TX and RX connections. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Dídac Royo Sent: Friday, 04 March, 2011 18:34 To: users@kannel.org Subject: OpenSMPPbox does support sepatate TX and RX conenctions (or

RE: OpenSMPPbox does support sepatate TX and RX conenctions (or only tranceiver mode is supported) ?

2011-03-05 Thread Rene Kluwen
Separate tx and rx connections cannot be configured independently. They share the same settings (e.g. port number, credentials, etc.)… == Rene From: Dídac Royo [mailto:gdi...@gmail.com] Sent: Saturday, 05 March, 2011 10:09 To: Rene Kluwen Cc: users@kannel.org Subject: Re: OpenSMPPbox does

RE: Multiple Messages in one SMPP PDU

2011-03-06 Thread Rene Kluwen
AFAIK, Kannel only sends one message per SMPP pdu. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Waqas Farooq Sent: Sunday, 06 March, 2011 19:59 To: users@kannel.org Subject: Multiple Messages in one SMPP PDU Hi All, I am facing a consistent issue of

RE: OpenSMPPbox does support sepatate TX and RX conenctions (or only tranceiver mode is supported) ?

2011-03-07 Thread Rene Kluwen
Use a simple group = smsc for both TX and RX sessions. Like this: group = smsc smsc = smpp smsc-id = your-id port = 2346 receive-port = 2346 …. etc. == Rene From: Dídac Royo [mailto:gdi...@gmail.com] Sent: Monday, 07 March, 2011 18:56 To: Rene Kluwen Cc: users@kannel.org Subject

RE: opensmppbox routing

2011-03-08 Thread Rene Kluwen
The suggested solution: Start a separate opensmppbox instance per smsc that you want to handle. With a different config and route-to-smsc config item. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Lee Vidor Sent: Wednesday, 09

RE: Not Receiving DLR Update from Kannel via HTTP

2011-03-15 Thread Rene Kluwen
What does your smsbox.log has to tell about this? == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jarrod Hermer Sent: Monday, 14 March, 2011 16:55 To: users@kannel.org Subject: Not Receiving DLR Update from Kannel via HTTP Hi All,

RE: Kannel Crash Scenario

2011-03-16 Thread Rene Kluwen
Look in the userguide for store-type, etc. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Aroj George Sent: Wednesday, 16 March, 2011 19:00 To: users@kannel.org Subject: Kannel Crash Scenario Hi, I am new to Kannel and have been playing with it recently. The

RE: SMPPBOX SMPP Clients

2011-03-23 Thread Rene Kluwen
This is more something for a nowsms/NET_SMPP mailinglist. They should be able to request a dlr. But you have to ask there how to do it. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Lee Vidor Sent: Wednesday, 23 March, 2011 14:42

RE: SQLBOX installation - libtool

2011-03-28 Thread Rene Kluwen
Also install the mysql-devel package and run ./configure anew. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Saturday, 26 March, 2011 17:37 To: Willy Mularto Cc: kannel users Subject: Re: SQLBOX installation - libtool Thanks, it went

RE: wap push notification over SMS, Telcel network

2011-04-02 Thread Rene Kluwen
Could you post some log files, config files? -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Zhnupy Gonzalez Sent: Saturday, 02 April, 2011 10:50 To: users@kannel.org Subject: wap push notification over SMS, Telcel network Hello Does

RE: Opensmppbox segfault on login

2011-04-05 Thread Rene Kluwen
Here's a patch. Please test. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of XEN-Housing s.r.o. Sent: Tuesday, 29 March, 2011 12:38 To: users@kannel.org Subject: Opensmppbox segfault on login Hello there, one of mine clients at login

RE: Automatically restart modem in case of errors? (Repost)

2011-04-06 Thread Rene Kluwen
Yes, it is possible to patch Kannel to act like that. But then again... probably the cheapest way to fix your problem is buy a proper modem. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Per von Zweigbergk Sent: Wednesday, 06

RE: Problem in sms Receiving

2011-04-06 Thread Rene Kluwen
Fix your init-string with the proper AT+CNMI values. I think there's a section in the userguide about this matter. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of write2...@live.com Sent: Wednesday, 06 April, 2011 15:15 To:

RE: Opensmppbox segfault on login

2011-04-06 Thread Rene Kluwen
Patch committed. -Original Message- From: XEN-Housing s.r.o. [mailto:i...@xen-housing.sk] Sent: Thursday, 07 April, 2011 00:15 To: Hillel Cc: rene.klu...@chimit.nl; users@kannel.org Subject: Re: Opensmppbox segfault on login Hi, looks that is working. Slavoj. Dňa 6. 4. 2011 23:27,

RE: Issue with SQLBOX

2011-04-16 Thread Rene Kluwen
Increase max-connections in group = mysql-connection. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha...@aeon.pk Sent: Saturday, 16 April, 2011 15:34 To: Ram Manohar Cc: kannel users Subject: Re: Issue with SQLBOX I tried it a lot of time, but

RE: Kannel SMS sending speed

2011-04-25 Thread Rene Kluwen
If you think that the sql engine is the problem. And you are using MySQL. then try to add the DELAYED keyword in the SQLBOX_MYSQL_INSERT_QUERY in gw/sqlbox_mysql.h source file. See the mysql documentation. If it helps: Let us know! == Rene From: users-boun...@kannel.org

RE: Test SMS Delivery Reports

2011-04-26 Thread Rene Kluwen
Probably fake smsc doesn't support those kind of dlr's. So you are out of luck. Use a real smsc instead. Even though it is not guaranteed that they do send delivery reports of type = 2 or type = 4. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ha

RE: Latest smppbox and sqlbox User Guides... please

2011-04-26 Thread Rene Kluwen
Yes, type make docs in the sqlbox / opensmppbox folders. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Aldo Zavala Sent: Tuesday, 26 April, 2011 18:26 To: users@kannel.org Subject: Latest smppbox and sqlbox User Guides... please

RE: wappush rejected

2011-04-26 Thread Rene Kluwen
The udh should only be 6 octets long (I think 7 including the length). The rest of the string goes into the text field. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Gerardo Corro Sent: Tuesday, 26 April, 2011 18:53 To: users@kannel.org Subject:

RE: Latest smppbox and sqlbox User Guides... please

2011-04-26 Thread Rene Kluwen
Subject: RE: Latest smppbox and sqlbox User Guides... please Thank you Rene, but please excuse my next ignorant question: how can I display as it was intended the doc/userguide.xml ? Aldo Zavala - Original Message - From: Rene Kluwen [mailto:rene.klu...@chimit.nl] To: 'Aldo Zavala' [mailto:a

RE: Latest smppbox and sqlbox User Guides... please

2011-04-27 Thread Rene Kluwen
post the pdf documentation for smppbox and sqlbox if you have them? Tanks in advance!!! Aldo Zavala Mobile (760).556.5050 24/7 (760).890.4221 _ From: Rene Kluwen [mailto:rene.klu...@chimit.nl] To: 'Aldo Zavala' [mailto:a...@cleartalk.net], users@kannel.org Sent: Tue, 26 Apr 2011 13:20:35

RE: Kannel SMS sending speed

2011-04-29 Thread Rene Kluwen
From: ha...@aeon.pk [mailto:ha...@aeon.pk] Sent: Friday, 29 April, 2011 15:06 To: Rene Kluwen Cc: Juan Nin; users Subject: Re: Kannel SMS sending speed I checked mysql documentation for using DELAYED. It seems like it is handling the speed on the submitting side of SQLBOX (e.g. submitting data

RE: Issue with SQLBOX

2011-04-29 Thread Rene Kluwen
Seems like a memory leak? Will investigate. From: ha...@aeon.pk [mailto:ha...@aeon.pk] Sent: Friday, 29 April, 2011 15:09 To: Alejandro Guerrieri Cc: Rene Kluwen; users@kannel.org Subject: Re: Issue with SQLBOX Any help on this by anyone? I am having a bad time restarting sqlbox again

RE: SMPP SQLBox

2011-05-04 Thread Rene Kluwen
Did you make install from within your Kannel sources? From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Komil Gulboev Sent: Wednesday, 04 May, 2011 14:29 To: Otandeka Simon Peter Cc: users@kannel.org Subject: Re: SMPP SQLBox I`m download SQLBox and try to

<    1   2   3   4   5   6   7   8   9   10   >