[root@smarthouse ~]# service asterisk stop Stopping asterisk: [ OK ] [root@smarthouse ~]# service asterisk start Starting asterisk: [ OK ] [root@smarthouse ~]# ps aux | grep asterisk root 17139 0.0 0.2 2648 1424 pts/5 S 12:13 0:00 /bin/sh /etc/init.d/asterisk start root 17150 3.8 1.2 13580 6348 pts/5 Sl 12:13 0:00 asterisk -p -vvv -c root 17180 0.0 0.1 2024 644 pts/5 R+ 12:13 0:00 grep asterisk [root@smarthouse ~]# asterisk -r Asterisk 1.2.12.1, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark Spencer Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'show license' for details. ========================================================================= Connected to Asterisk 1.2.12.1 currently running on smarthouse (pid = 17150) Verbosity is at least 3 smarthouse*CLI> exit [root@smarthouse ~]# asterisk -rvvv == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Found Asterisk 1.2.12.1, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark Spencer Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'show license' for details. ========================================================================= Connected to Asterisk 1.2.12.1 currently running on smarthouse (pid = 17150) Verbosity is at least 3 smarthouse*CLI> exit Executing last minute cleanups [root@smarthouse ~]# asterisk -rvvvvvv == Parsing '/etc/asterisk/asterisk.conf': Found == Parsing '/etc/asterisk/extconfig.conf': Found Asterisk 1.2.12.1, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark Spencer Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'show license' for details. ========================================================================= Connected to Asterisk 1.2.12.1 currently running on smarthouse (pid = 17150) Verbosity was 3 and is now 6 smarthouse*CLI> exit Executing last minute cleanups [root@smarthouse ~]# asterisk -rv Asterisk 1.2.12.1, Copyright (C) 1999 - 2006 Digium, Inc. and others. Created by Mark Spencer Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'show license' for details. ========================================================================= Connected to Asterisk 1.2.12.1 currently running on smarthouse (pid = 17150) Verbosity is at least 6 smarthouse*CLI> exit Executing last minute cleanups [root@smarthouse ~]#