dialtest.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: dialtest.1m,v 1.2 2007/11/09 00:27:18 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1993-1996 Sam Leffler
  6. ." Copyright (c) 1993-1996 Silicon Graphics, Inc.
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .TH DIALTEST ${MANNUM1_8} "March 3, 1995"
  31. .SH NAME
  32. dialtest - *(Fx dial string processing rules test program
  33. .SH SYNOPSIS
  34. .B ${SBIN}/dialtest
  35. [
  36. .I options
  37. ]
  38. .I dialrules
  39. .SH DESCRIPTION
  40. .I dialtest
  41. is an interactive program for the testing and development of
  42. dial string processing rules used by *(Fx.
  43. .I dialtest
  44. reads the file of rules specified on the command line
  45. and then prompts for a dial string.
  46. For each string typed in,
  47. .I dialtest
  48. prints the result of applying the canonicalization
  49. and dial-string preparation rule sets.
  50. A rule set whose name is
  51. .I setname
  52. can be specified by typing ``fIsetnamefP(fIstringfP)'';
  53. for example, ``fICanonicalNamefP(+1.415.965.7824)''.
  54. .PP
  55. Note that
  56. .I dialtest
  57. reads the rules file only when it is initially started up.
  58. This means that
  59. .I dialtest
  60. must be restarted for it to apply changes to a rules file.
  61. .SH OPTIONS
  62. .TP 10
  63. .BI -a " code"
  64. Use
  65. .I code
  66. as the value of
  67. .B AreaCode
  68. in the rules file.
  69. The default area code is ``415''.
  70. .TP 10
  71. .BI -c " code"
  72. Use
  73. .I code
  74. as the value of
  75. .B CountryCode
  76. in the rules file.
  77. The default country code is ``1''.
  78. .TP 10
  79. .BI -i " prefix"
  80. Use
  81. .I prefix
  82. as the value of
  83. .B InternationalPrefix
  84. in the rules file.
  85. The default international dialing prefix is ``011''.
  86. .TP 10
  87. .BI -l " prefix"
  88. Use
  89. .I prefix
  90. as the value of
  91. .B LongDistancePrefix
  92. in the rules file.
  93. The default long distance dialing prefix is ``1''.
  94. .TP 10
  95. .B -q
  96. Be quiet, suppressing most all output except for the actual results.
  97. This is useful for using
  98. .I dialtest
  99. in an automated fashion.
  100. .TP 10
  101. .B -v
  102. Print each input line before displaying the results of
  103. applying the dial string rules to the input string.
  104. This can be useful, for example, in shell scripts.
  105. .SH "SEE ALSO"
  106. .IR dialrules (${MANNUM4_5})