Re: Kannel Service not starting automatically

2018-10-18 Thread Cedar Jet
Thank you, I will do that. On Thu, Oct 18, 2018 at 12:14 PM Willy Mularto wrote: > As I recommended previously, it's best for you to write your own version > of the script. Simple reason, the target dir and other related things > highly possible different with the .deb result. Search in the arch

Re: Kannel Service not starting automatically

2018-10-18 Thread Willy Mularto
As I recommended previously, it's best for you to write your own version of the script. Simple reason, the target dir and other related things highly possible different with the .deb result. Search in the archives and you will find some examples. Thanks. So Far Express VPN still the fastest http

Re: Kannel Service not starting automatically

2018-10-18 Thread Cedar Jet
Thanks for the tip! Should I install via .deb in order to start automatically? regardless the flag during the compilation ./configure --disable-docs --enable-start-stop-daemon --with-mysql --with-mysql-dir=/var/lib/mysql Anyway I will do something similar to the this link http://rhlinuxdoc.blogs

Re: Kannel Service not starting automatically

2018-10-18 Thread Willy Mularto
AFAIK you did the installation twice. First you use .deb and the second time you use source. I believe the start script belong to .deb. My suggestion is to check and modify some lines in the script to point to your installation dir. And make sure it has sufficient privilege. And for the best result

Kannel Service not starting automatically

2018-10-17 Thread Cedar Jet
Hello, I've installed kannel via source using svn on Ubuntu 18 When I reboot the server; all kannel services not running automatically such as bearbox, smsbox & sqlbox. I found the script already present in the /etc/init.d/kannel I ran the command ls -ahl /var/run/kannel there is no pid files,

Re: kannel service

2016-06-22 Thread John Mwale
i am getting any error boss simon. On Wed, Jun 22, 2016 at 2:57 PM, Simon Peter Otandeka wrote: > > Dear John, > > Post some bearerbox logs showing the errors you are getting so that we can > assist. > Kannel doesn't stop sending after 42000 SMS. > > P. > > > On Wed, Jun 22, 2016 at 3:51 PM, John

Re: kannel service

2016-06-22 Thread Simon Peter Otandeka
Dear John, Post some bearerbox logs showing the errors you are getting so that we can assist. Kannel doesn't stop sending after 42000 SMS. P. On Wed, Jun 22, 2016 at 3:51 PM, John Mwale wrote: > it takes time to get answer here, here is my question again > > kindly advise why kannel services

Re: kannel service

2016-06-22 Thread John Mwale
it takes time to get answer here, here is my question again kindly advise why kannel services fails to send sms after 42000 and above? the service show its ruining. check below:- 2757 ?Sl 0:03 /usr/local/kannel/sbin/bearerbox /usr/local/kannel/conf/kannel.conf 2780 ?Sl 0:

kannel service

2016-06-22 Thread John Mwale
Good day, kindly advise why kannel services fails to send sms after 42000 and above? the service show its ruining. check below:- 2757 ?Sl 0:03 /usr/local/kannel/sbin/bearerbox /usr/local/kannel/conf/kannel.conf 2780 ?Sl 0:00 /usr/local/kannel/sbin/smsbox /usr/local/kannel

RE: add kannel service to startup

2016-05-11 Thread Vangelis Typaldos
ers@kannel.org<mailto:users@kannel.org> Subject: add kannel service to startup good day , i am kindly asking how to add kannel services to startup. i will appreciate. -- Tapiwa Mwale, mobile number +260 97 9 947571

add kannel service to startup

2016-05-11 Thread John Mwale
good day , i am kindly asking how to add kannel services to startup. i will appreciate. -- Tapiwa Mwale, mobile number +260 97 9 947571

Re: kannel service not restart

2013-09-20 Thread spameden
$status = $_GET['status']; >> $boxc = $_GET['boxc']; >> $message_id = $_GET['message_id']; >> $isisms = $_GET['isisms']; >> >> $sql="insert into dlr >> >> (smsc,boxc_id,ts,source,destination,service,url,mas

Re: kannel service not restart

2013-09-20 Thread Willy Mularto
Uncomment dlr-mask On 20 Sep 2013 18:28, "alex Preda" wrote: > Hello Kannel Team, > Thanks Alejandro and Alvaro for your response. > > i had configured mysql database and create table with name of "dlr", my > kannel service works

Re: kannel service not restart

2013-09-20 Thread Alvaro Cornejo
" . > mysql_error()); > > ?> > > > > On Fri, Sep 20, 2013 at 5:12 PM, Alejandro Guerrieri < > alejandro.guerri...@gmail.com> wrote: > >> The dlr table only holds dlrs while in transit, they won't get stored >> long >> term. You need

