[Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Andy Hester
This probably has an easy solution, but I found it yet.  How can I get out
of a remote console after using ssh to get into the box, making changes,
reload etc. without stopping *?

Thanks in advance.

Sincerely,
Andy Hester
Consero

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Steven Critchfield
On Thu, 2003-10-02 at 14:53, Andy Hester wrote:
 This probably has an easy solution, but I found it yet.  How can I get out
 of a remote console after using ssh to get into the box, making changes,
 reload etc. without stopping *?

Not that it is clean or neat, but control-c is what I use.

-- 
Steven Critchfield  [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Joseph Finley

Simply run the /usr/src/asterisk/safe_asterisk

And then type /usr/sbin/asterisk -vvvgcr
^
r being remote console and then you can do everything as if you ran it
directly and exit as you wish or STOP NOW to kill it.

Regards,
Joe



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andy Hester
Sent: Thursday, October 02, 2003 3:53 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Any way to get out of a remote console without
stopping *


This probably has an easy solution, but I found it yet.  How can I get out
of a remote console after using ssh to get into the box, making changes,
reload etc. without stopping *?

Thanks in advance.

Sincerely,
Andy Hester
Consero

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Martin Pycko
use quit or ctrl-D

Martin

On Thu, 2 Oct 2003, Andy Hester wrote:

 This probably has an easy solution, but I found it yet.  How can I get out
 of a remote console after using ssh to get into the box, making changes,
 reload etc. without stopping *?

 Thanks in advance.

 Sincerely,
 Andy Hester
 Consero

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread PJ Welsh
on Thu, Oct 02, 2003 at 02:53:00PM -0500, Andy Hester wrote:
 This probably has an easy solution, but I found it yet.  How can I get out
 of a remote console after using ssh to get into the box, making changes,
 reload etc. without stopping *?
 
 Thanks in advance.

Looks like exit will release you from the * console but not stop * from running when 
I start * with asterisk -vvvc. Then asterisk -r to reconnect.

I like to use the screen command to preface other console grabing prgs.

screen -A -m -d -S asterisk asterisk -vvvc

then 

screen -r asterisk

connects you to the screen you just called -S asterisk.

You use key binding similar to minicom to do things... so to release your screen from 
running * while in a screen session (and not kill the *), just ctrl+a then hit 
d to detatch.


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Andy Hester
Wow look at the choices :)
Thanks everyone for the info.  I'll try them out.


Sincerely,
Andy Hester
Consero
(817)375-1244
(817)937-7977 


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Troy Settle

 -Original Message-
 From: Martin Pycko
 Sent: Thursday, October 02, 2003 4:13 PM
 
 use quit or ctrl-D
 
 Martin
 

From what I can tell, * doesn't honor EOF, at least I've had no luck with
it.


--
  Troy Settle
  Pulaski Networks
  http://www.psknet.com
  540.994.4254 ~ 866.477.5638
  Pulaski Chamber 2002 Small Business Of The Year

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Any way to get out of a remote console without stopping *

2003-10-02 Thread Brian West
Or you can use safe_asterisk to start * then asterisk -r to connect

bkw

On Thu, 2 Oct 2003, PJ Welsh wrote:

 on Thu, Oct 02, 2003 at 02:53:00PM -0500, Andy Hester wrote:
  This probably has an easy solution, but I found it yet.  How can I get out
  of a remote console after using ssh to get into the box, making changes,
  reload etc. without stopping *?
 
  Thanks in advance.

 Looks like exit will release you from the * console but not stop * from running 
 when I start * with asterisk -vvvc. Then asterisk -r to reconnect.

 I like to use the screen command to preface other console grabing prgs.

 screen -A -m -d -S asterisk asterisk -vvvc

 then

 screen -r asterisk

 connects you to the screen you just called -S asterisk.

 You use key binding similar to minicom to do things... so to release your screen 
 from running * while in a screen session (and not kill the *), just ctrl+a 
 then hit d to detatch.


 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users