summaryrefslogtreecommitdiff
path: root/asterisk.8
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-30 06:07:04 +0000
committerOlle Johansson <oej@edvina.net>2006-03-30 06:07:04 +0000
commit50f0b1288009aab4166c8d153509c87948581827 (patch)
tree57c1cb7f263e43e28f5b083076ff222662216773 /asterisk.8
parent2c4ebe356e19b02617fbaffe95d03610aeb6182e (diff)
Issue #5374 - Enable internal timing of generators (cmantunes)
Thanks everyone involved for hard work, testing and testing! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'asterisk.8')
-rw-r--r--asterisk.88
1 files changed, 7 insertions, 1 deletions
diff --git a/asterisk.8 b/asterisk.8
index 28ea0ffde..b90e342ff 100644
--- a/asterisk.8
+++ b/asterisk.8
@@ -9,7 +9,7 @@
asterisk \- All-purpose telephony server.
.SH SYNOPSIS
-\fBasterisk\fR [ \fB-tThfdvVqpRgcin\fR ] [ \fB-C \fIfile\fB\fR ] [ \fB-U \fIuser\fB\fR ] [ \fB-G \fIgroup\fB\fR ] [ \fB-x \fIcommand\fB\fR ] [ \fB-M \fIvalue\fB\fR ]
+\fBasterisk\fR [ \fB-tThfdvVqpRgciIn\fR ] [ \fB-C \fIfile\fB\fR ] [ \fB-U \fIuser\fB\fR ] [ \fB-G \fIgroup\fB\fR ] [ \fB-x \fIcommand\fB\fR ] [ \fB-M \fIvalue\fB\fR ]
\fBasterisk -r\fR [ \fB-v\fR ] [ \fB-x \fIcommand\fB\fR ]
@@ -114,6 +114,12 @@ to a running Asterisk process and provide a console interface
for controlling it. Additionally, if connection to the Asterisk
process is lost, attempt to reconnect for as long as 30 seconds.
.TP
+\fB-I\fR
+Enable internal timing if Zaptel timer is available
+The default behaviour is that outbound packets are phase locked
+to inbound packets. Enabling this switch causes them to be
+locked to the internal Zaptel timer instead.
+.TP
\fB-t\fR
When recording files, write them first into a temporary holding directory,
then move them into the final location when done.