Re: kannel service not restart

2013-09-20 Thread alex Preda
tatus' WHERE message_id='$message_id'"; > echo $result = mysql_query($query) or die("Query failed : " . > mysql_error()); > > ?> > > > > On Fri, Sep 20, 2013 at 5:12 PM, Alejandro Guerrieri < > alejandro.guerri...@gmail.com> wrote: &g

Re: kannel service not restart

2013-09-20 Thread arun sharma
7:26, alex Preda wrote: > > Hello Kannel Team, > Thanks Alejandro and Alvaro for your response. > > i had configured mysql database and create table with name of "dlr", my > kannel service works fine and sms are send successfully. but didn

Re: kannel service not restart

2013-09-20 Thread Alejandro Guerrieri
jandro and Alvaro for your response. > > i had configured mysql database and create table with name of "dlr", my > kannel service works fine and sms are send successfully. but didn't get dlr > reports and also access.log didn't generate receive dlr fields.

Re: kannel service not restart

2013-09-20 Thread alex Preda
Hello Kannel Team, Thanks Alejandro and Alvaro for your response. i had configured mysql database and create table with name of "dlr", my kannel service works fine and sms are send successfully. but didn't get dlr reports and also access.log didn't

Re: kannel service not restart

2013-09-19 Thread alex Preda
ro Cornejo wrote: > Hi > > You need to first start bearerbox and have it listen on port 13001 as > you specified in its config. > > Regards > > Alvaro > > On 9/19/13, alex Preda wrote: > > Hello kannel Team, > > I have installed gatew

Re: kannel service not restart

2013-09-19 Thread Alejandro Guerrieri
; Thanks > > > On Thu, Sep 19, 2013 at 7:23 PM, Alvaro Cornejo > wrote: > >> Hi >> >> You need to first start bearerbox and have it listen on port 13001 as >> you specified in its config. >> >> Regards >> >> Alvaro >> >> On 9

Re: kannel service not restart

2013-09-19 Thread Alvaro Cornejo
-1.4.3, I have been > trying to set up *dlr-storage using mysql*. but im getting error in > restart kannel. service failed to restart. but its work with > dlr-storage = internal. i was check old posts in kannel user directory > and find some related issues but still facing error. Thanks

kannel service not restart

2013-09-19 Thread alex Preda
Hello kannel Team, I have installed gateway 1.5.0(v) with option --with-mysql, and installed kannel rpm kannel-1.4.3, I have been trying to set up *dlr-storage using mysql*. but im getting error in restart kannel. service failed to restart. but its work with dlr-storage

RE: Kannel Service errors while starting.

2012-06-25 Thread info.ubichip
Hello, it looks to be windwos related error ? De : users-boun...@kannel.org [mailto:users-boun...@kannel.org] De la part de Aditya Prasad Envoyé : samedi 23 juin 2012 06:57 À : users@kannel.org Objet : RE: Kannel Service errors while starting. Hi All, If any one

RE: Kannel Service errors while starting.

2012-06-22 Thread Aditya Prasad
Prasad Sent: Friday, June 15, 2012 3:59 PM To: users@kannel.org Subject: Kannel Service errors while starting. Hi All, I have installed the Kannel services on my Windows 7 machine. I have used below command for installation: $ cygrunsrv -I kannel_bearerbox -d "Kannel

Kannel Service errors while starting.

2012-06-15 Thread Aditya Prasad
Hi All, I have installed the Kannel services on my Windows 7 machine. I have used below command for installation: $ cygrunsrv -I kannel_bearerbox -d "Kannel Bearer box" -p bearerbox.exe -a smskannel.conf $ cygrunsrv -I kannel_smsbox -d "Kannel SMS box" -p smsbox.exe -a smska

Re: Kannel Service Load

2010-10-10 Thread Nikos Balkanas
search mail archives. BR, Nikos - Original Message - From: To: Sent: Sunday, October 10, 2010 4:37 PM Subject: Kannel Service Load Good Day How can i send WAP Service load to a mobile phone. I have created a WML page that contains the Service Load Details, but i dont know how to send

Kannel Service Load

2010-10-10 Thread innocent
Good Day How can i send WAP Service load to a mobile phone. I have created a WML page that contains the Service Load Details, but i dont know how to send it to a mobile phone

Kannel-service (param %s: "messagetyp not supported")

2007-05-11 Thread Huber, Gottfried
Hello i need Information / help in case KANNEl-SERVICE. Ih have written a kannel service: if sms receives a perl-script starts to select some DB-Information (Sybase-DB). The result i push to to the requester-gsm via the Kannel-param %s This works on all Siemens-Benq - GSMs. But now i am