On 6/1/06, Tony Mountifield <[EMAIL PROTECTED]> wrote:
# script /tmp/output.txt
Script started, file is /tmp/output.txt
# exec asterisk -rvvvvv
... do asterisky stuff ...
host*CLI> exit
Script done, file is /tmp/output.txt
#

Actually you need another exit in there:

# script /tmp/output.txt
Script started, file is /tmp/output.txt
# exec asterisk -rvvvvv
... do asterisky stuff ...
host*CLI> exit
Executing last minute cleanups
# exit
Script done, file is /tmp/output.txt
#

Andrew

--
Linux supports the notion of a command line or a shell for the same
reason that only children read books with only pictures in them.
Language, be it English or something else, is the only tool flexible
enough to accomplish a sufficiently broad range of tasks.
                         -- Bill Garrett
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to