Re: Billing & Kannel SMS side

2003-02-17 Thread Kita B. Ndara
--- Stipe Tolj <[EMAIL PROTECTED]> wrote: > "Kita B. Ndara" wrote: > > > > Is there any good reason why the kannel sms part > does > > not incorporate some kind of billing support? What > I > > have in mind is: > > - Before a message is s

Billing & Kannel SMS side

2003-02-13 Thread Kita B. Ndara
Hello, Is there any good reason why the kannel sms part does not incorporate some kind of billing support? What I have in mind is: - Before a message is sent to the SMSC, a script is run by bearerbox. If it returns zero, the message is sent. This is for balance checking - When the SMSC accepts th

send-sms interface - followup question

2002-11-18 Thread Kita B. Ndara
Hi, I've been looking at the code in sendms_req_handle() (smsbox.c). Is it possible that in some instances, the return str is empty on success? I think that might account for the error I got earlier... Please help Thanks __ Do You Yahoo!? Everyth

sendsms interface

2002-11-18 Thread Kita B. Ndara
Hi, I have a web2sms system whereby I collect and reformat messages from the web, then push them into my kannel through the sendsms interface. If I push messages rapidly through the sendsms interface using lynx -dump '...', intermitently the interface goes silent (i.e. empty response), and the me

RE: SMPP server default data coding and all

2002-11-05 Thread Kita B. Ndara
wrote: > > > -Original Message- > > From: Kita B. Ndara [mailto:kitandara@;yahoo.co.uk] > > > It occurs to me: Is this not why concatenate = > true > > never seems to work for text messages when using > the > > SMPP driver?? > > Works for me. > > >

RE: SMPP server default data coding and all

2002-10-01 Thread Kita B. Ndara
AIL PROTECTED]> wrote: > > > -Original Message- > > From: Kita B. Ndara [mailto:[EMAIL PROTECTED]] > > > It occurs to me: Is this not why concatenate = > true > > never seems to work for text messages when using > the > > SMPP driver?? > > Works f

RE: SMPP server default data coding and all

2002-10-01 Thread Kita B. Ndara
. 7-bit pack if text and longer than 1 sms and set data_coding accordingly, don't pack if not text or text but not long). It seems if UDH is set the SMSC does not mess with the message... Your thoughts B. --- Oded Arbel <[EMAIL PROTECTED]> wrote: > > > -Original Message--

RE: SMPP server default data coding and all

2002-10-01 Thread Kita B. Ndara
. --- Oded Arbel <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > From: Kita B. Ndara [mailto:[EMAIL PROTECTED]] > > > I hope someone out there can help clarify this. I > had > > a problem long ago with concatenated text messages > > sen

SMPP server default data coding and all

2002-09-30 Thread Kita B. Ndara
Hi, I hope someone out there can help clarify this. I had a problem long ago with concatenated text messages sent from kannel. Now it seems it has to do with data_coding issues and how kannel handles it all. I did a small experiment. Sent a long message from a Nokia 3310 to Kannel. Below is the

Re: That pesky @ sign

2002-09-30 Thread Kita B. Ndara
lways the GSM charset that Kannel uses. Some > SMPP servers use ASCII > others Roman 8 and others GSM. > > We have a small patch that loads up a character > mapping array (similar to > the latin1 to gsm array in Kannel) to handle this. > > Nisan > At 08:32 AM 9/30/02 +0100

Re: Another one -- smsc

2002-09-30 Thread Kita B. Ndara
Isn't there a way to work with the preffered-smsc and such settings to achieve this? --- Stipe Tolj <[EMAIL PROTECTED]> wrote: > "Kita B. Ndara" wrote: > > > > I have two SMPP connections to a network. One is > > primary the other a backup. I want all

Another one -- smsc

2002-09-30 Thread Kita B. Ndara
I have two SMPP connections to a network. One is primary the other a backup. I want all my messages to go through the first, unless it is dead. By default kannel does a sort of load balance, which is not good... Any ideas? B. __ Do You Yahoo!? Ever

SMPP throttling

2002-09-30 Thread Kita B. Ndara
What happened to the little throttling change I suggested in smsc_smpp.c: smpp_status_to_smscconn_failure_reason to account for the throttling error? Helps a lot, but seems to have fallen out of 1.2.0 :( P. __ Do You Yahoo!? Everything you'll ever

That pesky @ sign

2002-09-30 Thread Kita B. Ndara
I wonder whether anyone out there has had this problem, and what solution they've discovered: When a user sends the '@' character in an sms, on some SMSCs, kannel receives '@', on other it receives NULL (as per GSM character spec). Now in the former case, gwlib/charset.c will cause convert and ca

Re: DLR receipts <---> sms sent

2002-09-23 Thread Kita B. Ndara
Thanks a lot. Makes full sense. The relevant X-Kannel-Headers exists, at least as per 1.2.0 document. P. --- Andreas Fink <[EMAIL PROTECTED]> wrote: > > On Montag, September 23, 2002, at 12:37 Uhr, Kita > B. Ndara wrote: > > > No, this would not achieve wha

RE: DLR receipts <---> sms sent

2002-09-23 Thread Kita B. Ndara
day after, > I was still alive. This nobody had a chance to be > somebody." > -- from "Mad Max Beyond Thunderdome" > > > -Original Message- > > From: Kita B. Ndara [mailto:[EMAIL PROTECTED]] > > Sent: Friday, September 20, 2002 1:58 PM > >

DLR receipts <---> sms sent

2002-09-20 Thread Kita B. Ndara
Quick question: Each time I send an sms (either through sendsms interface or via an sms service) and I set the dlrmask, I want to be able to tag the message, so that when the dlrurl is called, some cgi parameter passed to it will tell me which message it relates to. How do I do that? I've scanned

Regarding gwlib-based SMPP server

2002-09-19 Thread Kita B. Ndara
Hi, I saw your post regarding an SMPP server based on gwlib. I have been contemplating the same project, as I would like to work with using kannel as a message relay. Could I use yours? I'd be glad to help beat it into shape. Thanks Bruce __