can i use tcp/ip to get the incoming msg to the content server?

2009-12-07 Thread freeburn
I have configured and run kannel with a smpp smsc connection successfully. now i need to set up a sms-service. I'm wondering is it possible to send the incoming msg to the content server through tcp/ip protocall? i was thinking about to make a socket server to for my sms-service. regards.

how can i remove kannel which was compiled from source

2009-09-16 Thread freeburn
i installed kannel from debian repositories. so i want to remove a previous installation which was compiled from the source. it was installed in a different directory(/usr/local/kannel). so when i issue $make clean command, the installation in the /usr/local/kannel is not removed. how can i

dlr storage with mysql

2009-09-16 Thread freeburn
if i use fakesmsc does the mysql database gets any entry in the specified fields? because my kannel runs without any warning and in the log i can see that connection with mysql is established. but when i looked through the database i havent seen any entry. is it ok? or there is a problem.

warning:smsbox_list empty

2009-09-15 Thread freeburn
my debug information gives a unusual information that smsbox_list empty. further my admin command is denied but other admin commands work.

admin command does not work, SSL error

2009-09-14 Thread freeburn
-server-cert-file = /home/freeburn/kannel/serverkey/server.crt ssl-server-key-file = /home/freeburn/kannel/serverkey/server.key #ssl-trusted-ca-file = sms-incoming-queue-limit = 200 sms-outgoing-queue-limit = 200 smsbox-max-pending = 100 sms-resend-freq = 30 sms-resend-retry = 10 group = smsbox

using check directory

2009-09-14 Thread freeburn
In the checks directory there are bunch of .sh files. iguess they need to be edited to use them. only thing that i think should be edited is the various directories listed there. anything else should be edited?

prolem terminating bearerbox and smsbox

2009-09-14 Thread freeburn
I always start the bearerbox and smsbox separately. i dont use it as daemon process. but when i want to terminate this,they wont respond. like if press crtl+z they seems to stop but if i giv ps -ax that shows they are still running. they also ignores TERM,INT KILL signals. this prevents me from

Re: admin command does not work, SSL error

2009-09-14 Thread freeburn
if i 'comment' the ssl variables then it works. using ssl seems very tricky. On Mon, 2009-09-14 at 20:44 +0300, Nikos Balkanas wrote: Hi, Please post detailed logs with error. BR, Nikos - Original Message - From: freeburn hoss...@finder-lbs.com To: users@kannel.org Sent

where to put the php scripts in the php -admin folder of kannel source to use them?

2009-09-13 Thread freeburn
php-Admin is a directory in kannel source. there are bunch of php files . by going through them i have understood that they perform the usual administrative commands like 'status' and 'sendsms'. these scripts reduces the usual typing of browser urls. i dont have a good idea about apache and

Re: where to put the php scripts in the php -admin folder of kannel source to use them?

2009-09-13 Thread freeburn
://127.0.0.1/sendsms.php or http://127.0.0.1/sendsms1.php Regards Sapna On Sun, Sep 13, 2009 at 12:50 PM, freeburn hoss...@finder-lbs.com wrote: php-Admin is a directory in kannel source. there are bunch of php files . by going through them i have

does the .deb distro of kannel have mysql,oracle support?

2009-09-13 Thread freeburn
i have installed kannel from debian binary distribution. i also compiled it manually from the source. but anyone can tell me that how can i see the configurations of the debian installation, like does it comes with mysql support or not. is there any way see which modules of kannel are activated?

how to use the contents in the contrib directory in the kannel source

2009-09-12 Thread freeburn
the contrib folder supplied with kannel has several components which seems pretty useful to me. such as kannel monitor and bunch of php scripts which seems like do administrative jobs via the admin http port of the kannel server. anyone know how to use these scripts? where to put them?i tried to

Re: how to use the contents in the contrib directory in the kannelsource

2009-09-12 Thread freeburn
- Original Message - From: freeburn hoss...@finder-lbs.com To: Nikos Balkanas nbalka...@gmail.com Sent: Sunday, September 13, 2009 1:24 AM Subject: Re: how to use the contents in the contrib directory in the kannelsource i've went through the readme files. but they contain very little

error compiling kannel and how to use the 'php-admin' scripts in contrib directory

2009-09-11 Thread freeburn
I'm using kannel as a sms-gateway. i've two quaries. 1.first i installed kannel from debian repositories. i also installed libxml2. then for testing purposes i wanted to use the fake-smsc. so i downloaded the source and tried to compile it. but when i run the configure script it gave me an

how to use check shell scripts

2009-09-11 Thread freeburn
there is check folder in the kannel source full of .sh scripts.what are they and of which usage?