Shutting down 3Cx

Status
Not open for further replies.

Vincent Bezzina

Joined
Nov 12, 2007
Messages
3
Reaction score
0
How can we shutdown 3CX compleltly - without having to hunt down the various processes in the task manager. We are in the process of moving 3CX to its final destination server - and it would be very useful to know how to turn it off when required.
 
Hi Vincent,

You can create a icon call "STOP 3CX" at your desktop then link to the batch file as below:
rem *** Batch file for STOP 3CX ****
net stop "3CX PhoneSystem"
net stop "3CXPhoneSystemWebServer"
net stop 3cxivr
net stop "3CX PhoneSystem Media Server"
net stop 3cxvboxmgr
net stop "3CX PhoneSystem Database Server"

Then create another icon call "START 3CX" at your desktop then link to the batch file as below:
rem *** Batch file for START 3CX ****
net start "3CX PhoneSystem Database Server"
net start 3cxvboxmgr
net start "3CX PhoneSystem Media Server"
net start 3cxivr
net start "3CXPhoneSystemWebServer"
net start "3CX PhoneSystem"

Finally, you had been created 2 icons at your desktop (STOP 3CX and START 3CX).
 
for v4 / v5

for V4 / V5 you can use the following (it includes the faxserver)

net stop "3CX PhoneSystem"
net stop "3CXPhoneSystemWebServer"
net stop 3cxivr
net stop "3CX PhoneSystem Media Server"
net stop 3cxvboxmgr
net stop "3CX PhoneSystem FAX Server"
net stop "3CX PhoneSystem Database Server"


net start "3CX PhoneSystem Database Server"
net start "3CX PhoneSystem FAX Server"
net start 3cxvboxmgr
net start "3CX PhoneSystem Media Server"
net start 3cxivr
net start "3CXPhoneSystemWebServer"
net start "3CX PhoneSystem"


splitting them for simple start/stop
 
Status
Not open for further replies.

Forum statistics

Threads
111,900
Messages
589,632
Members
164,767
Latest member
Aroosa