Re: Does DLR have postgreSQL support?

2004-06-08 Thread Rory Campbell-Lange
On 08/06/04, Navjot Singh ([EMAIL PROTECTED]) wrote: [OT] any good reasons to leave MYSQL? Triggers, Transactions, Stored Procedures + many many more. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: Does DLR have postgreSQL support?

2004-06-08 Thread Rory Campbell-Lange
: There is no native PostgreSQL driver in Kannel. However, it is supported via libsdb, since some time now. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: Does DLR have postgreSQL support?

2004-06-08 Thread Rory Campbell-Lange
Thanks for the notes Guillaume. On 08/06/04, Guillaume Cottenceau ([EMAIL PROTECTED]) wrote: Rory Campbell-Lange rory 'at' campbell-lange.net writes: It works ok, but we have only a few hundreds/thousands of messages a day. For each DLR call a new database connection is created, which

Re: MySQL 4.0 license change

2004-01-22 Thread Rory Campbell-Lange
: Rory Campbell-Lange schrieb: Yes, postgres is very, very good. ok, we have a proud volonteer here to code the postgresql support for Kannel. Applause please! We expect patches next week. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: [RFC] Call for more development participation

2003-12-16 Thread Rory Campbell-Lange
Hi Stipe There are a couple of issues. I am a _very_ happy user of Kannel's SMS capabilities and I would like to contribute more. Unfortunately I am not a C programmer. When I provided some comments after doing some very amateurish hacking on the DLR (sdb) mechanisms the conversation quickly

Re: Another broken SMSC DLR implementation?

2003-11-12 Thread Rory Campbell-Lange
to another bind. I get round this by giving the binds the same SMSC-ID. correct! This is currently the only practible solution. Name all SMPP smsc links with the *same* smsc-id and you will get it done. This issue is on the TODO for implementing smsc-groups. Stipe -- Rory Campbell-Lange

Re: Feature request: storing incoming/outgoing messages in database

2003-10-28 Thread Rory Campbell-Lange
. With regards, Ken A. Rederg?rd -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: X-Kannel Header Problem

2003-10-07 Thread Rory Campbell-Lange
Hi Benjamim Haven't tried with post. Should I? My sending url is constructed as a GET string, and CGI.pm doesn't like a mixture of POST and GET. On 06/10/03, Benjamin Lee ([EMAIL PROTECTED]) wrote: See comments inserted below... On Sunday, 2003-10-05 at 10:34:21 AM, Rory Campbell-Lange

Re: X-Kannel Header Problem

2003-10-07 Thread Rory Campbell-Lange
and then push onto it. perldoc HTTP::Headers: $h-push_header($field, $value) Add a new field value for the specified header field. Previous values for the same field are retained. Are you saing the X-Kannel headers work?! -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell

Re: X-Kannel Header Problem

2003-10-07 Thread Rory Campbell-Lange
can probably write it yourself using the time it takes to google on it. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

X-Kannel Header Problem

2003-10-04 Thread Rory Campbell-Lange
] = http%3A%2F%2Flocalhost%2Fcgi-bin%2Fdlr.pl%3Frow%3D%24msgid%26dlr%3D%25d [X-Kannel-Validity] = 7200 --- php test receipt --- -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

SMPP validity period

2003-10-03 Thread Rory Campbell-Lange
I am using a recent CVS version of Kannel. I note that in the 1.3.1 userguide that there is a question mark about whether one can set the validity in the SMSC group for SMPP. Does it work? Thanks, Rory -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: dlr_sdb bug

2003-09-25 Thread Rory Campbell-Lange
to enforce this. @alex: should be possible to implement the UID (unique ID) to msg-sms.id (changed into an OCTSTR) in all modules, do we?! -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: dlr_sdb bug

2003-09-22 Thread Rory Campbell-Lange
On 19/09/03, Stipe Tolj ([EMAIL PROTECTED]) wrote: Rory Campbell-Lange wrote: Another note is that some people may wish to keep a record of their dlrs and not have them deleted by default. I patched dlr.c to call update on delete rather than delete, which meant that the dlr status

Re: Wierd DLR problems

2003-09-16 Thread Rory Campbell-Lange
PROTECTED]) wrote: try to define: msg-id-type = 1 in your smsc group... On Tuesday 16 September 2003 15:36, Rory Campbell-Lange wrote: I'm still having problems with dlr reports. The status html page shows the dlrs stored internally. I'm trying to specify a dlr-url in the sending url (see

Re: Wierd DLR problems

2003-09-16 Thread Rory Campbell-Lange
on smpp link, because smpp doesn't request intermediately delivery notifications (if you got these, then smsc is 100% broken)... On Tuesday 16 September 2003 16:20, Rory Campbell-Lange wrote: Hi. It works with msg-id-type = 1 There is still a small problem though. I set my dlr-mask to 7

Re: Wierd DLR problems

2003-09-16 Thread Rory Campbell-Lange
to make sure that they dont get lost if you restart.. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

dlr_sdb bug

2003-09-16 Thread Rory Campbell-Lange
octstr_get_cstr(fields-field_ts), octstr_get_cstr(ts), sdb_get_limit_str()); -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

