shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
Dears, if I have 25 SMPP connection, is there a way to stop or restart one connection without stop other connections? and by the way I use only one SMSBOX. Regards, Hafez

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Falko Ziemann
lynx http://localhost:13000/stop-smsc?password=pwdsmsc=smsc1;; Regards Falko Am 27.01.2009 um 09:53 schrieb hafez ahmad: Dears, if I have 25 SMPP connection, is there a way to stop or restart one connection without stop other connections? and by the way I use only one SMSBOX. Regards,

Re: shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
Hi, Thanks falko for reply, but I used it before, I set the same password and port number of the admin, and it print out *Denied* and by the way the status url work fine with the same password and port number. Any Ideas? Regards, Hafez On Tue, Jan 27, 2009 at 11:05 AM, Falko Ziemann

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Falko Ziemann
Hi, in kannel.conf you have to define the switch admin-password= and status-password= inside the core group. The password for restarting the smsc doesn't have to be the same as for the status. Regards Falko Am 27.01.2009 um 10:38 schrieb hafez ahmad: Hi, Thanks falko for reply, but I

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Ishtiaq Ahmed
Hi Hafez, Sure the http administration gives you the control to stop / start any specific smsc... I hope this will help you... http://kannel:box:AdminPort/stop-smsc?password=youradminpasswordsmsc=yourSMSCid Regards, Ishtiaq Ahmed hafez ahmad wrote: Dears, if I have 25 SMPP connection,

Re: shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
Thanks all, it works fine now. Regards, Hafez On Tue, Jan 27, 2009 at 12:44 PM, Ishtiaq Ahmed ishtiaq.ah...@ooober.comwrote: Hi Hafez, Sure the http administration gives you the control to stop / start any specific smsc... I hope this will help you... http://kannel:box

Re: shutdown or restart one SMPP connection

2009-01-27 Thread hafez ahmad
But another related question please, if I add new SMPP connection , can I start the connection without shutdown the bearerbox and the smsbox? Regards, hafez On Tue, Jan 27, 2009 at 12:56 PM, hafez ahmad hafezad...@gmail.com wrote: Thanks all, it works fine now. Regards, Hafez On Tue, Jan

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Cezary Siwek
No, you have to restart bearerbox. Regards, - Original Message - From: hafez ahmad To: Ishtiaq Ahmed Cc: users@kannel.org Sent: Tuesday, January 27, 2009 11:14 AM Subject: Re: shutdown or restart one SMPP connection But another related question please, if I add new

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Ishtiaq Ahmed
Hi Hafez, I think upon recieving the HUP signal Kannel do re-read its configuration files.. killall -HUP bearerbox wapbox smsbox || true /dev/null 2 /dev/null Try this up... I am not sure but may this work for you. Regards, Ishtiaq Ahmed hafez ahmad wrote: But another related

Re: shutdown or restart one SMPP connection

2009-01-27 Thread Nikos Balkanas
Subject: Re: shutdown or restart one SMPP connection Hi Hafez, I think upon recieving the HUP signal Kannel do re-read its configuration files.. killall -HUP bearerbox wapbox smsbox || true /dev/null 2 /dev/null Try this up... I am not sure but may this work for you. Regards, Ishtiaq Ahmed