Front End for Kannel

2004-03-30 Thread Bharathi S
Hi, Is there any front end is available for Kannel, Like pine, mutt, ... for mail, to send, receive, manage the SMS ? TIA, -- Bharathi S,Midas Team, (__) Intel Lab,TeNeT Group, oo ) IIT-Madras, Chennai-INDIA. (_/\ Known is drop, Unknown is OCEAN.

Front End for Kannel

2004-03-30 Thread sean
There is a good front end in /contrib/php-admin that comes with Kannel 1.2.1. The php scripts are well documented and easy to adapt to your own needs.

generic front end for Kannel

2021-03-29 Thread info.ubichip
Hello all, I know it is not directly related to kannel, but I'm looking for a entreprise grade frontend (opensource or licence paid) to use with kannel. Do someone has some experience with existing system ? Here are the existing system I know : - playsms, - smppcube - joom

Re: Front End for Kannel

2004-03-30 Thread Bharathi S
On 31 Mar 2004, sean wrote: > There is a good front end in /contrib/php-admin that comes with > Kannel 1.2.1. The php scripts are well documented and easy to adapt > to your own needs. Thanks, This will help me to admin and send SMS. But How to handle the recevied SMS and multiple user account ?

Re: Front End for Kannel

2004-03-30 Thread sean
I created a MySql database and a PHP script that sends a PIN code to users when they register. Incoming SMS are checked for keyword to decide the service to provide and then for the PIN code which is verified with the phone number in the database. Incoming message is then stored in the database for

Re: Front End for Kannel

2004-03-31 Thread Bharathi S
On 31 Mar 2004, sean wrote: > > > There is a good front end in /contrib/php-admin that comes with > > > Kannel 1.2.1. The php scripts are well documented and easy to > > > adapt to your own needs. > > > > Thanks, This will help me to admin and send SMS. But How to handle > > the recevied SMS ? Ho

Re: Front End for Kannel

2004-03-31 Thread Bharathi S
On Tue, 30 Mar 2004, Asif Ali wrote: > Im not sure if the below front does or does not support your > required functionality. The best i can suggest, would be to develop > a simple front end with mysql as a db. Yes, I am also think the same. But I am unable to find How to redirect the SMS to DB.

Re: Front End for Kannel

2004-03-31 Thread Mikko Kiesilä
Bharathi S wrote: > > But I am unable to find How to redirect > the SMS to DB. Now I have only one idea to parse the Kannel.Store > file. Is it the right way ?? I would not go that route... Might be possible, but the best way is to define default sms-service that catches all incoming SMSs, and the

Re: Front End for Kannel

2004-03-31 Thread Pedro B.
You could use an 'exec' on keyword to run an external .php (for example), that does a mysql_connect and some sql inserts. \\pb Bharathi S wrote: On Tue, 30 Mar 2004, Asif Ali wrote: Im not sure if the below front does or does not support your required functionality. The best i can suggest,

Re: Front End for Kannel

2004-03-31 Thread Bharathi S
On Wed, 31 Mar 2004, Mikko Kiesilä wrote: > > But I am unable to find How to redirect the SMS to DB. Now I have > > only one idea to parse the Kannel.Store file. Is it the right way > I would not go that route... Might be possible, but the best way is > to define default sms-service that catches

Re: Front End for Kannel

2004-03-31 Thread Mikko Kiesilä
Bharathi S wrote: Thanks for the idea.I will try this. But I like know, Is it possible to make the kannel like as sendmail application and use some front end application, like pine, to manage the SMS. Well. Kannel is just a gateway, it does not store the messages anywhere, it just passes them some

Re: Front End for Kannel

2004-03-31 Thread Bharathi S
On Wed, 31 Mar 2004, Mikko Kiesilä wrote: > > Thanks for the idea.I will try this. But I like know, Is it > > possible to make the kannel like as sendmail application and use > > some front end application, like pine, to manage the SMS. > > Well. Kannel is just a gateway, it does not store the me

Re: Front End for Kannel

2004-03-31 Thread Mikko Kiesilä
Bharathi S wrote: Kannel also storing/dumbing the SMS in store-file. If that part is modified to store in such a manner so that the clients can access it. Yes, but that serves as a non-volatile store for the messages until they are handled ie. passed along. It's internal storage for Kannel. But

Re: Front End for Kannel

2004-03-31 Thread Rory Campbell-Lange
I've suggested a persistent database store in the past, with the idea that DLR reports could be reported against objects in the database in a simple way. Postgresql, with its support for triggers and custom functions (and BSD license) is a good choice. However this would make Kannel dependant on a

Re: Front End for Kannel

2004-03-31 Thread Alex Kinch
and he'll reply :-) Alex - Original Message - From: "Rory Campbell-Lange" <[EMAIL PROTECTED]> To: "Mikko Kiesil?" <[EMAIL PROTECTED]> Cc: "Kannel Users" <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 2:41 PM Subject: Re: Front

RE: Front End for Kannel

2004-04-02 Thread Rene Kluwen
Campbell-Lange; Mikko Kiesil? Cc: Kannel Users Subject: Re: Front End for Kannel I know Rene Kluwen has been working on a sqlbox project for Kannel that should do what you want, although can't remember how far he got. We've done some testing on our side and it seems to work, but you'd be