MMS Notification

2003-09-04 Thread Rory Campbell-Lange
I'd be grateful to know if someone has written up the precise steps needed to make an MMS Notification. (I am at present using Kannel's SMPP services.) Thanks Rory -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: MMS Notification

2003-09-04 Thread Rory Campbell-Lange
(in C, C++, Python, etc.) for decoding (and meaby even encoding) MMS messages ? Have a look at http://www.hellkvist.org/software/index.php3 -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: MMS Notification

2003-09-04 Thread Rory Campbell-Lange
On 04/09/03, Stipe Tolj ([EMAIL PROTECTED]) wrote: Rory Campbell-Lange wrote: I'd be grateful to know if someone has written up the precise steps needed to make an MMS Notification. (I am at present using Kannel's SMPP services.) you should poll the mailing list archives. There has been

MMS : Kannel support

2003-08-14 Thread Rory Campbell-Lange
examples would be warmly received! I promise to summarise my findings to the list. Kind regards, Rory -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: Kannel Routing and Performance Issues !

2003-06-24 Thread Rory Campbell-Lange
their maximum is below 15 msgs/sec. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: Need some input for a development job

2003-06-19 Thread Rory Campbell-Lange
well over the past few months. Except for one niggling issue, which I think is also a problem for some other people using SMPP to deliver messages - messages getting stuck in the store file and not being delivered until Kannel gets restarted. -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell

Re: SMPP Source NPI TON values !

2003-06-11 Thread Rory Campbell-Lange
. group = smsc smsc-id = oshort allowed-smsc-id = oshort smsc = smpp host = xxx.xx.xx.xx port = 8000 receive-port = 8000 smsc-username = xxx smsc-password = pass system-type = SMPP dest-addr-ton = 1 dest-addr-npi = 1 source-addr-ton = 3 source-addr-npi = 1 -- Rory Campbell-Lange [EMAIL PROTECTED

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-10 Thread Rory Campbell-Lange
they are) might continue. 4. We should have more elegant throttling code in the SMPP driver -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-09 Thread Rory Campbell-Lange
the number of messages sent in a second or automatically retrying requeued messages when sending clients try to send too many messages in a few moments? Thanks for your time, Rory On 08/06/03, Stipe Tolj ([EMAIL PROTECTED]) wrote: Rory Campbell-Lange wrote: Is this a response? 2003-06-06 07:30

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-08 Thread Rory Campbell-Lange
Campbell-Lange wrote: My smsbox/bearerbox setup has been working flawlessly for about a month. However recently I have had to restart the system after a number of messages are shown as queued but not sent. On restarting bearerbox the messages flood through. The problems

Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-07 Thread Rory Campbell-Lange
My smsbox/bearerbox setup has been working flawlessly for about a month. However recently I have had to restart the system after a number of messages are shown as queued but not sent. On restarting bearerbox the messages flood through. The problems start with a message I sent myself at 7.30am in

Re: send-sms user: getting wrong SMSC

2003-03-29 Thread Rory Campbell-Lange
or denied-smsc-id for each smsc group... On Friday 28 March 2003 15:47, Rory Campbell-Lange wrote: I have two send-sms user accounts, each sending to a different SMSC (the same remote SMSC with different ton settings for each). -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell

send-sms user: getting wrong SMSC

2003-03-28 Thread Rory Campbell-Lange
forced-smsc = orangeshort # default-smsc = orangeshort group = sendsms-user username = seal password = seal forced-smsc = orangelong # default-smsc = orangelong -- Rory Campbell-Lange [EMAIL PROTECTED] www.campbell-lange.net

Re: send-sms user: getting wrong SMSC

2003-03-28 Thread Rory Campbell-Lange
What I should have said was: The incorrect smsc group is being used by the sendsms-user. So, seas should send to orangeshort, in fact it sends to smsc group orangelong, and is rejected as the ton values are incorrect. Please help! Rory On 28/03/03, Rory Campbell-Lange ([EMAIL PROTECTED]) wrote

Re: Multiple smsc groups

2003-03-27 Thread Rory Campbell-Lange
Hi Stipe On Thu, Mar 27, 2003 at 11:09:54PM +0100, Stipe Tolj wrote: Is it ok to have multiple smsc groups? of course. We have up to 140 smsc groups in one Kannel instance ;)) Whew! If I try and set both of these to run concurrently, I get a failure on one of the SMSC connections.