Re: Kannel replies on MO.

2007-04-27 Thread Alex Kinch
Hello Gaƫtan Welcome to the world of Kannel. Firstly, it's probably best to post questions like this to the users mailing list, not the devel list. Second, read the manual :) If you look under SMS-service configurations, you'll see that the following line in your sms-service group in the config

Re: MO Concatenation

2007-01-05 Thread Alex Kinch
wrote: Hi Alex, On 1/3/07, Alex Kinch [EMAIL PROTECTED] wrote: I'm sure I saw a patch floating around a while ago to re-assemble concatenated MO within Kannel. Did it make 1.4.1 stable - or is it still in CVS? Kannel supported that for ages, just enable concatenation=1 in your SMSC

MO Concatenation

2007-01-03 Thread Alex Kinch
Hi all, I'm sure I saw a patch floating around a while ago to re-assemble concatenated MO within Kannel. Did it make 1.4.1 stable - or is it still in CVS? Alex

Fwd: MO Concatenation

2007-01-03 Thread Alex Kinch
Didn't reach the list first time, so trying again from this email address.. -- Forwarded message -- From: Alex Kinch [EMAIL PROTECTED] Date: Jan 3, 2007 6:29 PM Subject: MO Concatenation To: Kannel Devel devel@kannel.org Hi all, I'm sure I saw a patch floating around a while

Re: SMS Prefix (+)

2006-11-09 Thread Alex Kinch
That's how messages usually arrive, unless they're sent from a shortcode. If you're using PHP, you could just get rid of the plus like this: $number = preg_replace(/\+/, , $number); Alex On 11/9/06, Silver [EMAIL PROTECTED] wrote: Hi, I am using kannel to send sms's but on receiveing the

Re: 5 digit error codes

2006-11-02 Thread Alex Kinch
Hello all, Just picked up this thread, as am looking for a way to read the error codes from the DLRs and pass them to our application. For us it's in the actual text of the deliver_sm on certain SMPP connections, for example: 2006-11-01 17:30:03 [21406] [8] DEBUG: data: 69 64 3a 35 36 39

Compiling sqlbox against latest CVS or 1.4.1-stable

2006-11-01 Thread Alex Kinch
Hi, Apologies if this is a really stupid question, but is sqlbox supposed to compile against latest CVS or 1.4.1-stable? Trying against 1.4.1 gives: patch -p0 -d ../gateway sqlbox.patch patching file Makefile.in patching file configure patching file configure.in patching file gw/smsbox.c Hunk

Re: Compiling sqlbox against latest CVS or 1.4.1-stable

