Starting Sip Server From Command Line

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
SAYGIN
Posts: 3
Joined: Wed Feb 15, 2012 7:58 am

Starting Sip Server From Command Line

Post by SAYGIN »

1. Brekeke Product Name and version: Version 2.4.8.6

2. Java version: 7.0.20.13

3. OS type and the version: Win2k8 Enterprise 32bit

4. Your problem: As you knows we can start/stop Brekeke SIP Server from Web Interface. How can i start it on cmd ? Is it possible ?

Thank you.
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

net start "Brekeke SIP Server"
net stop "Brekeke SIP Server"
SAYGIN
Posts: 3
Joined: Wed Feb 15, 2012 7:58 am

Post by SAYGIN »

No it's starting only sip server service but when i access the sip server administration web interface, service is not runnig ? How can i start it from from command line ? Thank you.
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

You can find "Start Up" under the [config]-[system] page.
SAYGIN
Posts: 3
Joined: Wed Feb 15, 2012 7:58 am

Post by SAYGIN »

taitan wrote:You can find "Start Up" under the [config]-[system] page.
Why you don't understand me ? Did you read my post ?

I know already this option but i don't want to start from web interface.

I want to do it from command line .

Ok ?
voipwell.com
Posts: 528
Joined: Tue Sep 20, 2005 9:10 am
Location: Tannersville, Pennsylvania

Post by voipwell.com »

I'm not aware of a command to start the brekeke sip server seperate from the tomcat service. I would go ahead and tell the Brekeke software to autostart on startup. Then i would go to windows services and turn if off there if you don't want auto startup. But at that point you have linked the service startup to the Brekeke Application startup. You then can simply turn the service on and off from the command line and both the tomcat server and brekeke sip server will start.

then the netstat command

net start "Brekeke SIP Server"

Will turn on the Tomcat Web Service
AND
Brekeke SIP Server Tomcat Application.
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

SAYGIN,
Have you tried BOTH of the following?

1) Set "Start Up" under the [config]-[system] page after you installed the SIP server. (You need do this ONCE!)

2) At the command line:
> net start "Brekeke SIP Server"

I hope you can understand it now..
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

Also, you may find the "startup.bat" under "tomcat/bin" folder.
Let you execute the batch command.
Post Reply