Split messages charged more than once

2007-10-18 Thread Otandeka Simon Peter
Hello all, We use MT billing. However if a message is longer than 160 characters, the subscriber is charged more than once for the number of messages got. I tried to set concatenation=true so that it is reassembled into one long message by the recieving device but still it charges more. Is there

Re[2]: Delete old messages from store-file

2007-10-18 Thread Alexander Bukharin
> Yes definetly, > You only have to delete the kannel.store and kannel.store.bak according your > kannel.conf > The first one is used by kannel as the true store, the ".bak" is used in > case of crash for persistence. > Hope that help > Ps : you have to stop the kannel process to do that O

RE: Delete old messages from store-file

2007-10-18 Thread info.ubichip
Yes definetly, You only have to delete the kannel.store and kannel.store.bak according your kannel.conf The first one is used by kannel as the true store, the ".bak" is used in case of crash for persistence. Hope that help Ps : you have to stop the kannel process to do that -Original Mes

Delete old messages from store-file

2007-10-18 Thread Alexander Bukharin
Hi! I'm using kannel with GSM modem. For some reason kannel can't send some messages and they remain in the store-file. I can see it with /store-status. But when I restart kannel it begins to send these messages even if they are quite old and there is validityperiod = 6 (35 minutes) in smsc group i

webkannel?

2007-10-18 Thread Aaron Simmons
The kannel website mentions a Webmin module for configuring kannel called webkannel: http://kannel.org/addons.shtml However, the address listed is wrong. Anyone know what the correct address is? Thanks, aaron

http request for wap push

2007-10-18 Thread nxs_02
hi i want to ask about http request for wap push in kannel, here my source code. "; echo "http://www.wapforum.org/DTD/wml_1.2.xml\";>"; $msisdn = "+6281xxx"; $txt = "Anda Mandapat Pesan"; $link = "http://www.chat2konco.com";; $url = "http://127.0.0.1:8080/wapp

RE: Panic on running several copies of kannel "Cannot bind socket UPDsocket"

2007-10-18 Thread info.ubichip
Hi, First type "netstat -all | grep 9200" Then if multiple instances of the box are running , make it kill by Killall -9 bearerbox and so on Then in order to have multiple smpp account, copy paste the group smsc as many you want. Regards -Original Message- From: Alejandro Guerrieri [m

Re: Panic on running several copies of kannel "Cannot bind socket UPD socket"

2007-10-18 Thread Alejandro Guerrieri
You should be able to rule out that with netstat or lsof, of course. Regards, Alejandro On 10/19/07, Ben Williamson <[EMAIL PROTECTED]> wrote: > Have you tried rebooting the box? > > I've encountered that same issue when bearbox does not exit cleanly, > leaving the port in use even though the ap

Re: Panic on running several copies of kannel "Cannot bind socket UPD socket"

2007-10-18 Thread Ben Williamson
Have you tried rebooting the box? I've encountered that same issue when bearbox does not exit cleanly, leaving the port in use even though the app has died. -Ben On Oct 19, 2007, at 4:02 AM, oscar cassetti wrote: Hello, thanks for fast reply On 10/19/07, Alejandro Guerrieri <[EMAIL PROTEC

Re: Panic on running several copies of kannel "Cannot bind socket UPD socket"

2007-10-18 Thread oscar cassetti
Hello, thanks for fast reply On 10/19/07, Alejandro Guerrieri <[EMAIL PROTECTED]> wrote: > Please post configuration files. > > The port 9200 should be configured somewhere right? Maybe is the wapbox port? > > You cannot bind two processes to same port on same IP, of course. Indeed, I am looking

RE: Panic on running several copies of kannel "Cannot bind socket UPDsocket"

2007-10-18 Thread info.ubichip
Hi, Please make a "netstat" on the selected port to see which application is using the same port. Hope that help -Original Message- From: oscar cassetti [mailto:[EMAIL PROTECTED] Sent: jeudi 18 octobre 2007 18:05 To: Alvaro Cornejo Cc: users@kannel.org Subject: Re: Panic on running seve

Re: Panic on running several copies of kannel "Cannot bind socket UPD socket"

2007-10-18 Thread Alejandro Guerrieri
Please post configuration files. The port 9200 should be configured somewhere right? Maybe is the wapbox port? You cannot bind two processes to same port on same IP, of course. Regards, Alejandro On 10/18/07, oscar cassetti <[EMAIL PROTECTED]> wrote: > Hi Alvaro, > > thanks for the reply. > >

Free help

2007-10-18 Thread Rony Ron
Hello all, i would like to have references so i'm giving free help for any project (commercial or public). regards, -- Your next Partner !

Re: Panic on running several copies of kannel "Cannot bind socket UPD socket"

2007-10-18 Thread oscar cassetti
Hi Alvaro, thanks for the reply. I have already different admin-port = smsbox-port in core for each instance of kannel in the three configuration files but I keep getting this ERROR: Couldn't bind a UDP socket to port 9200 2007-10-19 01:58:39 [13646] [0] ERROR: System error 98: Address already

Re: Sending Multiple SMS's using PHP script

2007-10-18 Thread Andrew R. Jenkins
I might also recommend trying CURL for calling Kannel. I've used for both GET and POST and had no issues as of yet. -andrew On Oct 18, 2007, at 10:25 AM, Alejandro Guerrieri wrote: Why are you redirecting with a header? Use file_get_contents( $url ) or file( $url ) to call kannel. Alternat

Re: Sending Multiple SMS's using PHP script

2007-10-18 Thread Alejandro Guerrieri
Why are you redirecting with a header? Use file_get_contents( $url ) or file( $url ) to call kannel. Alternatively, use sqlbox and insert a row for each message to send (if you pretend to send a high load of messages that's definitely the way to go). Regards, Alejandro On 10/18/07, Raphael Mas

Sending Multiple SMS's using PHP script

2007-10-18 Thread Raphael Maseko
Hi All, I am trying to use kannel to send multiple SMS' with different content retrieved from a database. I have a php script that is accessing a database and retrieving a value corresponding to a mobile number. It is then supposed to send SMS's to the numbers retrieved. What is happening is t

Re: SMS processing

2007-10-18 Thread seik
its built in http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN5507 cheers -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: 18 2007 ?. To: seik Subject:SMS processing > Hello, > At the moment our company has a custom application fo

SMS processing

2007-10-18 Thread pandronic
Hello, At the moment our company has a custom application for processing SMSes from two different mobile carriers and since it is becoming increasingly difficult to maintain it, we are interested in switching to Kannel. Our application interprets the SMSes it receives from the carrier and respond