[asterisk-bugs] [Asterisk 0013571]: [patch] asterisk -rx writes history
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Sep 27 23:48:52 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13571
======================================================================
Reported By: tzafrir
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13571
Category: Core/General
Reproducibility: always
Severity: tweak
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 144879
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-09-27 08:14 CDT
Last Modified: 2008-09-27 23:48 CDT
======================================================================
Summary: [patch] asterisk -rx writes history
Description:
asterisk -rx tries to write history. In fact, in two different places. I
believe that most users would not want the those commands recorded.
Furthermore, the way it is used today, often leads to an empty (just
headers file) /root/.asterisk_history being generated.
======================================================================
----------------------------------------------------------------------
(0092917) tzafrir (manager) - 2008-09-27 23:48
http://bugs.digium.com/view.php?id=13571#c92917
----------------------------------------------------------------------
If I have a script that runs:
for i in `seq 1000`; do
asterisk -rx 'originate something'
done
I wouldn't want it to flood my history.
And anyway, we currently don't save it. We only initialize the history
file.
Issue History
Date Modified Username Field Change
======================================================================
2008-09-27 23:48 tzafrir Note Added: 0092917
======================================================================
More information about the asterisk-bugs
mailing list