2006-11-01 Thread Alex Kinch
No panic, I got hold of the new sqlbox standalone from Martin. All working ok now (apart from my queue issue, which I've posted to the users list). Alex On 11/1/06, Alex Kinch [EMAIL PROTECTED] wrote: Hi, Apologies if this is a really stupid question, but is sqlbox supposed to compile against

testing

2006-08-17 Thread Alex Kinch
just testing the list..

Kannel store format and PHP

2006-05-15 Thread Alex Kinch
Don't suppose anyone knows how to read the Kannel store into PHP? Thx, Alex

smsbox sms-service just stopped!

2005-02-21 Thread Alex Kinch
Hi, Been trying to debug a strange problem on cvs20050215. One minute, everything is fine. The next, smsbox is logging 'INFO: Starting to service etc and then not doing anything else - ie not doing an HTTP Get on the configured URL. Sending messages using send-sms on HTTP works fine though.

configure script broken in latest CVS?

2005-02-16 Thread Alex Kinch
Just done ./configure using the latest CVS (grabbed about 5 mins ago), and get: Configuring DB support ... checking whether to compile with MySQL support... ./configure: line 4589: syntax error near unexpected token `' ./configure: line 4589: ` configure' Is it broken, or should I be paying

Re: configure script broken in latest CVS?

2005-02-16 Thread Alex Kinch
Hi Stipe How strange, just deletes configure and checked out a fresh file, and it works fine. Thanks for the help, Alex Stipe Tolj wrote: Alex Kinch wrote: Just done ./configure using the latest CVS (grabbed about 5 mins ago), and get: Configuring DB support ... checking whether to compile

Re: [RFC] sqlbox as own cvs module - votes please

2005-02-16 Thread Alex Kinch
+1 from me, IMHO the proper integration of sqlbox into Kannel's core project is long overdue and something that I personally would welcome. Alex Stipe Tolj wrote: Hi list, I'd like to promote Rene Kluwen [EMAIL PROTECTED] to gain cvs write access in order to contribute his sqlbox as own cvs

Re: new sqlbox patch

2004-10-25 Thread Alex Kinch
Hi Rene I've just tried applying the patch against the latest CVS. As I'm using Postgresql for sqlbox, I configured with --enable-pgsql. However, when I try to compile, it complains like hell. See below.. Alex gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DBROKEN_PTHREADS=1

Re: WARNING: SMPP: PDU element password to long (length is 9, shouldbe 9)

2004-08-10 Thread Alex Kinch
- Original Message - now, Kannel was never been an US project. Finish people started it and several other european citizen have continued it. Speaking of personal implications: I'm a croatian citizen, born and living in Germany, working on a finish project ;) Finnish you mean ;)

Re: WARNING: SMPP: PDU element password to long (length is 9, shouldbe 9)

2004-08-10 Thread Alex Kinch
(length is 9,shouldbe 9) Alex, I'm halfway looking (more like digging) through all the code to make a manual-spellcheck-patch. Maybe we can split the work, or maybe you review my patch when i have it done... can never spellcheck too much, i say :) What do you think? \\pb Alex Kinch wrote

smsc_soap.c warning when compiling

2004-04-14 Thread Alex Kinch
Hi, Haven't been paying too much attention to the list for the last few weeks. Is this a major problem? Got it when doing a make on the latest CVS: gw/smsc/smsc_soap.c:979:2: warning: #warning FIXMEgw/smsc/smsc_soap.c:1168:2: warning: #warning FIXMEgw/smsc/smsc_soap.c:1373:2: warning:

Fw: DLR sql select problem with message id containing space

2004-01-16 Thread Alex Kinch
Resending as my mail's been playing up :-) - Original Message - From: Alex Kinch To: [EMAIL PROTECTED] Sent: Friday, January 09, 2004 10:14 PM Subject: Re: DLR sql select problem with message id containing space Happy New Year to all :-) Don't suppose the problemwith spacesin

DLR sql select problem with message id containing space

2003-12-23 Thread Alex Kinch
Hi, Just hooked up another SMPP connection, and they use rather large message ids. For example: 00047274 20031223170148.364 Kannel is inserting this whole value (including characters after the space) into the ts field on the dlr table. However, when it comes to receiving the delivery

Update: Messages getting stuck in store

2003-12-19 Thread Alex Kinch
Hi, I've been doing some more testing with outboundmessages getting stuck in the store. Here's an example log. The required SMPP connection was up and running fine at the time, so there was no reason the message shouldn't have been submitted to the SMSC. The outbound messageends up in the

Re: Update: Messages getting stuck in store

2003-12-19 Thread Alex Kinch
- Original Message - From: Alex Kinch To: [EMAIL PROTECTED] Sent: Saturday, December 20, 2003 1:15 AM Subject: Update: Messages getting stuck in store Hi, I've been doing some more testing with outboundmessages getting stuck in the store. Here's an example log

Re: Great new SMPP DLR format!

2003-12-04 Thread Alex Kinch
I'll have a chat with them tomorrow to see if they can write something a bit more standard. But you know what carriers are like.. :-) Alex - Original Message - From: Stipe Tolj To: Alex Kinch Cc: [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 5:33 PM Subject:

Re: Messages stuck in store

2003-11-23 Thread Alex Kinch
looks like is that if an SMPP connection is down, it sends it to the fake SMSC. Very strange! Any thoughts? I'll set up a test SMSC next week and see if I can replicate it. Alex - Original Message - From: Alex Kinch To: Thomas Hager ; [EMAIL PROTECTED] Sent: Wednesday, Novembe

Re: Messages stuck in store

2003-11-19 Thread Alex Kinch
: Wednesday, November 12, 2003 11:30 AM Subject: Re: Messages stuck in store On Wed, 2003-11-12 at 01:58, Alex Kinch wrote: Hi Thomas,hi alex, Version is cvs-20031103. Maybe it is a bug, and this probably now belongs on the devel-list so I've cc'd it in.i've quickly checked current cvs

Strange online times on smpp

2003-11-16 Thread Alex Kinch
Hi list, Noticed something strange after I'd restarted bearerbox: Status: running, uptime 0d 0h 2m 15s and on two of our SMPP connections: online 1068992798s The sequence numbers for these two SMPP connections are still quite low, and I would assume it is reset on connect. Alex

Re: Messages stuck in store

2003-11-12 Thread Alex Kinch
] Sent: Wednesday, November 12, 2003 11:30 AM Subject: Re: Messages stuck in store On Wed, 2003-11-12 at 01:58, Alex Kinch wrote: Hi Thomas,hi alex, Version is cvs-20031103. Maybe it is a bug, and this probably now belongs on the devel-list so I've cc'd it in.i've quickly checked

