RE: Add SMSC without Restarting Kannel

2014-11-20 Thread Tapan Kumar Thapa
@kannel.org Subject: Re: Add SMSC without Restarting Kannel Hi Tapan, thanks for the response buddy. I tried this, it gave me an error "Could not add smsc-id `test-route'" where test-route was the smsc parameter I passed. Also, where would I pass IP, port, username/password, etc othe

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Alright I did it. Actually I was making a mistake. I defined smsc-admin-id as well so I need to pass that in add-smsc call. Thanks for the help guys. I love this facility, silly that I didn't know this existed for so long . On Thu, Nov 20, 2014 at 7:38 PM, Saurabh Pandey wrote: > Alvaro I tried

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Alvaro I tried this also. I added a new SMPP connection in Kannel.conf. I assign smsc-id = test-route Then I hit this URL : http://myserver:14000/add-smsc?password=mypassword&smsc=test-route I got this response: Could not add smsc-id `test-route' Now if I restart Kannel, the test-route is loaded

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Alvaro Cornejo
You don't pass those parameters in the url. You define this in kannel config file and the call will read them from the main config file and/or included files. Read documentation for details. Regards |

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Hi Tapan, thanks for the response buddy. I tried this, it gave me an error "Could not add smsc-id `test-route'" where test-route was the smsc parameter I passed. Also, where would I pass IP, port, username/password, etc other parameters of SMSC? If you could provide me any link to a thread where

Re: Add SMSC without Restarting Kannel

2014-11-20 Thread Tapan Kumar Thapa
It has been answered many times... Try this... http://x.x.x.x:13008/add-smsc?password=&smsc=ABCD http://x.x.x.x:13008/stop-smsc?password=&smsc=ABCD http://x.x.x.x:13008/remove-smsc?password=&smsc=ABCD On Thu, Nov 20, 2014 at 6:05 PM, Saurabh Pandey wrote: > Hey guys, > > I am stuck

Add SMSC without Restarting Kannel

2014-11-20 Thread Saurabh Pandey
Hey guys, I am stuck in a scenario where I need to add SMSC in kannel without restarting it. Normally Kannel has to be restarted so it can load the new CONF file, which contains newly added SMSC. But is there a way I can do this without restarting kannel and disturbing existing online SMPP connect