Duplicated sms upon receive

2005-05-02 Thread Linkas
Hello, I don't know why, my fastrak gsm modem receives 3-4-6 times the same message. well, no, infact it receive 1 message but then it call many time the service. It appears to me link if some messages are stored in memory and then read again. Has anyone had such experience ? My conf: group =

Re: ringtones, images... all that stuff.

2005-05-02 Thread Aarno Syvänen
I agree, if the file is small, only one or two sms. But if it is greater, cost of these sms will be quite high. SI induces a wap fetch, a quite different thing. Aarno On 29.4.2005, at 00:47, Linkas wrote: But hey... you don't need a PPG to send a SI :-D I mean, I do send SI without PPG :-D Most

Re: DLR success issue

2005-05-02 Thread Aarno Syvänen
Are numbers you are using allocated ? Non-allocated numbers would explain your failure ratio. Aarno On 29.4.2005, at 14:47, info.ubichip IMAP wrote: Hello, I'm running Kannel 1.4.2 (and mySQL) with a pool of Nokia 12 modems. I'm using this gateway for sending sms. I got some troubles when I have

opening HTML Pages in gateway

2005-05-02 Thread Yasser Sultan
Hi I am runnig kannel wap gateway through the winwap browser over LAN I have a question What happens when we try to access a HTML (or something other than WML like PHP, ASP etc ) page through the kannel gateway ?what are the default settings for it ? does it strip down the page content or does

Statistics Sent / Received

2005-05-02 Thread Mohamed Sadok MOUHA
Hi to all, I need to establish statistics for sent / received SMS messages for billing purposes. Any recommendation please? Right now I'm analyzing Kannel access log file, any tool to make this easier? Thanks, Sadok

external dlr-storage to Mysql couldn't be set

2005-05-02 Thread chouaieb ben Smail
hi, i'm asking about why i couldnt't use the external DLR storage (MySQL) in the core configuration, when i execute the bearerbox with the config-file indicating dlr-storage=mysql, the result is shown below: [EMAIL PROTECTED] gw]$ ./bearerbox -v 1 smstest.conf 2005-04-30 11:04:51 [6481] [0]

Re : external dlr-storage to Mysql couldn't be set

2005-05-02 Thread Mohamed Sadok MOUHA
Hi, you may change source code of Kannel and recompile it. Just modify any occurence of list_delete by gw_list_delete (in gw/*.c *.h and gwlib/*.c *.h). @+ Sadok

RE: DLR success issue

2005-05-02 Thread info.ubichip IMAP
Did someone remember about FAQ about keepalive and sim buffering FAQ ? Regards -Original Message- From: Aarno Syvanen [mailto:[EMAIL PROTECTED] Sent: lundi 2 mai 2005 09:51 To: info.ubichip IMAP Cc: users@kannel.org Subject: Re: DLR success issue Are numbers you are using allocated ?

error bind failed

2005-05-02 Thread Yasser Sultan
hi I am trying to run the bearerbox and I am getting the following errors I have connected a nokia 6630 as a gsm modem through usb port and I am using fedroa core2 I am including both my error and config files Hope someone can help Thanks Yasser 2005-05-03 21:09:01 [5580] [0] INFO: HTTP:

external dlr-storage to Mysql couldn't be set

2005-05-02 Thread chouaieb ben Smail
hi again, First of all, i'd like to thank you for your explanation and support, Mr Sadok, but the external dlr-storage (Mysql) isn't yet set when compiling since an other error is generated (as you could see below) even after changing the occurence of list_delete to gw_list_delete in the

Re: Statistics Sent / Received

2005-05-02 Thread Alejandro Ramirez
Im using the access log file... it works just fine. Im working a on a simple perl script using File::Tail which allows me to do billing to an SQL Server (using freetds..) in real time. Just try to set the access.log file to a more standard format (CSV compatible works well..). It is really on

Re: error bind failed

2005-05-02 Thread Rodrigo Cremaschi
Hi Yasser, be sure there is no other instance of the bearerbox (or smsbox) already running: ps -ef | grep bearerbox or ps aux | grep bearerbox If this is the case, stop it beforing restarting Kannel. Rodrigo. - Original Message - From: Yasser Sultan [EMAIL PROTECTED] To:

Re: external dlr-storage to Mysql couldn't be set

2005-05-02 Thread Alexander Malysh
Hi, just try latest cvs snapshot... Thanks, Alex chouaieb ben Smail schrieb: hi again, First of all, i'd like to thank you for your explanation and support, Mr Sadok, but the external dlr-storage (Mysql) isn't yet set when compiling since an other error is generated (as you could see below) even

Re: Multiple connections to single SMSC

2005-05-02 Thread David Abbott
There's also the issue of DLR handling - isn't the good thing about using different username and password is that at least it is a failsafe way of getting DLRs back to the sending box, otherwise they'll end up getting rejected by Kannel ? Me too, two connections to the same SMPP, both over the

Re: error bind failed

2005-05-02 Thread Yasser Sultan
hi Thanks for the reply I did a fresh install of kannel on another system running Fedora core 2 but I am still getting this error ? and there isn't any orther box ruuning I googled a bit and may be someome can help by reading these messages

Correction for DLR_MYSQL issue for mass sending with AT modem

2005-05-02 Thread info.ubichip IMAP
As has been required for many people, please find here my corrections for the ts bug in mysql. I 'm not sure it is the better way to publish correction, let me know if there is a another place. Correction are very simple, update/insert/delete process are now based on smsc AND ts AND destination

Re: Compatibility with MySQL v4.1.11 ?

2005-05-02 Thread Enver ALTIN
Hey, On Mon, 2005-05-02 at 21:25 +0200, Stephane Rosa wrote: [emeanoc01:~/sources/gateway-1.4.0] (238) rpm -qa | grep -i mysql This issue has been fixed a while ago by renaming all list_* functions in gwlib to gwlist_*. Please use CVS HEAD. It's fairly stable. -HTH -- .O. ..O Enver ALTIN

Re: Correction for DLR_MYSQL issue for mass sending with AT modem

2005-05-02 Thread Stipe Tolj
info.ubichip IMAP wrote: As has been required for many people, please find here my corrections for the ts bug in mysql. I 'm not sure it is the better way to publish correction, let me know if there is a another place. Correction are very simple, update/insert/delete process are now based on smsc