Re: configure patch for building with Solaris

2008-11-18 Thread Alexander Malysh
Hi, we definitely need C99, this is configure that checks for gnu99... I think this is a bug in solaris and kannel has nothing todo with it. Thanks, Alex Nikos Balkanas schrieb: Hi list, A couple of changes in configure so that it builds in Solaris. It checks if os = solaris and CC = gcc

Re: Read GET and POST value in http_smsc.c

2008-11-18 Thread Alexander Malysh
Hi, you use: HTTPClient *http_accept_request(int port, Octstr **client_ip, Octstr **url, List **headers, Octstr **body, List **cgivars); to get request and body is what you are looking for for POST. Thanks, Alex sangprabv

Re: run_kannel_box - forcing umask to be 077

2008-11-18 Thread Alexander Malysh
Hi Alan, your patch looks ok, but I would like to see a user settings in the init script because it's not good if kannel runs as root. Could you add some configuration or something like this to use kannel's start option '--user XYZ'? Thanks, Alex Alan McNatty schrieb: Hi Alex, How about

windowing in kannel sms gateway

2008-11-18 Thread manas mohanty
Hi All, Please suggest me how to use windowing in kannel sms gateway. Thanks in advance ... -- PERFECTION CAN NOT ACHIEVED COMPLETELY BY ANYONE IN THE WORLD, BUT IF YOU KEEP CHASING THE PERFECTION, SOMEWHERE ON THE WAY YOU CATCH EXCELLENCE Thanks Regards, MANAS R. MOHANTY

[Announce] New Sqlbox version

2008-11-18 Thread Alejandro Guerrieri
. - Added examples for database connections on sample conf file. I've also started a numbering schema and I'm also tagging relevant versions. Cvs version 20081103 is now tagged as rev-0-6-0 and represents Sqlbox-0.6.0. Cvs version 20081113 is now tagged as rev-0-7-0. Cvs version 20081118

Re: Read GET and POST value in http_smsc.c

2008-11-18 Thread sangprabv
Hi Alex, Thanks for the reply. I read smsc_http.c. And found: client = http_accept_request(conndata-port, ip, url, headers, body, cgivars); in: static void httpsmsc_receiver(void *arg) {..} And called by: static void telco_receive_sms(SMSCConn *conn,

Re: [Announce] New Sqlbox version

2008-11-18 Thread Ehizogie Binitie
on sample conf file. I've also started a numbering schema and I'm also tagging relevant versions. Cvs version 20081103 is now tagged as rev-0-6-0 and represents Sqlbox-0.6.0. Cvs version 20081113 is now tagged as rev-0-7-0. Cvs version 20081118 is now tagged as rev-0.7.1 (This is the latest

Re: [Announce] New Sqlbox version

2008-11-18 Thread Alejandro Guerrieri
versions. Cvs version 20081103 is now tagged as rev-0-6-0 and represents Sqlbox-0.6.0. Cvs version 20081113 is now tagged as rev-0-7-0. Cvs version 20081118 is now tagged as rev-0.7.1 (This is the latest release). As usual, you can checkout latest version from CVS, and also retrieve tagged

Re: [Announce] New Sqlbox version

2008-11-18 Thread Alejandro Guerrieri
. I've also started a numbering schema and I'm also tagging relevant versions. Cvs version 20081103 is now tagged as rev-0-6-0 and represents Sqlbox-0.6.0. Cvs version 20081113 is now tagged as rev-0-7-0. Cvs version 20081118 is now tagged as rev-0.7.1 (This is the latest release). As usual

Re: configure patch for building with Solaris

2008-11-18 Thread Nikos Balkanas
Dear Alex, It's their system (Solaris) and they can do whatever they want to it. These include files are system files property of Sun. The issue is whether kannel can build on Solaris or not. Right now it can't, and I am not certain that this is a problem only with Solaris 10. Granted it

Re: configure patch for building with Solaris

2008-11-18 Thread Alexander Malysh
Hi again, Nikos Balkanas schrieb: Dear Alex, It's their system (Solaris) and they can do whatever they want to it. These include files are system files property of Sun. If they say: we support POSIX and C99 they _have_ to fix fix horrible bug... The issue is whether kannel can build on

monitoring the Kannel

2008-11-18 Thread Yaniv Evenhaim
Hi We would like to monitor the kannel and in case of failure start to restart it. We are doing the monitor using Monit. Will it be correct to do define in monit 2 separate services: * bearerbox * smsbox The smsbox services will be defined as depended on the

[PATCH] MO routing: smsbox-route with keywords

2008-11-18 Thread Stipe Tolj
Hi list, please find attached a patch against current CVS HEAD to add support for keyword/alias based smsbox instance MO routing. This patch was provided by a user. Unfortunately I can't recall which one it was, so please feel free to recall me on this, so the appropriate people get their

Re: [PATCH] Extra Includes and Libs locations for MacPorts on Mac OSX

2008-11-18 Thread Martin Conte Mac Donell
On Tue, Nov 18, 2008 at 9:03 PM, Alejandro Guerrieri [EMAIL PROTECTED] wrote: Just for reference: MacPorts (former DarwinPorts) is an Open Source project that provides Mac OSX ports for a lot (5000+) of Linux packages and libraries. It provides a package manager similar to dpkg and all