chat.8 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. .\" -*- nroff -*-
  2. .\" manual page [] for chat 1.8
  3. .\" $Id: chat.8,v 1.11 2004/11/13 12:22:49 paulus Exp $
  4. .\" SH section heading
  5. .\" SS subsection heading
  6. .\" LP paragraph
  7. .\" IP indented paragraph
  8. .\" TP hanging label
  9. .TH CHAT 8 "22 May 1999" "Chat Version 1.22"
  10. .SH NAME
  11. chat \- Automated conversational script with a modem
  12. .SH SYNOPSIS
  13. .B chat
  14. [
  15. .I options
  16. ]
  17. .I script
  18. .SH DESCRIPTION
  19. .LP
  20. The \fIchat\fR program defines a conversational exchange between the
  21. computer and the modem. Its primary purpose is to establish the
  22. connection between the Point-to-Point Protocol Daemon (\fIpppd\fR) and
  23. the remote's \fIpppd\fR process.
  24. .SH OPTIONS
  25. .TP
  26. .B \-f \fI<chat file>
  27. Read the chat script from the chat \fIfile\fR. The use of this option
  28. is mutually exclusive with the chat script parameters. The user must
  29. have read access to the file. Multiple lines are permitted in the
  30. file. Space or horizontal tab characters should be used to separate
  31. the strings.
  32. .TP
  33. .B \-t \fI<timeout>
  34. Set the timeout for the expected string to be received. If the string
  35. is not received within the time limit then the reply string is not
  36. sent. An alternate reply may be sent or the script will fail if there
  37. is no alternate reply string. A failed script will cause the
  38. \fIchat\fR program to terminate with a non-zero error code.
  39. .TP
  40. .B \-r \fI<report file>
  41. Set the file for output of the report strings. If you use the keyword
  42. \fIREPORT\fR, the resulting strings are written to this file. If this
  43. option is not used and you still use \fIREPORT\fR keywords, the
  44. \fIstderr\fR file is used for the report strings.
  45. .TP
  46. .B \-e
  47. Start with the echo option turned on. Echoing may also be turned on
  48. or off at specific points in the chat script by using the \fIECHO\fR
  49. keyword. When echoing is enabled, all output from the modem is echoed
  50. to \fIstderr\fR.
  51. .TP
  52. .B \-E
  53. Enables environment variable substitution within chat scripts using the
  54. standard \fI$xxx\fR syntax.
  55. .TP
  56. .B \-v
  57. Request that the \fIchat\fR script be executed in a verbose mode. The
  58. \fIchat\fR program will then log the execution state of the chat
  59. script as well as all text received from the modem and the output
  60. strings sent to the modem. The default is to log through the SYSLOG;
  61. the logging method may be altered with the \-S and \-s flags.
  62. .TP
  63. .B \-V
  64. Request that the \fIchat\fR script be executed in a stderr verbose
  65. mode. The \fIchat\fR program will then log all text received from the
  66. modem and the output strings sent to the modem to the stderr device. This
  67. device is usually the local console at the station running the chat or
  68. pppd program.
  69. .TP
  70. .B \-s
  71. Use stderr. All log messages from '\-v' and all error messages will be
  72. sent to stderr.
  73. .TP
  74. .B \-S
  75. Do not use the SYSLOG. By default, error messages are sent to the
  76. SYSLOG. The use of \-S will prevent both log messages from '\-v' and
  77. error messages from being sent to the SYSLOG.
  78. .TP
  79. .B \-T \fI<phone number>
  80. Pass in an arbitrary string, usually a phone number, that will be
  81. substituted for the \eT substitution metacharacter in a send string.
  82. .TP
  83. .B \-U \fI<phone number 2>
  84. Pass in a second string, usually a phone number, that will be
  85. substituted for the \eU substitution metacharacter in a send string.
  86. This is useful when dialing an ISDN terminal adapter that requires two
  87. numbers.
  88. .TP
  89. .B script
  90. If the script is not specified in a file with the \fI\-f\fR option then
  91. the script is included as parameters to the \fIchat\fR program.
  92. .SH CHAT SCRIPT
  93. .LP
  94. The \fIchat\fR script defines the communications.
  95. .LP
  96. A script consists of one or more "expect\-send" pairs of strings,
  97. separated by spaces, with an optional "subexpect\-subsend" string pair,
  98. separated by a dash as in the following example:
  99. .IP
  100. ogin:\-BREAK\-ogin: ppp ssword: hello2u2
  101. .LP
  102. This line indicates that the \fIchat\fR program should expect the string
  103. "ogin:". If it fails to receive a login prompt within the time interval
  104. allotted, it is to send a break sequence to the remote and then expect the
  105. string "ogin:". If the first "ogin:" is received then the break sequence is
  106. not generated.
  107. .LP
  108. Once it received the login prompt the \fIchat\fR program will send the
  109. string ppp and then expect the prompt "ssword:". When it receives the
  110. prompt for the password, it will send the password hello2u2.
  111. .LP
  112. A carriage return is normally sent following the reply string. It is not
  113. expected in the "expect" string unless it is specifically requested by using
  114. the \er character sequence.
  115. .LP
  116. The expect sequence should contain only what is needed to identify the
  117. string. Since it is normally stored on a disk file, it should not contain
  118. variable information. It is generally not acceptable to look for time
  119. strings, network identification strings, or other variable pieces of data as
  120. an expect string.
  121. .LP
  122. To help correct for characters which may be corrupted during the initial
  123. sequence, look for the string "ogin:" rather than "login:". It is possible
  124. that the leading "l" character may be received in error and you may never
  125. find the string even though it was sent by the system. For this reason,
  126. scripts look for "ogin:" rather than "login:" and "ssword:" rather than
  127. "password:".
  128. .LP
  129. A very simple script might look like this:
  130. .IP
  131. ogin: ppp ssword: hello2u2
  132. .LP
  133. In other words, expect ....ogin:, send ppp, expect ...ssword:, send hello2u2.
  134. .LP
  135. In actual practice, simple scripts are rare. At the vary least, you
  136. should include sub-expect sequences should the original string not be
  137. received. For example, consider the following script:
  138. .IP
  139. ogin:\-\-ogin: ppp ssword: hello2u2
  140. .LP
  141. This would be a better script than the simple one used earlier. This would look
  142. for the same login: prompt, however, if one was not received, a single
  143. return sequence is sent and then it will look for login: again. Should line
  144. noise obscure the first login prompt then sending the empty line will
  145. usually generate a login prompt again.
  146. .SH COMMENTS
  147. Comments can be embedded in the chat script. A comment is a line which
  148. starts with the \fB#\fR (hash) character in column 1. Such comment
  149. lines are just ignored by the chat program. If a '#' character is to
  150. be expected as the first character of the expect sequence, you should
  151. quote the expect string.
  152. If you want to wait for a prompt that starts with a # (hash)
  153. character, you would have to write something like this:
  154. .IP
  155. # Now wait for the prompt and send logout string
  156. .br
  157. \&'# ' logout
  158. .LP
  159. .SH SENDING DATA FROM A FILE
  160. If the string to send starts with an at sign (@), the rest of the
  161. string is taken to be the name of a file to read to get the string to
  162. send. If the last character of the data read is a newline, it is
  163. removed. The file can be a named pipe (or fifo) instead of a regular
  164. file. This provides a way for \fBchat\fR to communicate with another
  165. program, for example, a program to prompt the user and receive a
  166. password typed in.
  167. .LP
  168. .SH ABORT STRINGS
  169. Many modems will report the status of the call as a string. These
  170. strings may be \fBCONNECTED\fR or \fBNO CARRIER\fR or \fBBUSY\fR. It
  171. is often desirable to terminate the script should the modem fail to
  172. connect to the remote. The difficulty is that a script would not know
  173. exactly which modem string it may receive. On one attempt, it may
  174. receive \fBBUSY\fR while the next time it may receive \fBNO CARRIER\fR.
  175. .LP
  176. These "abort" strings may be specified in the script using the \fIABORT\fR
  177. sequence. It is written in the script as in the following example:
  178. .IP
  179. ABORT BUSY ABORT 'NO CARRIER' '' ATZ OK ATDT5551212 CONNECT
  180. .LP
  181. This sequence will expect nothing; and then send the string ATZ. The
  182. expected response to this is the string \fIOK\fR. When it receives \fIOK\fR,
  183. the string ATDT5551212 to dial the telephone. The expected string is
  184. \fICONNECT\fR. If the string \fICONNECT\fR is received the remainder of the
  185. script is executed. However, should the modem find a busy telephone, it will
  186. send the string \fIBUSY\fR. This will cause the string to match the abort
  187. character sequence. The script will then fail because it found a match to
  188. the abort string. If it received the string \fINO CARRIER\fR, it will abort
  189. for the same reason. Either string may be received. Either string will
  190. terminate the \fIchat\fR script.
  191. .SH CLR_ABORT STRINGS
  192. This sequence allows for clearing previously set \fBABORT\fR strings.
  193. \fBABORT\fR strings are kept in an array of a pre-determined size (at
  194. compilation time); \fBCLR_ABORT\fR will reclaim the space for cleared
  195. entries so that new strings can use that space.
  196. .SH SAY STRINGS
  197. The \fBSAY\fR directive allows the script to send strings to the user
  198. at the terminal via standard error. If \fBchat\fR is being run by
  199. pppd, and pppd is running as a daemon (detached from its controlling
  200. terminal), standard error will normally be redirected to the file
  201. /etc/ppp/connect\-errors.
  202. .LP
  203. \fBSAY\fR strings must be enclosed in single or double quotes. If
  204. carriage return and line feed are needed in the string to be output,
  205. you must explicitly add them to your string.
  206. .LP
  207. The SAY strings could be used to give progress messages in sections of
  208. the script where you want to have 'ECHO OFF' but still let the user
  209. know what is happening. An example is:
  210. .IP
  211. ABORT BUSY
  212. .br
  213. ECHO OFF
  214. .br
  215. SAY "Dialling your ISP...\en"
  216. .br
  217. \&'' ATDT5551212
  218. .br
  219. TIMEOUT 120
  220. .br
  221. SAY "Waiting up to 2 minutes for connection ... "
  222. .br
  223. CONNECT ''
  224. .br
  225. SAY "Connected, now logging in ...\en"
  226. .br
  227. ogin: account
  228. .br
  229. ssword: pass
  230. .br
  231. $ \ec
  232. .br
  233. SAY "Logged in OK ...\en"
  234. \fIetc ...\fR
  235. .LP
  236. This sequence will only present the SAY strings to the user and all
  237. the details of the script will remain hidden. For example, if the
  238. above script works, the user will see:
  239. .IP
  240. Dialling your ISP...
  241. .br
  242. Waiting up to 2 minutes for connection ... Connected, now logging in ...
  243. .br
  244. Logged in OK ...
  245. .LP
  246. .SH REPORT STRINGS
  247. A \fBreport\fR string is similar to the ABORT string. The difference
  248. is that the strings, and all characters to the next control character
  249. such as a carriage return, are written to the report file.
  250. .LP
  251. The report strings may be used to isolate the transmission rate of the
  252. modem's connect string and return the value to the chat user. The
  253. analysis of the report string logic occurs in conjunction with the
  254. other string processing such as looking for the expect string. The use
  255. of the same string for a report and abort sequence is probably not
  256. very useful, however, it is possible.
  257. .LP
  258. The report strings to no change the completion code of the program.
  259. .LP
  260. These "report" strings may be specified in the script using the \fIREPORT\fR
  261. sequence. It is written in the script as in the following example:
  262. .IP
  263. REPORT CONNECT ABORT BUSY '' ATDT5551212 CONNECT '' ogin: account
  264. .LP
  265. This sequence will expect nothing; and then send the string
  266. ATDT5551212 to dial the telephone. The expected string is
  267. \fICONNECT\fR. If the string \fICONNECT\fR is received the remainder
  268. of the script is executed. In addition the program will write to the
  269. expect\-file the string "CONNECT" plus any characters which follow it
  270. such as the connection rate.
  271. .SH CLR_REPORT STRINGS
  272. This sequence allows for clearing previously set \fBREPORT\fR strings.
  273. \fBREPORT\fR strings are kept in an array of a pre-determined size (at
  274. compilation time); \fBCLR_REPORT\fR will reclaim the space for cleared
  275. entries so that new strings can use that space.
  276. .SH ECHO
  277. The echo options controls whether the output from the modem is echoed
  278. to \fIstderr\fR. This option may be set with the \fI\-e\fR option, but
  279. it can also be controlled by the \fIECHO\fR keyword. The "expect\-send"
  280. pair \fIECHO\fR \fION\fR enables echoing, and \fIECHO\fR \fIOFF\fR
  281. disables it. With this keyword you can select which parts of the
  282. conversation should be visible. For instance, with the following
  283. script:
  284. .IP
  285. ABORT 'BUSY'
  286. .br
  287. ABORT 'NO CARRIER'
  288. .br
  289. \&'' ATZ
  290. .br
  291. OK\er\en ATD1234567
  292. .br
  293. \er\en \ec
  294. .br
  295. ECHO ON
  296. .br
  297. CONNECT \ec
  298. .br
  299. ogin: account
  300. .LP
  301. all output resulting from modem configuration and dialing is not visible,
  302. but starting with the \fICONNECT\fR (or \fIBUSY\fR) message, everything
  303. will be echoed.
  304. .SH HANGUP
  305. The HANGUP options control whether a modem hangup should be considered
  306. as an error or not. This option is useful in scripts for dialling
  307. systems which will hang up and call your system back. The HANGUP
  308. options can be \fBON\fR or \fBOFF\fR.
  309. .br
  310. When HANGUP is set OFF and the modem hangs up (e.g., after the first
  311. stage of logging in to a callback system), \fBchat\fR will continue
  312. running the script (e.g., waiting for the incoming call and second
  313. stage login prompt). As soon as the incoming call is connected, you
  314. should use the \fBHANGUP ON\fR directive to reinstall normal hang up
  315. signal behavior. Here is an (simple) example script:
  316. .IP
  317. ABORT 'BUSY'
  318. .br
  319. \&'' ATZ
  320. .br
  321. OK\er\en ATD1234567
  322. .br
  323. \er\en \ec
  324. .br
  325. CONNECT \ec
  326. .br
  327. \&'Callback login:' call_back_ID
  328. .br
  329. HANGUP OFF
  330. .br
  331. ABORT "Bad Login"
  332. .br
  333. \&'Callback Password:' Call_back_password
  334. .br
  335. TIMEOUT 120
  336. .br
  337. CONNECT \ec
  338. .br
  339. HANGUP ON
  340. .br
  341. ABORT "NO CARRIER"
  342. .br
  343. ogin:\-\-BREAK\-\-ogin: real_account
  344. .br
  345. \fIetc ...\fR
  346. .LP
  347. .SH TIMEOUT
  348. The initial timeout value is 45 seconds. This may be changed using the \fB\-t\fR
  349. parameter.
  350. .LP
  351. To change the timeout value for the next expect string, the following
  352. example may be used:
  353. .IP
  354. ATZ OK ATDT5551212 CONNECT TIMEOUT 10 ogin:\-\-ogin: TIMEOUT 5 assword: hello2u2
  355. .LP
  356. This will change the timeout to 10 seconds when it expects the login:
  357. prompt. The timeout is then changed to 5 seconds when it looks for the
  358. password prompt.
  359. .LP
  360. The timeout, once changed, remains in effect until it is changed again.
  361. .SH SENDING EOT
  362. The special reply string of \fIEOT\fR indicates that the chat program
  363. should send an EOT character to the remote. This is normally the
  364. End-of-file character sequence. A return character is not sent
  365. following the EOT.
  366. The EOT sequence may be embedded into the send string using the
  367. sequence \fI^D\fR.
  368. .SH GENERATING BREAK
  369. The special reply string of \fIBREAK\fR will cause a break condition
  370. to be sent. The break is a special signal on the transmitter. The
  371. normal processing on the receiver is to change the transmission rate.
  372. It may be used to cycle through the available transmission rates on
  373. the remote until you are able to receive a valid login prompt.
  374. The break sequence may be embedded into the send string using the
  375. \fI\eK\fR sequence.
  376. .SH ESCAPE SEQUENCES
  377. The expect and reply strings may contain escape sequences. All of the
  378. sequences are legal in the reply string. Many are legal in the expect.
  379. Those which are not valid in the expect sequence are so indicated.
  380. .TP
  381. .B ''
  382. Expects or sends a null string. If you send a null string then it will still
  383. send the return character. This sequence may either be a pair of apostrophe
  384. or quote characters.
  385. .TP
  386. .B \eb
  387. represents a backspace character.
  388. .TP
  389. .B \ec
  390. Suppresses the newline at the end of the reply string. This is the only
  391. method to send a string without a trailing return character. It must
  392. be at the end of the send string. For example,
  393. the sequence hello\ec will simply send the characters h, e, l, l, o.
  394. .I (not valid in expect.)
  395. .TP
  396. .B \ed
  397. Delay for one second. The program uses sleep(1) which will delay to a
  398. maximum of one second.
  399. .I (not valid in expect.)
  400. .TP
  401. .B \eK
  402. Insert a BREAK
  403. .I (not valid in expect.)
  404. .TP
  405. .B \en
  406. Send a newline or linefeed character.
  407. .TP
  408. .B \eN
  409. Send a null character. The same sequence may be represented by \e0.
  410. .I (not valid in expect.)
  411. .TP
  412. .B \ep
  413. Pause for a fraction of a second. The delay is 1/10th of a second.
  414. .I (not valid in expect.)
  415. .TP
  416. .B \eq
  417. Suppress writing the string to the SYSLOG file. The string ?????? is
  418. written to the log in its place.
  419. .I (not valid in expect.)
  420. .TP
  421. .B \er
  422. Send or expect a carriage return.
  423. .TP
  424. .B \es
  425. Represents a space character in the string. This may be used when it
  426. is not desirable to quote the strings which contains spaces. The
  427. sequence 'HI TIM' and HI\esTIM are the same.
  428. .TP
  429. .B \et
  430. Send or expect a tab character.
  431. .TP
  432. .B \eT
  433. Send the phone number string as specified with the \fI\-T\fR option
  434. .I (not valid in expect.)
  435. .TP
  436. .B \eU
  437. Send the phone number 2 string as specified with the \fI\-U\fR option
  438. .I (not valid in expect.)
  439. .TP
  440. .B \e\e
  441. Send or expect a backslash character.
  442. .TP
  443. .B \eddd
  444. Collapse the octal digits (ddd) into a single ASCII character and send that
  445. character.
  446. .I (some characters are not valid in expect.)
  447. .TP
  448. .B \^^C
  449. Substitute the sequence with the control character represented by C.
  450. For example, the character DC1 (17) is shown as \^^Q.
  451. .I (some characters are not valid in expect.)
  452. .SH ENVIRONMENT VARIABLES
  453. Environment variables are available within chat scripts, if the \fI\-E\fR
  454. option was specified in the command line. The metacharacter \fI$\fR is used
  455. to introduce the name of the environment variable to substitute. If the
  456. substitution fails, because the requested environment variable is not set,
  457. \fInothing\fR is replaced for the variable.
  458. .SH TERMINATION CODES
  459. The \fIchat\fR program will terminate with the following completion
  460. codes.
  461. .TP
  462. .B 0
  463. The normal termination of the program. This indicates that the script
  464. was executed without error to the normal conclusion.
  465. .TP
  466. .B 1
  467. One or more of the parameters are invalid or an expect string was too
  468. large for the internal buffers. This indicates that the program as not
  469. properly executed.
  470. .TP
  471. .B 2
  472. An error occurred during the execution of the program. This may be due
  473. to a read or write operation failing for some reason or chat receiving
  474. a signal such as SIGINT.
  475. .TP
  476. .B 3
  477. A timeout event occurred when there was an \fIexpect\fR string without
  478. having a "\-subsend" string. This may mean that you did not program the
  479. script correctly for the condition or that some unexpected event has
  480. occurred and the expected string could not be found.
  481. .TP
  482. .B 4
  483. The first string marked as an \fIABORT\fR condition occurred.
  484. .TP
  485. .B 5
  486. The second string marked as an \fIABORT\fR condition occurred.
  487. .TP
  488. .B 6
  489. The third string marked as an \fIABORT\fR condition occurred.
  490. .TP
  491. .B 7
  492. The fourth string marked as an \fIABORT\fR condition occurred.
  493. .TP
  494. .B ...
  495. The other termination codes are also strings marked as an \fIABORT\fR
  496. condition.
  497. .LP
  498. Using the termination code, it is possible to determine which event
  499. terminated the script. It is possible to decide if the string "BUSY"
  500. was received from the modem as opposed to "NO DIAL TONE". While the
  501. first event may be retried, the second will probably have little
  502. chance of succeeding during a retry.
  503. .SH SEE ALSO
  504. Additional information about \fIchat\fR scripts may be found with UUCP
  505. documentation. The \fIchat\fR script was taken from the ideas proposed
  506. by the scripts used by the \fIuucico\fR program.
  507. .LP
  508. uucico(1), uucp(1)
  509. .SH COPYRIGHT
  510. The \fIchat\fR program is in public domain. This is not the GNU public
  511. license. If it breaks then you get to keep both pieces.