NAME
chat - 與 數 據 機 自 動 溝 通 的 指 令 稿
總 覽 SYNOPSIS
chat [ options ] script
描 述 DESCRIPTION
chat 程 式 在 電 腦 與 數 據 機 之 間 定 義 溝 通 交 換 事 宜 。 它 最 主 要 的 目 的 是 用 來 在 點 對 點 協 定 的 隱 形 程 式 (pppd) 以 及 遠 端 的 pppd 程 序 之 間 建 立 連 線 。
選 項 OPTIONS
-f
<chat file> 從 chat 檔 案
讀 取 chat 指 令 稿 。
這 個 選 項 的 使
用 與 chat 的 令 稿 參
數 互 斥 (mutually exclusive)。
使 用 者 必 須 具
有 存 取 該 檔 案
的 讀 取 權 。 在
檔 案 中 允 許 多
線 (multiple lines)設 定 。 應
該 要 以 空 白 或
是 橫 向 定 位 (horizontal
tab)字 元 來 分 隔 字
串 。
-t <timeout> 對 於 所
要 接 收 的 期 待
字 串 (expected string)設 定
逾 時 限 制 。 如
果 在 該 時 間 限
制 內 沒 有 接 收
到 該 字 串 的 話
那 麼 就 不 送 出
回 覆 字 串 (reply string)。
可 以 送 出 一 個
變 通 (alternate)的 回 覆
或 者 如 果 沒 有
變 通 的 回 覆 字
串 則 該 指 令 稿
將 會 失 敗 。 一
個 失 敗 的 指 令
稿 將 會 使 得 chat 程
式 以 一 個 非 零
的 錯 誤 碼 結 束
。
-r <report file>
Set the file for output of the report strings. If you use the keyword REPORT, the resulting strings are written to this file. If this option is not used and you still use REPORT keywords, the stderr file is used for the report strings.
-e |
Start with the echo option turned on. Echoing may also be turned on or off at specific points in the chat script by using the ECHO keyword. When echoing is enabled, all output from the modem is echoed to stderr. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-E |
Enables environment variable substituion within chat scripts using the standard $xxx syntax.
要 求 chat 指
令 稿 以 冗 長
(verbose)模 式 執 行 。
這 個 chat 程 式 接 下
來 會 將 所 有 從
數 據 機 接 收 的
文 字 以 及 輸 出
的 字 串 記 錄 到 SYSLOG
去 。 The default is to log through the SYSLOG;
the logging method may be altered with the -S and -s flags.
Request that the chat script be executed in a stderr verbose mode. The chat program will then log all text received from the modem and the output strings sent to the modem to the stderr device. This device is usually the local console at the station running the chat or pppd program. -s Use stderr. All log messages from ’-v’ and all error messages will be sent to stderr. -S Do not use the SYSLOG. By default, error messages are sent to the SYSLOG. The use of -S will prevent both log messages from ’-v’ and error messages from being sent to the SYSLOG. -T <phone number> Pass in an arbitary string, usually a phone number, that will be substituted for the \T substitution metacharacter in a send string. -U <phone number 2> Pass in a second string, usually a phone number, that will be substituted for the \U substitution metacharacter in a send string. This is useful when dialing an ISDN terminal adapter that requires two numbers.
CHAT 腳 本 SCRIPTchat 腳 本 定 義 通 訊 過 程 一 個 指 令 稿 裡 包 含 一 個 或 多 個 〞 期 待 對 方 送 出 (expect-send)〞 的 配 對 字 串 (pairs of string), 以 空 白 隔 開 , 還 有 一 個 選 擇 性 的 〞 期 待 對 方 送 出 之 候 補 (subexpect-subsend)〞 配 對 字 串 , 以 短 線 (dash)隔 開 。 像 下 面 這 個 例 子 : ogin:-BREAK-ogin: ppp ssword: hello2u2 這 一 行 指 示 chat 程 式 應 該 期 待 "ogin:" 這 個 字 串 。 如 果 在 所 分 配 的 時 間 區 間 內 接 收 簽 入 提 示 失 敗 的 話 , 那 它 就 送 出 一 個 中 斷 程 序 (break sequence)給 遠 端 然 後 期 待 "ogin:" 這 個 字 串 。 如 果 第 一 個 "ogin:" 被 接 收 到 那 麼 中 斷 程 序 就 不 會 產 生 。 一 旦 它 接 收 到 該 簽 入 提 示 則 chat 程 式 將 會 送 出 ppp 這 個 字 串 然 後 期 待 "ssword:" 這 個 提 示 。 當 它 接 收 到 密 碼 提 示 以 後 , 它 將 會 送 出 密 碼 hello2u2 。 一 般 在 回 覆 字 串 後 面 會 跟 著 送 出 一 個 機 架 返 回 (carriage return)。 在 〞 期字 元 程 序 (character sequence)指 定 為 必 須 否 則 不 會 期 待 待 〞 字 串 裡 除 非 以 它 的 出 現 。 期 待 程 序 (expect sequence)應 該 只 包 含 辨 認 字 串 所 需 要 的 資 料 。 因 為 它 一 般 是 儲 放 在 磁 碟 檔 案 裡 , 它 不 應 該 包 含 變 動 的 資 訊 。 通 常 以 期 待 字 串 來 尋 找 時 間 字 串 (time strings), 網 路 辨 識 字 串 (network iden- tification strings), 或 是 其 它 變 動 的 資 料 是 不 被 接 受 的 。 為 求 協 助 修 正 在 初 始 化 程 序 中 (initial sequence) 可 能 會 傳 送 錯 誤 的 字 元 , 所 以 尋 找 "ogin:" 這 個 字 串 而 不 是 "login:" 。 開 頭 的 "l" 字 元 可 能 接 收 錯 誤 而 你 永 遠 找 不 到 該 字 串 , 即 使 它 已 經 被 系 統 送 出 。 因 此 緣 故 , 指 令 稿 尋 找 "ogin:" 而 不 是 "login:" 以 及 "ssword" 而 不 是 "password:" 。 一 個 非 常 簡 單 的 指 令 稿 看 起 來 可 能 像 這 樣 : ogin: ppp ssword: hello2u2 換 句 話 說 , 期 待 ...ogin:, 送 出 ppp, 期 待 ...ssword:, 再 送 出 hello2u2 。 在 實 際 使 用 上 , 簡 單 的 指 令 稿 是 罕 見 的 。 最 少 最 少 , 原 先 的 字 串 沒 有 被 接 收 時 你 應 該 要 把 候 補 期 待 (sub-sequences)包 括 進 來 。 例 如 , 考 慮 下 面 這 個 例 子 : ogin:--ogin: ppp ssword: hello2u2 這 會 是 一 個 比 前 面 所 用 的 簡 單 指 令 稿 更 好 的 指 令 稿 。 這 個 會 尋 找 相 同 同 的 login: 提 示 , 然 而 , 如 果 沒 有 接 收 到 的 話 , 會 送 出 一 個 單 獨 的 返 回 程 序 (return sequence)並 且 它 會 接 著 再 次 尋 找 login: 。 要 是 雜 雜 訊 掩 蓋 掉 第 一 個 login 提 示 那 麼 接 著 送 出 空 線 路 (empty line)經 常 將 會 再 次 產 生 簽 入 提 示 。 COMMENTSComments can be embedded in the chat script. A comment is a line which starts with the # (hash) character in column 1. Such comment lines are just ignored by the chat program. If a ’#’ character is to be expected as the first character of the expect sequence, you should quote the expect string. If you want to wait for a prompt that starts with a # (hash) character, you would have to write something like this: # Now wait for
the prompt and send logout string SENDING DATA FROM A FILEIf the string to send starts with an at sign (@), the rest of the string is taken to be the name of a file to read to get the string to send. If the last character of the data read is a newline, it is removed. The file can be a named pipe (or fifo) instead of a regular file. This provides a way for chat to communicate with another program, for example, a program to prompt the user and receive a password typed in. 放 棄 字 符 串 ABORT STRINGS許 多 數 據 機 會 以 字 串 來 回 報 呼 叫 的 狀 況 。 這 些 字 串 可 能 是 CONNECTED 或 是 NO CARRIER 或 是 BUSY 。 通 常 要 是 數 據 機 連 線 到 遠 端 失 敗 的 話 應 該 會 希 望 結 束 指 令 稿 。 困 難 是 指 令 稿 不 會 確 實 地 知 道 它 可 能 接 收 到 哪 個 數 據 機 字 串 。 在 某 次 嘗 試 時 , 他 可 能 接 收 到 BUSY 然 而 下 次 它 可 能 接 收 到 NO CARRIER 。 這 些 〞 失 敗 〞 字 串 可 以 用 ABORT 程 序 指 定 到 指 令 稿 中 。 像 是 下 面 這 個 例 子 般 地 寫 到 指 令 稿 裡 : ABORT BUSY ABORT ’NO CARRIER’ ’’ ATZ OK ATDT5551212 CONNECT 這 個 程 序 將 不 會 期 待 什 麼 ; 而 且 接 著 送 出 ATZ 這 個 字 串 。 對 此 期 待 的 回 應 是 OK 這 個 字 串 。 當 它 接 收 到 OK 時 , 字 串 ADTD5551212 就 進 行 撥 號 。 期 待 字 串 是 CONNECT 。 如 果 字 串 CONNECT 被 接 收 到 那 麼 就 會 執 行 指 令 稿 其 餘 的 部 份 。 然 而 , 要 是 數 據 機 發 現 電 話 忙 線 , 他 將 會 送 出 BUSY 這 個 字 串 。 這 會 使 得 該 字 串 符 合 失 敗 字 元 程 序 (abort char- acter)。 這 個 指 令 稿 將 會 因 為 它 發 現 一 個 失 敗 字 串 (abort string)而 失 敗 (fail)。 如 果 他 接 收 到 的 是 NO CARRIER 字 串 , 它 也 會 因 為 同 樣 的 原 因 而 失 敗 。 不 是 可 以 接 收 到 字 串 就 是 字 串 將 終 結 chat 指 令 稿 。 CLR_ABORT STRINGSThis sequence allows for clearing previously set ABORT strings. ABORT strings are kept in an array of a pre-determined size (at compilation time); CLR_ABORT will reclaim the space for cleared entries so that new strings can use that space. SAY STRINGSThe SAY directive allows the script to send strings to the user at the terminal via standard error. If chat is being run by pppd, and pppd is running as a daemon (detached from its controlling terminal), standard error will normally be redirected to the file /etc/ppp/connect-errors. SAY strings must be enclosed in single or double quotes. If carriage return and line feed are needed in the string to be output, you must explicitely add them to your string. The SAY strings could be used to give progress messages in sections of the script where you want to have ’ECHO OFF’ but still let the user know what is happening. An example is: ABORT BUSY This sequence will only present the SAY strings to the user and all the details of the script will remain hidden. For example, if the above script works, the user will see: Dialling your
ISP... REPORT STRINGSA report string is similar to the ABORT string. The difference is that the strings, and all characters to the next control character such as a carriage return, are written to the report file. The report strings may be used to isolate the transmission rate of the modem’s connect string and return the value to the chat user. The analysis of the report string logic occurs in conjunction with the other string processing such as looking for the expect string. The use of the same string for a report and abort sequence is probably not very useful, however, it is possible. The report strings to no change the completion code of the program. These "report" strings may be specified in the script using the REPORT sequence. It is written in the script as in the following example: REPORT CONNECT ABORT BUSY ’’ ATDT5551212 CONNECT ’’ ogin: account This sequence will expect nothing; and then send the string ATDT5551212 to dial the telephone. The expected string is CONNECT. If the string CONNECT is received the remainder of the script is executed. In addition the program will write to the expect-file the string "CONNECT" plus any characters which follow it such as the connection rate. CLR_REPORT STRINGSThis sequence allows for clearing previously set REPORT strings. REPORT strings are kept in an array of a pre-determined size (at compilation time); CLR_REPORT will reclaim the space for cleared entries so that new strings can use that space. ECHOThe echo options controls whether the output from the modem is echoed to stderr. This option may be set with the -e option, but it can also be controlled by the ECHO keyword. The "expect-send" pair ECHO ON enables echoing, and ECHO OFF disables it. With this keyword you can select which parts of the conversation should be visible. For instance, with the following script: ABORT
’BUSY’ all output resulting from modem configuration and dialing is not visible, but starting with the CONNECT (or BUSY) message, everything will be echoed. HANGUPThe HANGUP
options control whether a modem hangup should be considered
as an error or not. This option is useful in scripts for
dialling systems which will hang up and call your system
back. The HANGUP options can be ON or OFF.
ABORT
’BUSY’ 超 時 TIMEOUT初 始 的 逾 時 值 是 45 秒 。 這 可 以 用 -t 參 數 來 加 以 改 變 。 要 對 下 一 個 期 待 字 串 改 變 逾 時 值 的 話 , 可 以 使 用 下 面 這 個 例 子 : ATZ OK ATDT5551212 CONNECT TIMEOUT 10 ogin:--ogin: TIMEOUT 5 assword: hello2u2 這 將 會 在 期 待 "login:" 提 示 的 時 候 把 逾 時 限 制 改 成 10 秒 。 逾 時 限 制 接 著 在 它 尋 找 密 碼 提 示 時 被 改 成 5 秒 。 逾 時 限 制 一 旦 改 變 就 會 持 續 作 用 直 到 它 再 度 被 改 變 。 SENDING 發 送 EOTEOT 這 個 特 別 的 回 覆 字 串 指 示 chat 程 式 應 該 送 出 一 個 EOT 字 元 到 遠 端 去 。 這 是 一 般 的 檔 案 結 束 (End-of-file)字 元 程 序 。 在 EOT 後 面 並 不 會 跟 著 送 出 一 個 返 回 字 元 (return)。 這 個 EOT 程 序 可 以 用 ^D 序 列 嵌 入 到 送 出 的 字 串 裡 。 產 生 中 斷 GENERATING BREAKBREAK 這 個 特 別 的 回 覆 字 串 將 會 使 得 一 個 中 斷 情 況 被 送 出 。 這 個 中 斷 是 傳 送 端 的 一 個 特 殊 。 接 收 端 一 般 對 此 的 處 理 是 改 變 傳 輸 率 。 它 可 以 用 來 循 環 測 試 遠 端 可 能 的 傳 輸 率 直 到 你 能 夠 接 到 有 效 的 簽 入 提 示 。 這 個 中 斷 程 序 可 以 用 \K 序 列 嵌 入 到 送 出 的 字 串 裡 。 轉 義 序 列 ESCAPE SEQUENCES期 待 以 及 回 覆 字 串 可 以 包 含 轉 義 序 列 。 所 有 這 種 程 序 在 回 覆 字 串 中 都 是 合 法 的 。 有 許 多 在 期 待 字 串 中 是 合 法 的 。 那 些 在 期 待 程 序 中 無 效 的 會 被 指 出 。
還 會 送 出 一 個 返 回 字 元 。 這 個 程 序 可 以 是 一 對 省 略 符 號 (apostrophe)或 者 也 可 以 是 引 用 字 元 。
|