Re: GUI

2008-03-13 Thread Remon Magdy
Hello, I can work with you in this. Regards, Remon monim benayad wrote: I've started new Kannel GUI project in sourceforge named jkannel, I've used java/jsp and now I can edit the global settings , add/edit/delete smpp services and display the status of the service and smsc services also

Re: GUI

2008-03-13 Thread mms test
Dear All, Thanks for Your reply. So mostly PHP is recommended for Web application GTK for desktop application. One more query What you guys would recommend for such an application. Is it better to define all keyword based sms-services for one specific short code in smsbox configuration file

Re: GUI

2008-03-13 Thread Remon Magdy
I recommend using all Kannel features as much as you can, since this feature is implemented in kannel, then why not using it. Regards, Remon mms test wrote: Dear All, Thanks for Your reply. So mostly PHP is recommended for Web application GTK for desktop application. One more query What

Re: GUI

2008-03-13 Thread mms test
I am also of same opinion. Any other suggestions are most welcome. On Thu, Mar 13, 2008 at 5:35 PM, Remon Magdy [EMAIL PROTECTED] wrote: I recommend using all Kannel features as much as you can, since this feature is implemented in kannel, then why not using it. Regards, Remon mms

Re: GUI

2008-03-12 Thread Atul Chaudhari
I used zenity.. #!/bin/bash RNUMBER=`zenity --title Enter Mobile Number --entry --text=Please Ener Recipients Mobile Number\nIn International Format 00919x` RMESSAGE=`zenity --title Enter Message (Max 160 Characters) --entry --height 3 --text=Message` wget

Re: GUI

2008-03-12 Thread Remon Magdy
Hello All, We can all start building a web GUI interface for Kannel administration, I've been interested in the issue since a while and can help initiating the development phase, I use JAVA/JSP for such projects and I can learn PHP if needed. I've been managing and administrating Kannel for

Re: GUI

2008-03-12 Thread Atul Chaudhari
we could use GTK so that it becomes OS independant and we can also have a desktop utility. On Wed, Mar 12, 2008 at 5:44 PM, Remon Magdy [EMAIL PROTECTED] wrote: Hello All, We can all start building a web GUI interface for Kannel administration, I've been interested in the issue since a

RE: GUI

2008-03-12 Thread Michael Sole
For the love of God do not do this in JSP! PHP is the only way to go in my opinion. From: Atul Chaudhari [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 8:29 AM To: Remon Magdy Cc: [EMAIL PROTECTED]; mms test; users@kannel.org Subject: Re: GUI we could use GTK so

Re: GUI

2008-03-12 Thread preeteesh kakkar
] *Sent:* Wednesday, March 12, 2008 8:29 AM *To:* Remon Magdy *Cc:* [EMAIL PROTECTED]; mms test; users@kannel.org *Subject:* Re: GUI we could use GTK so that it becomes OS independant and we can also have a desktop utility. On Wed, Mar 12, 2008 at 5:44 PM, Remon Magdy [EMAIL PROTECTED] wrote

Re: GUI

2008-03-12 Thread preeteesh kakkar
not do this in JSP! PHP is the only way to go in my opinion. *From:* Atul Chaudhari [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, March 12, 2008 8:29 AM *To:* Remon Magdy *Cc:* [EMAIL PROTECTED]; mms test; users@kannel.org *Subject:* Re: GUI we could use GTK so

RE: GUI

2008-03-12 Thread Michael Sole
Ruby certainly could work as could JSP but PHP has many more people who are able to contribute. From: preeteesh kakkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 8:34 AM To: [EMAIL PROTECTED] Cc: Atul Chaudhari; Remon Magdy; mms test; users@kannel.org Subject: Re: GUI ROR

RE: Re: GUI

2008-03-12 Thread Michael Sole
: Re: GUI Hello All, We can all start building a web GUI interface for Kannel administration, I've been interested in the issue since a while and can help initiating the development phase, I use JAVA/JSP for such projects and I can learn PHP if needed. I've been managing and administrating Kannel

RE: GUI

2008-03-12 Thread Davor Spasoski
Spasoski From: preeteesh kakkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 1:34 PM To: [EMAIL PROTECTED] Cc: mms test; users@kannel.org Subject: Re: GUI I totally agree if somone is doing the best language for it would be PHP...! On Wed, Mar 12, 2008

RE: GUI

2008-03-12 Thread Michael Sole
Part of the GUI could be a link to run the restart script. From: Davor Spasoski [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 9:19 AM To: preeteesh kakkar; [EMAIL PROTECTED] Cc: mms test; users@kannel.org Subject: RE: GUI GUI would be nice thing but what it’s good for when

RE: GUI

2008-03-12 Thread Δημήτρης Ευμορφόπουλος
such GUI would have to be able to coop with this. Dimitris Evmorfopoulos From: Michael Sole [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 4:16 PM To: 'Davor Spasoski'; 'preeteesh kakkar' Cc: 'mms test'; users@kannel.org Subject: RE: GUI Part

Re: GUI

2008-03-12 Thread Dipankar Sarkar
@kannel.org *Subject:* RE: GUI Part of the GUI could be a link to run the restart script. *From:* Davor Spasoski [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, March 12, 2008 9:19 AM *To:* preeteesh kakkar; [EMAIL PROTECTED] *Cc:* mms test; users@kannel.org *Subject:* RE: GUI GUI would

RE: GUI

2008-03-12 Thread Michael Sole
decrease all the support requests to the list for simple stuff. Basically install the package, point to webadmin, configure and test. From: Dipankar Sarkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 11:09 AM To: Δημήτρης Ευμορφόπουλος Cc: users@kannel.org Subject: Re: GUI

Re: GUI

2008-03-12 Thread Alejandro Guerrieri
AM *To:* Remon Magdy *Cc:* [EMAIL PROTECTED]; mms test; users@kannel.org *Subject:* Re: GUI we could use GTK so that it becomes OS independant and we can also have a desktop utility. On Wed, Mar 12, 2008 at 5:44 PM, Remon Magdy [EMAIL PROTECTED] wrote: Hello All, We can all start

RE: GUI

2008-03-12 Thread shehan
Subject: Re: GUI I wouldn't add any external program or service dependency just to admin kannel. Kannel already have some moderate admin commands on it's HTTP interface, but there's no way to control it when is down, of course (since the process that runs the interface would be also down