Re: Messages stuck in store

2003-11-12 Thread Alex Kinch
schrieb: On Wed, 2003-11-12 at 01:58, Alex Kinch wrote: Hi Thomas, hi alex, Version is cvs-20031103. Maybe it is a bug, and this probably now belongs on the devel-list so I've cc'd it in. i've quickly checked current cvs and it seems as if the bug i described is fixed

Another broken SMSC DLR implementation?

2003-11-12 Thread Alex Kinch
Before I start ranting, this is a question - and not a statement, so please don't flame me if I'm wrong! :-) If you have multiple SMPP connections to a provider, shouldn't the DLRs come back on the connection that the message was sent out on? We're having an issue with one of our providers

Re: Messages stuck in store

2003-11-12 Thread Alex Kinch
And according to Babelfish (for the people that dropped out of language classes at school), that means: you bad more badly Bur Mmm ok :-) Alex - Original Message - From: Stipe Tolj To: Thomas Hager Cc: [EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 1:07

Re: Another broken SMSC DLR implementation?

2003-11-12 Thread Alex Kinch
things. Guess the best way of fixing this for the mo is different system_id and system_type for the numeric and alphas. Alex - Original Message - From: Stipe Tolj To: David Tully Cc: [EMAIL PROTECTED] ; Alex Kinch Sent: Wednesday, November 12, 2003 1:09 PM Subject

Re: Another broken SMSC DLR implementation?

2003-11-12 Thread Alex Kinch
system for alpha sender and one on each system for numeric sender. Alex - Original Message - From: David Tully To: [EMAIL PROTECTED] ; Alex Kinch Sent: Wednesday, November 12, 2003 1:05 PM Subject: Re: Another broken SMSC DLR implementation? Sounds like

SMPPbox updates

2003-11-12 Thread Alex Kinch
Sorry to sound like a broken record, but wondered how smppbox was coming along. Actually I was also wondering how the sqlbox/send using sql insert trigger was going, but one thing at a time :-) Alex

[OT] Finding country code from full MSISDN in PHP

2003-11-12 Thread Alex Kinch
Hi, A bit [OT] but thought I'd ask. Has anyone got a PHP snippet that'll parse a full MSISDN and return the country code? I figured one way to do it would be run a loop of SQL selects on the first four,three,two,one digits of the MSISDN until a match was found - but there must be a better

Re: Messages stuck in store

2003-11-11 Thread Alex Kinch
Subject: Re: Messages stuck in store On Tue, 2003-11-11 at 00:16, Alex Kinch wrote: Hi,hi. Seen a couple of instances in the last few days when messages have got "stuck" in the store - at a guess due to the relevent SMPP connection being temporarily unavailable at the time

SS7 box

