stop the telephone
-
amarn001
stop the telephone
hello can someone tel me how to stop the the telephone with a command (not with swinst)
because if i want to restore
the telephone has to be stopt
thanks and regards
because if i want to restore
the telephone has to be stopt
thanks and regards
-
torrentula
Re: stop the telephone
Do a reboot and stop the telephone when it's booting up...it's the same as using the swinst menu without messing with auto start...
-
amarn001
Re: stop the telephone
thanks for your answer
but wat i meen is that i want to put it in a scipt (s just launch it and it wil be done automatically)
so i just want to now if there is a command to stop the telephone
thanks and regards
but wat i meen is that i want to put it in a scipt (s just launch it and it wil be done automatically)
so i just want to now if there is a command to stop the telephone
thanks and regards
Re: stop the telephone
Try
/usr2/soft_install/bin/tel
the options are:
tel [ -test | -start [-F] | -stop [-F]]
Regards
Sadim
/usr2/soft_install/bin/tel
the options are:
tel [ -test | -start [-F] | -stop [-F]]
Regards
Sadim
-
Gedeon
Re: stop the telephone
The sequence that swinst use to stop the telephone is :
chkconfig --del tel => to desactivate autostart
shutdown -r now => to stop the telephone, cleaning the remanents ant stop all calls
With Start the telephone in easy menu :
chkconfig --add tel => to activate autostart
shutdown -r now => reboot with activation (if necessary) linux upgrade
You can replace the last shutdown with RUNTEL if you don't patch the TEL application or the chorus emulation
The tel -stop is not a good idea !
G.
chkconfig --del tel => to desactivate autostart
shutdown -r now => to stop the telephone, cleaning the remanents ant stop all calls
With Start the telephone in easy menu :
chkconfig --add tel => to activate autostart
shutdown -r now => reboot with activation (if necessary) linux upgrade
You can replace the last shutdown with RUNTEL if you don't patch the TEL application or the chorus emulation
The tel -stop is not a good idea !
G.
-
can.arabaci
Re: stop the telephone
THIS IS THE COMMAND FOR STOP THE PHONES/shutdown or other shutdown -r i/h/now
-
cavagnaro
Re: stop the telephone
Please don't use capital letters on a forum, it means you are yelling...
-
Zoltar13
Re: stop the telephone
There is probably a DHS3_INIT command to stop the phone application.
-
Gedeon
Re: stop the telephone
If you don't use shutdown to stop the TEL, you have remanent active.
When if you restore database and make a RUNTEL, I wouldn't be your client...
The only way to stop the phone application and all process used by the DHS3 is shutdown.
Many process are not KILLABLE in DHS3-SCRIPT ==> the system make a shutdown if you kill the process.
G.
When if you restore database and make a RUNTEL, I wouldn't be your client...
The only way to stop the phone application and all process used by the DHS3 is shutdown.
Many process are not KILLABLE in DHS3-SCRIPT ==> the system make a shutdown if you kill the process.
G.
-
Eliott_DUP
Re: stop the telephone
OR to activate the autostart: /sbin/chkconfig tel resetGedeon wrote:chkconfig --del tel => to desactivate autostart
shutdown -r now => to stop the telephone, cleaning the remanents ant stop all calls
chkconfig --add tel => to activate autostart
shutdown -r now => reboot with activation (if necessary) linux upgrade
Yes, if there were no mandatory system changes as you wrote, a startup w/o reboot is possible via RUNTEL command
But to be complete in this thread, you can also start the management only: RUNMAO (faster than RUNTEL and killable using KILLMAO command)
However - your way is the best way.

