sms delivery status

2008-03-12 Thread ACL
I am using wavecom as SMSC.

if we send sms via http, the result is sent to kannel queue.

How could we know if the SMS is really sent via wavecom?

I have searched through the mailing list and someone suggested 
immediate-sendsms-reply=true. But, i have tried without success.

Pls kindly reply.

   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

RE: sms delivery status

2008-03-12 Thread Amity, Ronen
One way will be to look at the messeges log :

 

Mar 12 14:31:06 monsrv bearerbox: 2008-03-12 14:31:06 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: TP-Validity-Period: 24.0 hours

Mar 12 14:31:06 monsrv bearerbox: 2008-03-12 14:31:06 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- AT+CMGS=19^M

Mar 12 14:31:06 monsrv bearerbox: 2008-03-12 14:31:06 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- 

Mar 12 14:31:06 monsrv bearerbox: 2008-03-12 14:31:06 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: send command status: 1

Mar 12 14:31:06 monsrv bearerbox: 2008-03-12 14:31:06 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- 0011000A815044067394A7068A39FA5DA703

Mar 12 14:31:06 monsrv bearerbox: 2008-03-12 14:31:06 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- ^Z

Mar 12 14:31:08 monsrv bearerbox: 2008-03-12 14:31:08 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- 

Mar 12 14:31:08 monsrv bearerbox: 2008-03-12 14:31:08 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- +CMGS: 178

Mar 12 14:31:08 monsrv bearerbox: 2008-03-12 14:31:08 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: -- OK

Mar 12 14:31:08 monsrv bearerbox: 2008-03-12 14:31:08 [3306] [6] DEBUG:
AT2[/dev/ttyS0]: send command status: 0

 

 

 

I hope this helps.

 

p.s.

 

I use wavecom fastrack modem as well.

 

J

 

Ronen

 

 

