1DIALTEST(8C) DIALTEST(8C)
2
3
4
6 dialtest - HylaFAX dial string processing rules test program
7
9 /usr/sbin/dialtest [ options ] dialrules
10
12 dialtest is an interactive program for the testing and development of
13 dial string processing rules used by HylaFAX. dialtest reads the file
14 of rules specified on the command line and then prompts for a dial
15 string. For each string typed in, dialtest prints the result of apply‐
16 ing the canonicalization and dial-string preparation rule sets. A rule
17 set whose name is setname can be specified by typing ``set‐
18 name(string)''; for example, ``CanonicalName(+1.415.965.7824)''.
19
20 Note that dialtest reads the rules file only when it is initially
21 started up. This means that dialtest must be restarted for it to apply
22 changes to a rules file.
23
25 -a code Use code as the value of AreaCode in the rules file. The
26 default area code is ``415''.
27
28 -c code Use code as the value of CountryCode in the rules file. The
29 default country code is ``1''.
30
31 -i prefix Use prefix as the value of InternationalPrefix in the rules
32 file. The default international dialing prefix is ``011''.
33
34 -l prefix Use prefix as the value of LongDistancePrefix in the rules
35 file. The default long distance dialing prefix is ``1''.
36
37 -q Be quiet, suppressing most all output except for the actual
38 results. This is useful for using dialtest in an automated
39 fashion.
40
41 -v Print each input line before displaying the results of apply‐
42 ing the dial string rules to the input string. This can be
43 useful, for example, in shell scripts.
44
46 dialrules(5F)
47
48
49
50 March 3, 1995 DIALTEST(8C)