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 stop-start-restart the service from the web page.


I'll post the sources soon.

Regards.

Benaiad

Almontaha CTO.

http://www.almontaha.com.ly


On Wed, Mar 12, 2008 at 2:14 PM, Remon Magdy [EMAIL PROTECTED] 
mailto:[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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel
(Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite
useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org mailto:users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any
one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.













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 or maintain all those keyword sms-
services in your own DB/application.

Thanks in advance !

On Wed, Mar 12, 2008 at 4:27 PM, mms test [EMAIL PROTECTED] wrote:
 Dear All,

  I need to know that is any open source GUI application available
  through which all configurations of Kannel can be done or any one has
  developed it for its own use.

  I need this type of application.What development tools  techniques
  you guys would suggest for development.

  Thanks in advance.




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 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 or maintain all those keyword sms-
services in your own DB/application.

Thanks in advance !

On Wed, Mar 12, 2008 at 4:27 PM, mms test [EMAIL PROTECTED] wrote:
  

Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.





  





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 test wrote:
   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 or maintain all those keyword sms-
   services in your own DB/application.
  
   Thanks in advance !
  
   On Wed, Mar 12, 2008 at 4:27 PM, mms test [EMAIL PROTECTED] wrote:
  
   Dear All,
  
I need to know that is any open source GUI application available
through which all configurations of Kannel can be done or any one has
developed it for its own use.
  
I need this type of application.What development tools  techniques
you guys would suggest for development.
  
Thanks in advance.
  
  
  
  
  





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
http://your_ip_address:13013/cgi-bin/sendsms?username=kanneluserpassword=kannelpassto=$RNUMBERtext=$RMESSAGE





On Wed, Mar 12, 2008 at 4:57 PM, mms test [EMAIL PROTECTED] wrote:

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.




-- 
Thanks and Best regards
Atul Chaudhari


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 a while and know the 
basics to develop such project.


My hope is to build a web based GUI for managing both Kannel (Including 
SMPP server by Stipe) and Mbuni.


If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:

A web based configuration and administration tool would be quite useful as
setting up and configuring Kannel is quite the task.

-Original Message-
From: mms test [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 12, 2008 7:27 AM

To: users@kannel.org
Subject: GUI

Dear All,

I need to know that is any open source GUI application available
through which all configurations of Kannel can be done or any one has
developed it for its own use.

I need this type of application.What development tools  techniques
you guys would suggest for development.

Thanks in advance.




  





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 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 a while and know the
 basics to develop such project.

 My hope is to build a web based GUI for managing both Kannel (Including
 SMPP server by Stipe) and Mbuni.

 If anybody is interested to join me please contact me.

 Regards,
 Remon

 I'

 Michael Sole wrote:
  A web based configuration and administration tool would be quite useful
 as
  setting up and configuring Kannel is quite the task.
 
  -Original Message-
  From: mms test [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 12, 2008 7:27 AM
  To: users@kannel.org
  Subject: GUI
 
  Dear All,
 
  I need to know that is any open source GUI application available
  through which all configurations of Kannel can be done or any one has
  developed it for its own use.
 
  I need this type of application.What development tools  techniques
  you guys would suggest for development.
 
  Thanks in advance.
 
 
 
 
 





-- 
Thanks and Best regards
Atul Chaudhari


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 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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.











-- 
Thanks and Best regards
Atul Chaudhari 



Re: GUI

2008-03-12 Thread preeteesh kakkar
I totally agree if somone is doing the best language for it would be PHP...!

On Wed, Mar 12, 2008 at 6:00 PM, Michael Sole [EMAIL PROTECTED] wrote:

  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 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 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 a while and know the
 basics to develop such project.

 My hope is to build a web based GUI for managing both Kannel (Including
 SMPP server by Stipe) and Mbuni.

 If anybody is interested to join me please contact me.

 Regards,
 Remon

 I'

 Michael Sole wrote:
  A web based configuration and administration tool would be quite useful
 as
  setting up and configuring Kannel is quite the task.
 
  -Original Message-
  From: mms test [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 12, 2008 7:27 AM
  To: users@kannel.org
  Subject: GUI
 
  Dear All,
 
  I need to know that is any open source GUI application available
  through which all configurations of Kannel can be done or any one has
  developed it for its own use.
 
  I need this type of application.What development tools  techniques
  you guys would suggest for development.
 
  Thanks in advance.
 
 
 
 
 




 --
 Thanks and Best regards
 Atul Chaudhari



Re: GUI

2008-03-12 Thread preeteesh kakkar
ROR can be another choice also..!

On Wed, Mar 12, 2008 at 6:03 PM, preeteesh kakkar 
[EMAIL PROTECTED] wrote:

 I totally agree if somone is doing the best language for it would be
 PHP...!


 On Wed, Mar 12, 2008 at 6:00 PM, Michael Sole [EMAIL PROTECTED]
 wrote:

   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 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 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 a while and know the
  basics to develop such project.
 
  My hope is to build a web based GUI for managing both Kannel (Including
  SMPP server by Stipe) and Mbuni.
 
  If anybody is interested to join me please contact me.
 
  Regards,
  Remon
 
  I'
 
  Michael Sole wrote:
   A web based configuration and administration tool would be quite
  useful as
   setting up and configuring Kannel is quite the task.
  
   -Original Message-
   From: mms test [mailto:[EMAIL PROTECTED]
   Sent: Wednesday, March 12, 2008 7:27 AM
   To: users@kannel.org
   Subject: GUI
  
   Dear All,
  
   I need to know that is any open source GUI application available
   through which all configurations of Kannel can be done or any one has
   developed it for its own use.
  
   I need this type of application.What development tools  techniques
   you guys would suggest for development.
  
   Thanks in advance.
  
  
  
  
  
 
 
 
 
  --
  Thanks and Best regards
  Atul Chaudhari
 




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 can be another choice also..!

On Wed, Mar 12, 2008 at 6:03 PM, preeteesh kakkar
[EMAIL PROTECTED] wrote:

I totally agree if somone is doing the best language for it would be PHP...!


 

On Wed, Mar 12, 2008 at 6:00 PM, Michael Sole [EMAIL PROTECTED] wrote:

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 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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.









-- 
Thanks and Best regards
Atul Chaudhari 

 

 



RE: Re: GUI

2008-03-12 Thread Michael Sole
I am only a hack level programmer but I am completely willing to help test,
troubleshoot, write documentation etc.

-Original Message-
From: Remon Magdy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 12, 2008 8:14 AM
To: [EMAIL PROTECTED]
Cc: 'mms test'; users@kannel.org
Subject: UNS: 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 for a while and know the 
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including 
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.




   





RE: GUI

2008-03-12 Thread Davor Spasoski
GUI would be nice thing but what it's good for when kannel needs a restart once 
a new service is defined in the config file? It would be much more useful to 
build a reload (without restart) function. Another thing I would like to see is 
queueing and throttling mechanism per sender.


Davor 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 at 6:00 PM, Michael Sole [EMAIL PROTECTED]mailto:[EMAIL 
PROTECTED] wrote:

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]mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 12, 2008 8:29 AM
To: Remon Magdy
Cc: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]; mms test; 
users@kannel.orgmailto: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]mailto:[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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.orgmailto:users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.








--
Thanks and Best regards
Atul Chaudhari


COSMOFON - Mobile Telecommunications Services - A.D. Skopje
___
This  e-mail  (including   any   attachments) is   confidential and  may  be 
protected  by  legal  privilege.  If  you are not the intended recipient, you 
should not copy it, re-transmit it, use  it  or  disclose its contents, but 
should return it to the sender  immediately  and delete  your  copy from your 
system. Any unauthorized  use or dissemination of this message in whole or in 
part is strictly prohibited. Please note that e-mails are susceptible  to 
change. COSMOFON A.D. Skopje shall not be liable  for  the improper or  
incomplete transmission of the information contained in this communication nor 
for any delay in its receipt or damage to your system.


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 kannel needs a restart once 
a new service is defined in the config file? It would be much more useful to 
build a reload (without restart) function. Another thing I would like to see is 
queueing and throttling mechanism per sender.

 

Davor 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 at 6:00 PM, Michael Sole [EMAIL PROTECTED] wrote:

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 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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.









-- 
Thanks and Best regards
Atul Chaudhari 

 

COSMOFON - Mobile Telecommunications Services - A.D. Skopje
___
This e-mail (including any attachments) is confidential and may be protected by 
legal privilege. If you are not the intended recipient, you should not copy it, 
re-transmit it, use it or disclose its contents, but should return it to the 
sender immediately and delete your copy from your system. Any unauthorized use 
or dissemination of this message in whole or in part is strictly prohibited. 
Please note that e-mails are susceptible to change. COSMOFON A.D. Skopje shall 
not be liable for the improper or incomplete transmission of the information 
contained in this communication nor for any delay in its receipt or damage to 
your system.



RE: GUI

2008-03-12 Thread Δημήτρης Ευμορφόπουλος
Kannel hosts a very nice embedded web server that serves all our http requests 
from our applications. This web server can also be used to provide to the world 
a set of web services be that SOAP or WSDL that will perform the configuration 
of the system. That way although it is not a GUI we can build GUI's that call 
those interfaces, and it will also allow us to choose later on to perform those 
changes live not just in the configuration files. From then on everyone can use 
the scripting language of their choice to build a GUI with the look and feel of 
their choice that will call those SOAP/WSDL interfaces without direct knowledge 
of the kannel configuration files and location (be that location in the 
filesystem or the network) ... The reason behind this is that most large kannel 
installations that might need a configuration helper do not reside in a single 
system and any 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 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 kannel needs a restart once 
a new service is defined in the config file? It would be much more useful to 
build a reload (without restart) function. Another thing I would like to see is 
queueing and throttling mechanism per sender.

 

Davor 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 at 6:00 PM, Michael Sole [EMAIL PROTECTED] wrote:

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 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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.









-- 
Thanks and Best regards
Atul Chaudhari 

 

COSMOFON - Mobile Telecommunications Services - A.D. Skopje
___
This e-mail (including any attachments) is confidential and may be protected by 
legal privilege. If you are not the intended recipient, you should not copy it, 
re-transmit it, use it or disclose its contents, but should return it to the 
sender immediately and delete your copy from your system. Any unauthorized use 
or dissemination of this message in whole or in part is strictly prohibited. 
Please note that e-mails are susceptible to change. COSMOFON A.D. Skopje shall 
not be liable for the improper or incomplete transmission of the information 
contained in this communication nor for any delay in its receipt or damage to 
your system.



Re: GUI

2008-03-12 Thread Dipankar Sarkar
That would be really great, web services would rock  i would like to
build my frontend using python :)  we have too many languages n
frameworks to choose for the UI already ... this is the best way forward ...

Cheers
Dipankar Sarkar

On Wed, Mar 12, 2008 at 8:35 PM, Δημήτρης Ευμορφόπουλος 
[EMAIL PROTECTED] wrote:

  Kannel hosts a very nice embedded web server that serves all our http
 requests from our applications. This web server can also be used to provide
 to the world a set of web services be that SOAP or WSDL that will perform
 the configuration of the system. That way although it is not a GUI we can
 build GUI's that call those interfaces, and it will also allow us to choose
 later on to perform those changes live not just in the configuration files.
 From then on everyone can use the scripting language of their choice to
 build a GUI with the look and feel of their choice that will call those
 SOAP/WSDL interfaces without direct knowledge of the kannel configuration
 files and location (be that location in the filesystem or the network) … The
 reason behind this is that most large kannel installations that might need a
 configuration helper do not reside in a single system and any 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 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 kannel needs a restart
 once a new service is defined in the config file? It would be much more
 useful to build a reload (without restart) function. Another thing I would
 like to see is queueing and throttling mechanism per sender.



 *Davor 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 at 6:00 PM, Michael Sole [EMAIL PROTECTED]
 wrote:

 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 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 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 a while and know the
 basics to develop such project.

 My hope is to build a web based GUI for managing both Kannel (Including
 SMPP server by Stipe) and Mbuni.

 If anybody is interested to join me please contact me.

 Regards,
 Remon

 I'

 Michael Sole wrote:
  A web based configuration and administration tool would be quite useful
 as
  setting up and configuring Kannel is quite the task.
 
  -Original Message-
  From: mms test [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 12, 2008 7:27 AM
  To: users@kannel.org
  Subject: GUI
 
  Dear All,
 
  I need to know that is any open source GUI application available
  through which all configurations of Kannel can be done or any one has
  developed it for its own use.
 
  I need this type of application.What development tools  techniques
  you guys would suggest for development.
 
  Thanks in advance.
 
 
 
 
 




 --
 Thanks and Best regards
 Atul Chaudhari



 COSMOFON - Mobile Telecommunications Services - A.D. Skopje
 ___
 This e-mail (including any attachments) is confidential and may be
 protected by legal privilege. If you are not the intended recipient, you
 should not copy it, re-transmit it, use it or disclose its contents, but
 should return it to the sender immediately and delete your copy from your
 system. Any unauthorized use or dissemination of this message in whole or in
 part is strictly prohibited. Please note that e-mails are susceptible to
 change. COSMOFON A.D. Skopje shall not be liable for the improper or
 incomplete transmission of the information contained in this communication
 nor for any delay in its receipt or damage to your system.



RE: GUI

2008-03-12 Thread Michael Sole
My recommendation would be to do this in a stage two.


The fact is anyone who is using Kannel in a large scale deployment would 
probably have the expertise and desire to modify all the configurations 
themselves.

 

The GUI would be more for the beginner and moderate user and would help 
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

 

That would be really great, web services would rock  i would like to build 
my frontend using python :)  we have too many languages n frameworks to 
choose for the UI already ... this is the best way forward ...

Cheers
Dipankar Sarkar

On Wed, Mar 12, 2008 at 8:35 PM, Δημήτρης Ευμορφόπουλος [EMAIL PROTECTED] 
wrote:

Kannel hosts a very nice embedded web server that serves all our http requests 
from our applications. This web server can also be used to provide to the world 
a set of web services be that SOAP or WSDL that will perform the configuration 
of the system. That way although it is not a GUI we can build GUI's that call 
those interfaces, and it will also allow us to choose later on to perform those 
changes live not just in the configuration files. From then on everyone can use 
the scripting language of their choice to build a GUI with the look and feel of 
their choice that will call those SOAP/WSDL interfaces without direct knowledge 
of the kannel configuration files and location (be that location in the 
filesystem or the network) … The reason behind this is that most large kannel 
installations that might need a configuration helper do not reside in a single 
system and any 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 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 kannel needs a restart once 
a new service is defined in the config file? It would be much more useful to 
build a reload (without restart) function. Another thing I would like to see is 
queueing and throttling mechanism per sender.

 

Davor 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 at 6:00 PM, Michael Sole [EMAIL PROTECTED] wrote:

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 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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.









-- 
Thanks and Best regards
Atul Chaudhari 

 

COSMOFON - Mobile Telecommunications Services - A.D. Skopje
___
This e-mail (including any attachments) is confidential and may be protected by 
legal privilege. If you are not the intended recipient, you should not copy it, 
re-transmit it, use it or disclose its contents, but should return it to the 
sender immediately and delete your copy from

Re: GUI

2008-03-12 Thread Alejandro Guerrieri
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...).

Whatever the GUI does, it should not add the need to run a complete web
server with php on the same server where kannel runs. On high-performance
deployments, that's a no-no.

IMHO the best approach would be to extend the already in place admin
interface if neccesary, and add a method to start kannel by external means
(an xinetd entry or a tiny daemon listening on a port and starting kannel
when asked, for example).

Then, a GUI could be made that communicate with kannel using HTML or XML.
That GUI could be on any box (even on the same) and be developed on any
language, since it would be just a wrapper around kannel's admin interface.

Regards,

Alejandro

On Wed, Mar 12, 2008 at 9:30 AM, Michael Sole [EMAIL PROTECTED] wrote:

  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 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 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 a while and know the
 basics to develop such project.

 My hope is to build a web based GUI for managing both Kannel (Including
 SMPP server by Stipe) and Mbuni.

 If anybody is interested to join me please contact me.

 Regards,
 Remon

 I'

 Michael Sole wrote:
  A web based configuration and administration tool would be quite useful
 as
  setting up and configuring Kannel is quite the task.
 
  -Original Message-
  From: mms test [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, March 12, 2008 7:27 AM
  To: users@kannel.org
  Subject: GUI
 
  Dear All,
 
  I need to know that is any open source GUI application available
  through which all configurations of Kannel can be done or any one has
  developed it for its own use.
 
  I need this type of application.What development tools  techniques
  you guys would suggest for development.
 
  Thanks in advance.
 
 
 
 
 




 --
 Thanks and Best regards
 Atul Chaudhari



RE: GUI

2008-03-12 Thread shehan
There is a kannel web plugin to use with webmin. It is very user friendly 
you can modify it according to your requirement. It is written using
Perl/CGI.

BR,

Shehan

 

  _  

From: Alejandro Guerrieri [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 12, 2008 9:43 PM
To: users@kannel.org
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...).

Whatever the GUI does, it should not add the need to run a complete web
server with php on the same server where kannel runs. On high-performance
deployments, that's a no-no.

IMHO the best approach would be to extend the already in place admin
interface if neccesary, and add a method to start kannel by external means
(an xinetd entry or a tiny daemon listening on a port and starting kannel
when asked, for example).

Then, a GUI could be made that communicate with kannel using HTML or XML.
That GUI could be on any box (even on the same) and be developed on any
language, since it would be just a wrapper around kannel's admin interface.

Regards,

Alejandro

On Wed, Mar 12, 2008 at 9:30 AM, Michael Sole [EMAIL PROTECTED] wrote:

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 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 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 a while and know the
basics to develop such project.

My hope is to build a web based GUI for managing both Kannel (Including
SMPP server by Stipe) and Mbuni.

If anybody is interested to join me please contact me.

Regards,
Remon

I'

Michael Sole wrote:
 A web based configuration and administration tool would be quite useful as
 setting up and configuring Kannel is quite the task.

 -Original Message-
 From: mms test [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 12, 2008 7:27 AM
 To: users@kannel.org
 Subject: GUI

 Dear All,

 I need to know that is any open source GUI application available
 through which all configurations of Kannel can be done or any one has
 developed it for its own use.

 I need this type of application.What development tools  techniques
 you guys would suggest for development.

 Thanks in advance.









-- 
Thanks and Best regards
Atul Chaudhari