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

Re: Does Kannel log support logrotation (userguide patch)

2003-02-13 Thread Stipe Tolj
Hi Alex, logrotate being owned by RedHat is not currently updated on Solaris, so instead I'm using rotatelog which is Perl based and very portable. I'll add some documentation on that (as well as example configurations) if of interest to the Solaris users among us? definetly. Please setup

[REQ] submitting patches

2003-02-13 Thread Stipe Tolj
Hi there, Please, could anyone who submits patches in attached files prefix the mail subject with [PATCH], this makes it easier for us to identify those mails that contain patches, i.e. [PATCH] fixes a bug in the smsc_smpp.c module, etc. This holds also for patches that are re-submited within a

Re: SMPP driver default autodetect should be 1

2003-02-13 Thread Stipe Tolj
Alex Judd wrote: By default we are disabling the auto switching of TON and NPI in the SMPP driver. I think we should enable this by default and then allow to explicitly turn it off. smsc_smpp.c, line 1272, autodetect_addr = 1; Make sense to everyone? any objections from the others?

Re: Billing Kannel SMS side

2003-02-13 Thread Stipe Tolj
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 sent to the SMSC, a script is run by bearerbox. If it returns zero, the message is sent. This is for balance checking -

Re: Problem with SMPP 3.3 SMSC in message delivery

2003-02-13 Thread Stipe Tolj
Ritesh Shah wrote: The Kannel 1.0.3 version works fine, but the later versions give this error when the gw. receives the msg. (got DLR but could not find message or was not interested in it) This prob. is happening only with logica SMSC, I haven't faced this issue with any other SMSC. try

Re: nokia 7110

2003-02-13 Thread Andreas Fink
On Donnerstag, Februar 13, 2003, at 11:52 Uhr, Nicholas Rahn wrote: Hi list, we are having a problem with our nokia 7110 phones using kannel's at2 smsc module. it's not clear to me if our problem is with the phone, the sim card or with kannel, so i thought i might see if anyone on the list

Re: SMPP driver default autodetect should be 1

2003-02-13 Thread Andreas Fink
On Freitag, Februar 14, 2003, at 12:06 Uhr, Stipe Tolj wrote: Alex Judd wrote: By default we are disabling the auto switching of TON and NPI in the SMPP driver. I think we should enable this by default and then allow to explicitly turn it off. smsc_smpp.c, line 1272, autodetect_addr = 1;

Re: Problem with SMPP 3.3 SMSC in message delivery

2003-02-13 Thread Ritesh Shah
Thanks a lot, the CVS version solved the prob. Regards Ritesh - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Ritesh Shah [EMAIL PROTECTED] Cc: Kannel [EMAIL PROTECTED] Sent: Friday, February 14, 2003 4:44 AM Subject: Re: Problem with SMPP 3.3 SMSC in message delivery

[RFC] yesterday commits

2003-02-13 Thread Stipe Tolj
Hi Aarno, can you comment on this part of your patch, please: Index: gateway/gwlib/socket.c diff -u gateway/gwlib/socket.c:1.53 gateway/gwlib/socket.c:1.54 --- gateway/gwlib/socket.c:1.53 Wed Nov 13 10:22:56 2002 +++ gateway/gwlib/socket.c Thu Feb 13 10:35:48 2003 @@ -510,7 +510,7 @@ }

Re: Billing Kannel SMS side

2003-02-13 Thread Stipe Tolj
Arne K. Haaje wrote: I am thinking about adding support to the CIMD2 module for the Tarrif field. This is in Nokias official specifications. It is a field like any others where you can set the tarrif class. As it is in the official specs. I think it would be useful. Are there any

Re: SMPP driver default autodetect should be 1

2003-02-13 Thread Stipe Tolj
Andreas Fink schrieb: any objections from the others? I'm +0 on this. Can anyone enlighten me on what it is autodetecting here? Then I can come to some opinion... it's autodetecting the TON, and hence sets the destination TON accordingly for submit_sm PDUs. Stipe [EMAIL PROTECTED]