2003-11-06 Thread Alex Kinch
Haven't even begun to look into SS7 yet, but is there a plan fora SS7 box for Kannel? I know we're still waiting on SMPP box (subtle nudge in Stipe's direction) but thought I'd ask. Alex

Kannel deleting DLRs with BUFFRED status

2003-11-03 Thread Alex Kinch
Hi, Noticed something interesting. Kannel seems to be deleting messages from the DLR db with a status of "BUFFRED". I would imagine it should be updating them to status = 4. By the way my dlr-mask is 31, and the messages are being sent via http using sendsms on Kannel. Heres a DLR message:

Re: Kannel deleting DLRs with BUFFRED status

2003-11-03 Thread Alex Kinch
Just reading the SMPP specs, and BUFFRED doesn't technically exist as a DLR status. I'm not a C hacker at all, but would the attached do the trick? Alex - Original Message - From: Alex Kinch To: [EMAIL PROTECTED] Sent: Monday, November 03, 2003 7:26 PM Subject

Re: Optional parameter tags in deliver_sm SMPP pdu

2003-10-21 Thread Alex Kinch
Hi Alex, See attached. Kind regards, Alex - Original Message - From: Alexander Malysh To: Alex Kinch ; [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:17 PM Subject: Re: Optional parameter tags in deliver_sm SMPP pdu Hi Alex,please provide a full debug

Re: Optional parameter tags in deliver_sm SMPP pdu

2003-10-21 Thread Alex Kinch
Hi, Set interface-version = 33 but it's still bitching. Not to worry, I'll just ignore it :-) Alex - Original Message - From: Alexander Malysh To: Alex Kinch ; [EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 2:24 PM Subject: Re: Optional parameter tags

Re: Least cost routing

2003-10-19 Thread Alex Kinch
- From: Andreas Fink To: Alex Kinch Cc: [EMAIL PROTECTED] Sent: Sunday, October 19, 2003 5:22 PM Subject: Re: Least cost routing On 19.10.2003, at 17:30, Alex Kinch wrote: Hi,I'm currently getting to grips with least cost routing of messages. As we don't currently have

Re: SMPP broken in cvs-20031016?

2003-10-17 Thread Alex Kinch
Patch seems to fix it Alex, thanks! :-) Alex - Original Message - From: Alexander Malysh [EMAIL PROTECTED] To: Alex Kinch [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 16, 2003 11:23 PM Subject: Re: SMPP broken in cvs-20031016? Hi Alex, first of all: SMPP in kannel

SMPP broken in cvs-20031016?

2003-10-16 Thread Alex Kinch
Just rebuilt our test box to use cvs-20031016 (previously was running 1.3.1-devel). I'm now experiencing problems with incoming SMPP. The message comes in, and shows up the bearerbox debug log - but nothing happens. It doesn't go anywhere! Basically the SMPP sender does a deliver_sm, which

Re: smppbox - any updates?

2003-10-15 Thread Alex Kinch
Thanks Alexander. Next question then.. how close is the release of 1.3.2 and 1.4.0? I would offer to help, but I'm not very good at C coding :-) Alex - Original Message - From: Alexander Malysh [EMAIL PROTECTED] To: Alex Kinch [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday

Panic when restarting via http interface

2003-10-09 Thread Alex Kinch
Hi, I've tried to restart Kannel a couple of times via the HTTP interface - it gets so far, and then: 2003-10-09 17:56:16 [21] PANIC: gwlib/list.c:341: list_remove_producer: Assertion `list-num_producers 0' failed.2003-10-09 17:56:16 [7] ERROR: connect failed2003-10-09 17:56:16 [7]

Changing SMSC on phone to use Kannel

2003-08-14 Thread Alex Kinch
Hi, Can I change the SMSC on my mobile phone to use Kannel to send messages? Alex

Re: [RFC] Number portability hooks

2003-08-14 Thread Alex Kinch
lookup and instantly tell the MNC+MCC of operator. If there's enough interest, we might offer such public service with HTTP interface and instant results.. Just my 2c. On Mon, 2003-08-11 at 17:42, Alex Kinch wrote: Steve, I've been following this thread with interest. We're planning

Re: [RFC] Number portability hooks

2003-08-14 Thread Alex Kinch
Steve, I've been following this thread with interest. We're planning to collect information on a user's mobile operator via our soon-to-be-launched reverse billing operation. We also operate a bulk SMS and business messaging site, so this sort of information would be useful for least cost