diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-15 04:29:22 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-15 04:29:22 -0400 |
commit | 1b981b21d3cb7d7dca96853bb4a185840b85648b (patch) | |
tree | f35a66013b726ca5b7dda58c0d230d90f7b81abd | |
parent | e4b035f316cb438c4ed690091e24dede4a780a17 (diff) | |
download | soxdial-master.tar.gz |
-rwxr-xr-x | soxdial | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -196,16 +196,16 @@ Disables extended touchtone pad keys B<A>, I<B>, I<C>, and I<D>; re-enables letter-to-number conversions. This is the default; this option exists to turn off a prior B<-x>, B<--extended> option. -=item B<-t>, B<--dialtone> [ I<sec> | I<millisec>B<ms> ] +=item B<-t>, B<--dialtone> I<sec> | I<millisec>B<ms> Play I<sec> (or I<millisec> ms) of dialtone before the next dial string. -=item B<-D>, B<--dialtone-type> [ I<us> | I<uk> | I<fr> | I<eu> | I<jp> ] +=item B<-D>, B<--dialtone-type> I<us> | I<uk> | I<fr> | I<eu> | I<jp> Set the type of dialtone to be played by B<-d>, B<--dialtone>. Default is B<us>. -=item B<-s>, B<--silence> [ I<sec> | I<millisec>B<ms> ] +=item B<-s>, B<--silence> I<sec> | I<millisec>B<ms> Play I<sec> (or I<millisec> ms) of silence before the next dial string. Unlike the comma, this is not affected by B<-X>, B<--random>. |