From: ACL [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 12, 2008 10:13 AM
To: users@kannel.org
Subject: sms delivery status

 

I am using wavecom as SMSC.

if we send sms via http, the result is sent to kannel queue.

How could we know if the SMS is really sent via wavecom?

I have searched through the mailing list and someone suggested
immediate-sendsms-reply=true. But, i have tried without success.

Pls kindly reply.

  



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
it now.
http://us.rd.yahoo.com/evt=51733/*http:/mobile.yahoo.com/;_ylt=Ahu06i62
sR8HDtDypao8Wcj9tAcJ%20 



RE: sms delivery status

2008-03-12 Thread Raul Igrisan
Check the manual and examples for dlr-url and dlr-mask 

 

  _  

From: ACL [mailto:[EMAIL PROTECTED] 
Sent: 12 March 2008 10:13
To: users@kannel.org
Subject: sms delivery status

 

I am using wavecom as SMSC.

if we send sms via http, the result is sent to kannel queue.

How could we know if the SMS is really sent via wavecom?

I have searched through the mailing list and someone suggested
immediate-sendsms-reply=true. But, i have tried without success.

Pls kindly reply.

  

  _  

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
http://us.rd.yahoo.com/evt=51733/*http:/mobile.yahoo.com/;_ylt=Ahu06i62sR8H
DtDypao8Wcj9tAcJ%20  it now.



GUI

2008-03-12 Thread mms test
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.



encoding-problem

2008-03-12 Thread Huber, Gottfried
 
hi 2 all
 
i use Kannel  `cvs-20070601'
 
i have problms with sending umlaute (e.g. Ä ä Ü ü Ö ö )
So i think it is a problem of coding ?
 
In kannel.conf i use:   alt-charset  = ISO-8859-1
 
so what is wrong ?
 
thnk you yery much 
 
best regards
gottfried


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 

 

 



SMPP deliver_sm arrives before submit_sm_resp

2008-03-12 Thread SMPP User
Hi,

Before I go re-inventing the wheel, I would like to ask the group if anyone
has come across the situation I find myself with.

Under high load situations, say I'm sending 1500 messages out on an SMPP
bind, I find that there is a delay in receiving the submit_sm_resp from the
SMSC, which contains the msgid.  This delay can be considerable (15 seconds
not uncommon). Meanwhile on my rx bind, I can receive the deliver_sm
indicating successful delivery (or failure).

Throughput is set to 20 on 2 identical binds, so I should be getting through
40 msgs per second. (i'm not getting close to 40/sec, but that will be the
subject of a later email)

As the submit_sm_resp has not yet arrived, no entry has been made in the dlr
database (I'm using mysql, but I don't think that's relevant to this
problem), poor old bb_store has no record of having sent the message, and,
therefore, has no interest in the dlr, and dumps it. In the log, it says:
2008-03-12 10:21:02 [2264] [14] ERROR: SMPP[smppbind4]: got DLR but could
not find message or was not interested in it id1-1576xx
dst447xxx, type1

Unless I'm missing something obvious, it looks like I will need to patch my
code (using CVS-20080301), and setup a second table in my dlr database to
hold any orphaned DLRs, then, and I dread adding this overhead, I will have
to check this orphan table everytime I get a submit_sm_resp.  Or I may opt
for an external process to marry the orphans with the correct parents, and
process the rogue dlr's in this manner.

Any thoughts would be much appreciated.

Dave


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: SMPP deliver_sm arrives before submit_sm_resp

2008-03-12 Thread Ben Suffolk

Dave,

I had this problem somewhile back myself (Oct 2006 ) :-

http://www.nabble.com/Interesting-issue-with-DLRs- 
td6851347.html#a6923001


Anyway, I wrote a patch and have had no problems since. There were 2  
different issues, one is the one you suggest, where it can come in a  
lot later, the other was because of the 2 different threads that  
process the TX  RX. My patch fixes them both.


Your more than welcome to the patch, but as I had already applied  
another patch I wrote to allow multiple SMSCs to be grouped (I had a  
situation where I had 3 SMSC connections, and the DLR could come back  
from a different on that I submitted to) you will either need to  
apply that patch as well, or fiddle a bit with it.


The smsc dlr group thing was discussed here, the patch never got  
committed though for some reason :-


http://www.nabble.com/Multiple-SMSCs-and-a-DLR-group- 
td8655999.html#a8655999


I think the reason I didn't submit the DLR delay fix patch was  
because the DLR group patch did not get committed, and I did not have  
time to take out the first patches bits to create the clean patch  
against CVS head.


Email me directly if you want the 2 patch files.

Regards

Ben

On 12 Mar 2008, at 12:58, SMPP User wrote:


Hi,

Before I go re-inventing the wheel, I would like to ask the group  
if anyone has come across the situation I find myself with.


Under high load situations, say I'm sending 1500 messages out on an  
SMPP bind, I find that there is a delay in receiving the  
submit_sm_resp from the SMSC, which contains the msgid.  This delay  
can be considerable (15 seconds not uncommon). Meanwhile on my rx  
bind, I can receive the deliver_sm indicating successful delivery  
(or failure).


Throughput is set to 20 on 2 identical binds, so I should be  
getting through 40 msgs per second. (i'm not getting close to 40/ 
sec, but that will be the subject of a later email)


As the submit_sm_resp has not yet arrived, no entry has been made  
in the dlr database (I'm using mysql, but I don't think that's  
relevant to this problem), poor old bb_store has no record of  
having sent the message, and, therefore, has no interest in the  
dlr, and dumps it. In the log, it says:
2008-03-12 10:21:02 [2264] [14] ERROR: SMPP[smppbind4]: got DLR but  
could not find message or was not interested in it id1-1576xx  
dst447xxx, type1


Unless I'm missing something obvious, it looks like I will need to  
patch my code (using CVS-20080301), and setup a second table in my  
dlr database to hold any orphaned DLRs, then, and I dread adding  
this overhead, I will have to check this orphan table everytime I  
get a submit_sm_resp.  Or I may opt for an external process to  
marry the orphans with the correct parents, and process the rogue  
dlr's in this manner.


Any thoughts would be much appreciated.

Dave





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.



Unsubscribe

2008-03-12 Thread Nazir Faisal-NZRF001
Unsubscribe
 
 


Unsubscribe

2008-03-12 Thread Ilija Cutura google
Unsubscribe


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: Unsubscribe

2008-03-12 Thread Alejandro Guerrieri
http://www.gnu.org/software/mailman/mailman-member/node14.html

Hope it helps,

Alejandro

On Wed, Mar 12, 2008 at 10:45 AM, Ilija Cutura google 
[EMAIL PROTECTED] wrote:

  Unsubscribe



Re: GSM DLR from GSM operator for MTs

2008-03-12 Thread Alvaro Cornejo
As fas as I know, this is not possible. operator usually block this feature
for modems/phones



On Wed, Mar 12, 2008 at 5:17 AM, Raul Igrisan [EMAIL PROTECTED]
wrote:

  Does anyone know how to instruct (perhaps AT command or PDU parameter) a
 GSM SMSC (phone/modem) to request DLR from GSM network when sending MT?

 By default the modem doesn't receive the a delivery report from operator
 when the message is delivered to the target mobile phone.



 Thanks




-- 
|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y
Nextel en México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y
GPRS online
Visitenos en www.smsglobal.com.mx y www.pravcom.com


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