home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 1998 October / STC_CD_10_1998.iso / UTILITY / CODE106 / ZYXEL.COD < prev   
Text File  |  1998-09-26  |  17KB  |  669 lines

  1.   *******************************************************
  2.   *    Steuercodetabelle für das ZyXEL 1496E            *
  3.   *           sowie Kompatieble hierzu                  *
  4.   *                                                     *
  5.   *         Erstellt von Alexander Güth                 *
  6.   *******************************************************
  7.  
  8. #HZyXEL U-1496E (5.04)
  9. #I04.01.93 by Alexander Güth @ WÜ
  10. #S12000
  11. #V150
  12. #OM
  13.  
  14. #EA  Answer Incomming Call
  15. #C "ATA"
  16. #C $0D
  17.  
  18. #EA/ Repeat Last Command
  19. #C "ATA/"
  20. #C $0D
  21.  
  22. #EA> Cont. Repeat Last Command
  23. #C "AT>"
  24. #C $0D
  25.  
  26. #EB  Handshake option ...
  27. #C "ATB"
  28. #C ?'0@*  CCITT V.22 for 1200 bpx communication |\
  29.     '1 @  Bell 212A standard for 1200 bps       ?
  30. #C $0D
  31.  
  32. #EDL Redail last number
  33. #C "ATDL"
  34. #C $0D
  35.  
  36. #EDS Dial Stored Number ..
  37. #C "ATDS"
  38. #C [' Dial Stored Number |!0 !9 !0]
  39. #C $0D
  40.  
  41. #EE  Echo ...
  42. #C "ATE"
  43. #C ?'0@*  AUS |\
  44.     '1 @  EIN ?
  45. #C $0D
  46.  
  47. #EH  Hook Control ...
  48. #C "ATH"
  49. #C ?'1@*  Abheben  |\
  50.     '0 @  Auflegen ?
  51. #C $0D
  52.  
  53. #EI  Display Inquiry ...
  54. #C "ATI"
  55. #C ?'0@*  Product information |\
  56.     '1 @  ROM checksum        |\
  57.     '2 @  Link status report  ?
  58. #C $0D
  59.  
  60. #EL  Speaker Volume ..
  61. #C "ATL"
  62. #C ['Speaker Volume|!0 !7 !4]
  63. #C $0D
  64.  
  65. #EM  Speaker Control ...
  66. #C "ATM"
  67. #C ?'0 @  AUS                            |\
  68.     '1@*  EIN nach Carrier empfangen AUS |\
  69.     '2 @  EIN                            |\
  70.     '3 @  EIN       nach Wählvorgang AUS ?
  71. #C $0D
  72.  
  73. #EO  Return On-Line State
  74. #C "ATO"
  75. #C $0D
  76.  
  77. #EN  Ring volume control ..
  78. #C "ATN"
  79. #C ['Speaker Volume|!0 !7 !4]
  80. #C $0D
  81.  
  82. #EQ  Result code display ...
  83. #C "ATQ"
  84. #C ?'0@*  Returns result code  ON   |\
  85.     '1 @  Returns result code  OFF  |\
  86.     '2 @  Quiet in answer mode only ?
  87. #C $0D
  88.  
  89. #EV  Verbal/Nummeric code ...
  90. #C "ATV"
  91. #C ?'0@*  Display numeric form |\
  92.     '1 @  Display verbose form ?
  93. #C $0D
  94.  
  95. #EX  Result code options ...
  96. #C "ATX"
  97. #C ?'0@*  Basic Result codes (0-4)          |\
  98.     '1 @  Result Codes (0-5, 10-21)         |\
  99.     '2 @  Result Codes (0-6, 10-21)         |\
  100.     '3 @  Result Codes (0-5,  7-21)         |\
  101.     '4@*  Result Codes (0-21)               |\
  102.     '5 @  Error Control Result Codes (0-21) |\
  103.     '6 @  Error Control Result Codes (0-21) |\
  104.     '7 @  Error Control Result Codes (0-21) ?
  105. #C $0D
  106.  
  107. #EZ  Reset normal
  108. #C "ATZ"
  109. #C $0D
  110.  
  111. #EZ  Reset Profile n ...
  112. #C "ATZ"
  113. #C ?'0@*  Reset - load user Profile 0   |\
  114.     '1 @  Reset - load user Profile 1   |\
  115.     '2 @  Reset - load user Profile 2   |\
  116.     '3 @  Reset - load user Profile 3   |\
  117.     '4 @  Reset - load factory settings ?
  118. #C $0D
  119.  
  120. #E&$*Help ...
  121. #C "AT"
  122. #C ?   '$@*  Help, Basic command summary |\
  123.     '& '$ @  Help,   &   command summary |\
  124.     '* '$ @  Help,   *   command summary ?
  125. #C $0D 
  126.  
  127. #ECR Return
  128. #C $0D
  129.  
  130. #E+++Escape Sequence Code
  131. #C "+++"
  132.  
  133. ------------------------- Extended "AT&" Command Settings --------------------
  134. ------------------------------------------------------------------------------
  135. #E---- Extended AT& - Set ----
  136. ------------------------------------------------------------------------------
  137.  
  138. #E&B DTE/DCE ...
  139. #C "AT&B"
  140. #C ?'0 @  DTE rate follows connection rate  |\
  141.     '1@*  DTE/DCE rate fixed at DTE setting ?
  142. #C $0D
  143.  
  144. #E&C Carrier Detect (CD) ...
  145. #C "AT&C"
  146. #C ?'0@*  CD Always ON              |\
  147.     '1 @  Track Presence of Carrier ?
  148. #C $0D
  149.  
  150. #E&D DTR operations ...
  151. #C "AT&D"
  152. #C ?'0 @  Ignore DTR             |\
  153.     '1 @  108.1                  |\
  154.     '2@*  DTR/108.2              |\
  155.     '3 @  108.2 + Load profile 0 ?
  156. #C $0D
  157.  
  158. #E&F Load Factory set in RAM
  159. #C "AT&F"
  160. #C $0D
  161.  
  162. #E&G Guard tone ...
  163. #C "AT&G"
  164. #C ?'0@*  No Guard tone      |\
  165.     '1 @  Reserved           |\
  166.     '2 @  1800 HZ guard tone ?
  167. #C $0D
  168.  
  169. #E&H Data flow control DTE/DCE ...
  170. #C "AT&H"
  171. #C ?'0 @  Flow control diabled             |\
  172.     '2 @  Reserved                         |\
  173.     '3@*  Hardware (CTS/RTS) flow control  |\
  174.     '4 @  Software (XON/XOFF) flow control |\
  175.     '5 @  Reserved                         ?
  176. #C $0D
  177.  
  178. #E&J Phone line type ...
  179. #C "AT&J"
  180. #C ?'0@*  Singel phone line                 |\
  181.     '1 @  Multiple phone/modem lines (A/A1) ?
  182. #C $0D
  183.  
  184. #E&K Error control/Data compession ...
  185. #C "AT&K"
  186. #C ?'0 @  No error control      |\
  187.     '1 @  MNP4 + MNP3           |\
  188.     '2 @  MNP4 + MNP5           |\
  189.     '3 @  V.42 + &K1            |\
  190.     '4@*  V.42 + V.42 bis + &K2 ?
  191. #C $0D
  192.  
  193. #E&L Normal/Leased line operation ...
  194. #C "AT&L"
  195. #C ?'0@*  Normal phone line  |\
  196.     '1 @  2 wire leased line |\
  197.     '2 @  4 wire leased line ?
  198. #C $0D
  199.  
  200. #E&M Sync/Asynchronous ...
  201. #C "AT&M"
  202. #C ?'0@*  Asynchronous Data Format |\
  203.     '1 @  Async command, Sync Data |\
  204.     '2 @  Direct async mode        |\
  205.     '3 @  Synchronous              ?
  206. #C $0D
  207.  
  208. #E&N Data Rate, Data Link (DCE/DCE) ...
  209. #C "AT&N"
  210. #C ?  '0@*  Multi-Auto                                    |\
  211.       '1 @  V.33 14000/12000                              |\
  212.       '3 @  V.32 9600T/9600 - 7200T/4800                  |\
  213.       '4 @  V.32 9600/7200T/4800                          |\
  214.       '6 @  V.29 9600, (U1496 & U1496R only)              |\
  215.       '7 @  V.29 7200, (U1496 & U1496R only)              |\
  216.       '8 @  V.29 4800, (U1496 & U1496R only)              |\
  217.       '9 @  V.27ter 4800, (U1496 & U1496R only)           |\
  218.     '1'0 @  V.27ter 2400, (U1496 & U1496R only)           |\
  219.     '1'2 @  V.23 1200/75                                  |\
  220.     '1'3 @  V.23  600/75                                  |\
  221.     '1'4 @  V.22bis 2400/1200                             |\
  222.     '1'5 @  V.22 1200                                     |\
  223.     '1'6 @  V.21  300                                     |\
  224.     '1'7 @  V.32bis 14000/12000/9600/7200/4800            |\
  225.     '1'8 @  V.32bis 12000/9600/7200/4800                  |\
  226.     '1'9 @  V.32bis 7200/4800                             |\
  227.     '2'4 @  BELL 212A 1200                                |\
  228.     '2'5 @  BELL  103  300                                |\
  229.     '3'2 @  ZyXEL FAX 14400/12000/9600/7200/4800/2400     |\
  230.     '3'4 @  ZyXEL Cellular mode, 4800 (optional)          |\
  231.     '3'5 @  ZyXEL 16800, 9600T Cellular mode (Optional)   |\
  232.     '3'6 @  ZyXEL 19200, 4800T Cellular mode (PLUS-Models)?
  233. #C $0D
  234.  
  235. #E&P Puls dial make/break ratio ...
  236. #C "AT&P"
  237. #C ?'0@*  ratio = 39 % / 61 % |\
  238.     '1 @  ratio = 33 % / 67 % ?
  239. #C $0D
  240.  
  241. #E&R RTS - control ...
  242. #C "AT&R"
  243. #C ?'0 @  CTS tracks RTS (Delay in S26)     |\
  244.     '1@*  Ignore RTS, assumes RTS always on ?
  245. #C $0D
  246.  
  247. #E&S Data Set Ready (DSR) ...
  248. #C "AT&S"
  249. #C ?'0@*  DSR override, always on                |\
  250.     '1 @  According to CCITT, modem controls DSR ?
  251. #C $0D
  252.  
  253. #E&T Modem testing ...
  254. #C "AT&T"
  255. #C ?'0 @  Terminate Testing           |\
  256.     '1 @  Analog Loopback test (ALB)  |\
  257.     '3 @  Local Digital Loopback test |\
  258.     '4@*  Grant RDL Request           |\
  259.     '5 @  Deny RDL Request            |\
  260.     '6 @  Initiate RDL                |\
  261.     '7 @  Initiate RDL with self test |\
  262.     '8 @  Initiate ALB with self test ?
  263. #C $0D
  264.  
  265. #E&V View profile settings ...
  266. #C "AT&V"
  267. #C ?'0@*  View current active  |\
  268.     '1 @  View user profile #0 |\
  269.     '2 @  View user profile #1 |\
  270.     '3 @  View user profile #2 |\
  271.     '4 @  View user profile #3 |\
  272.     '5 @  View factory default ?
  273. #C $0D
  274.  
  275. #E&W Write profile# to NVRAM ..
  276. #C "AT&W"
  277. #C [' Write profile # in NVRAM |!0 !3 !0]
  278. #C $0D
  279.  
  280. #E&X Sync.timeing source ...
  281. #C "AT&X"
  282. #C ?'0@*  Internal Clock Timeing |\
  283.     '1 @  External Clock Timeing |\
  284.     '2 @  Remote Clock Timeing   ?
  285. #C $0D
  286.  
  287. #E&Y Break handling ...
  288. #C "AT&Y"
  289. #C ?'0 @  Destructive, expedited      |\
  290.     '1@*  Nondestructive, expedited   |\
  291.     '2 @  Nondestructive, unexpedited ?
  292. #C $0D
  293.  
  294. #E&Z Write phone nummbers ...
  295. #C "AT&Z"
  296. #C [' Postionion |!0 !9 !0]
  297. #C "="
  298. #C ?"280269"    @*  WÜ Maus Würzburg  |\
  299.     "030727056"  @  B  Maus Berlin    |\
  300.     "0228213230" @  BN Maus Bonn      |\
  301.     "0231174674" @  DO Maus Dortmund  |\
  302.     "046113117"  @  FL Maus Flensburg ?
  303. #C $0D
  304.  
  305. #E&Z?Show stored phone numbers
  306. #C "AT&Z?"
  307. #C $0D
  308.  
  309. ------------------------- Extended "AT&" Command Settings --------------------
  310. ------------------------------------------------------------------------------
  311. #E---- Extended AT* - Set ----
  312. ------------------------------------------------------------------------------
  313.  
  314. #E*B Dial-backup ...
  315. #C "AT*B"
  316. #C ?'0@*  OFF                          |\
  317.     '1 @  Phone Pointer at Location #1 |\
  318.     '2 @  Phone Pointer at Location #2 |\
  319.     '3 @  Phone Pointer at Location #3 |\
  320.     '4 @  Phone Pointer at Location #4 |\
  321.     '5 @  Phone Pointer at Location #5 |\
  322.     '6 @  Phone Pointer at Location #6 ?
  323. #C $0D
  324.  
  325. #E*C Character Length ...
  326. #C "AT*C"
  327. #C ?'0@*  10-bit characters |\
  328.     '1 @  11-bit characters |\
  329.     '2 @   9-bit characters |\
  330.     '3 @   8-bit characters ?
  331. #C $0D
  332.  
  333. #E*D Default phone pointer ...
  334. #C "AT*D"
  335. #C ['Phone Pointer at Location |!0 !9 !0]
  336. #C $0D
  337.  
  338. #E*E Error Control nego. ...
  339. #C "AT*E"
  340. #C ?'0@*  If Error control negotiation fails, keep the non-error |\
  341.     '1 @  If Error control negotiation fails, terminate the call ?
  342. #C $0D
  343.  
  344. #E*F Remote configuration ...
  345. #C "AT*F"
  346. #C ?'0@*  Deny Remote Configuration   |\
  347.     '1 @  Accept Remote Configuration ?
  348. #C $0D
  349.  
  350. #E*G Security function ...
  351. #C "AT*G"
  352. #C ?'0@*  OFF                               |\
  353.     '1 @  Type 1, with Password Check       |\
  354.     '2 @  Type 1, with PW Check + Call Back |\
  355.     '3 @  Type 2, with Password Check       |\
  356.     '4 @  Type 2, with PW Check + Call Back |\
  357.     '5 @  Type 2, with  " + " + remote site ?
  358. #C $0D
  359.  
  360. #E*HS Edit Supervisory PW ...
  361. #C "AT*HS"
  362. #C $0D
  363.  
  364. #E*H Edit user password ..
  365. #C "AT*H"
  366. #C [' Edit user PW # |!0 !9 !0]
  367. #C $0D
  368.  
  369. #E*I Command set ...
  370. #C "AT*I"
  371. #C ?'0@*  AT command set      |\
  372.     '1 @  V.25bis command set ?
  373. #C $0D
  374.  
  375. #E*L Panel lock funktion ...
  376. #C "AT*L"
  377. #C ?'0@*  Panel key normal |\
  378.     '1 @  Panel key locked ?
  379. #C $0D
  380.  
  381. #E*M Lesed line auto handshake ...
  382. #C "AT*M"
  383. #C ?'0@*  Originate mode |\
  384.     '1 @  Answer mode    ?
  385. #C $0D
  386.  
  387. #E*P Lesed line power Level ..
  388. #C "AT*P"
  389. #C [' transm. power lev (dBm) |!0 !15 !9]
  390. #C $0D
  391.  
  392. #E*Q Line quality change ...
  393. #C "AT*Q"
  394. #C ?'0@*  No Response to poor signal quality      |\
  395.     '1 @  Retrain Action if sigenal quality poor  |\
  396.     '2 @  Adaptive rate (auto fall-back/forwared) |\
  397.     '3 @  Disconnect for poor signal quality      ?
  398. #C $0D
  399.  
  400. #E*R Read remote config ...
  401. #C "AT*R"
  402. #C [' to local profile # |!0 !3 !3]
  403. #C ?'0@*  Remote user profile #0       |\
  404.     '1 @  Remote user profile #1       |\
  405.     '2 @  Remote user profile #2       |\
  406.     '3 @  Remote user profile #3       |\
  407.     '4 @  Remote current configuration |\
  408.     '5 @  Remote factory default       ?
  409. #C $0D
  410.  
  411. #E*S Secondary channel ...
  412. #C "AT*S"
  413. #C ?'0@*  OFF |\
  414.     '1 @  ON  ?
  415. #C $0D
  416.  
  417. #E*T Recall last Caller ID
  418. #C "AT*T"
  419. #C $0D
  420.  
  421. #E*V View password table
  422. #C "AT*V"
  423. #C $0D
  424.  
  425. #E*W Write Local User Profile ...
  426. #C "AT*W"
  427. #C [' to Remote User profile # |!0 !3 !3]
  428. #C ?'0@*  Remote user profile #0     |\
  429.     '1 @  Remote user profile #1     |\
  430.     '2 @  Remote user profile #2     |\
  431.     '3 @  Remote user profile #3     |\
  432.     '4 @  Local active configuration |\
  433.     '5 @  Local factory default      ?
  434. #C $0D
  435.  
  436. ------------------------- Extended "AT&" Command Settings --------------------
  437. --------------------------------- FAX ----------------------------------------
  438. #E---- Extended AT+ - FAX ----
  439. ------------------------------------------------------------------------------
  440.  
  441. #E+FAA Auto answer ...
  442. #C "AT+FAA="
  443. #C ?'0@*  DCE to answer as set by +FCLASS                |\
  444.     '1 @  DCE can anser and auto. determine calling type ?
  445. #C $0D
  446.  
  447. #E+FCLASS Service class ...
  448. #C "AT+FCLASS="
  449. #C ?'0@*  Modem mode   |\
  450.     '2 @  Class 2 mode |\
  451.     '6 @  ZFAX mode    |\
  452.     '8 @  Voice mode   ?
  453. #C $0D
  454.  
  455. #E+FBOR Phase C data bit ...
  456. #C "AT+FBOR="
  457. #C ?'0@*  Select direct bit order                     |\
  458.     '1 @  Select reversed bit order in receiving mode ?
  459. #C $0D
  460.  
  461. #E+FCON DCE response
  462. #C "AT+FCON"
  463. #C $0D
  464.  
  465. #E+FCR Capability recieve par ...
  466. #C "AT+FCR="
  467. #C ?'0@*  DCE will not receive message data or poll a remote ?
  468. #C $0D
  469.  
  470. #E+FDCC DCE capabilities par ...
  471. #C "AT+FDCC="
  472. #C ?"vr"@*  vr |\
  473.     "br" @  br |\
  474.     "wd" @  wd |\
  475.     "ln" @  ln |\
  476.     "df" @  df |\
  477.     "ec" @  ec |\
  478.     "bf" @  bf |\
  479.     "st" @  st ?
  480. #C $0D
  481.  
  482. #E+FDCS Current session par ...
  483. #C "AT+FDCS="
  484. #C ?"vr"@*  vr |\
  485.     "br" @  br |\
  486.     "wd" @  wd |\
  487.     "ln" @  ln |\
  488.     "df" @  df |\
  489.     "ec" @  ec |\
  490.     "bf" @  bf |\
  491.     "st" @  st ?
  492. #C $0D
  493.  
  494. #E+FDIS Current session neg ...
  495. #C "AT+FDIS="
  496. #C ?"vr"@*  vr |\
  497.     "br" @  br |\
  498.     "wd" @  wd |\
  499.     "ln" @  ln |\
  500.     "df" @  df |\
  501.     "ec" @  ec |\
  502.     "bf" @  bf |\
  503.     "st" @  st ?
  504. #C $0D
  505.  
  506. #E+FDR document reception
  507. #C "AT+FDR"
  508. #C $0D
  509.  
  510. #E+FDT Transmit phase C ...
  511. #C "AT+FDT="
  512. #C ?"df"@*  df |\
  513.     "vr" @  vr |\
  514.     "wd" @  wd |\
  515.     "ln" @  ln ?
  516. #C $0D
  517.  
  518. #E+FET End the page ...
  519. #C "AT+FET="
  520. #C ?'0 @*  Another page next, same document |\
  521.     '2  @  no more pages or documents       ?
  522. #C $0D
  523.  
  524. #E+FLID Local ID string
  525. #C "AT+FLID"
  526. #C $0D
  527.  
  528. #E+FMDL? Request DCE model
  529. #C "AT+FMDL?"
  530. #C $0D
  531.  
  532. #E+FMFR Request DCE manufacturer
  533. #C "AT+FMFR"
  534. #C $0D
  535.  
  536. #E+FREV? Request DCE revision
  537. #C "AT+FREV?"
  538. #C $0D
  539.  
  540. ------------------------- Extended "AT#" Command Settings --------------------
  541. --------------------------------- FAX ----------------------------------------
  542. #E---- Extended AT# - FAX ----
  543. ------------------------------------------------------------------------------
  544.  
  545. #E#B FAX result code ...
  546. #C "AT#B"
  547. #C ?'0 @*  AUS - normal                        |\
  548.     '1  @  EIN - BBS fax receiving application |\
  549.     '2  @  EIN - Polling feature of FAX        ?
  550. #C $0D
  551.  
  552. #E#C min. scan line time ...
  553. #C "AT#C"
  554. #C ?'0 @*  20 ms, T(7.7)=T(3.85)    |\
  555.     '1  @   5 ms, T(7.7)=T(3.85)    |\
  556.     '2  @  10 ms, T(7.7)=T(3.85)    |\
  557.     '3  @  20 ms, T(7.7)=1/2T(3.85) |\
  558.     '4  @  40 ms, T(7.7)=T(3.85)    |\
  559.     '5  @  40 ms, T(7.7)=1/2T(3.85) |\
  560.     '6  @  10 ms, T(7.7)=1/2T(3.85) |\
  561.     '7  @   0 ms, T(7.7)=T(3.85)    ?
  562. #C $0D
  563.  
  564. #E#F Set ZyXEL FAX mode
  565. #C "AT#F"
  566. #C $0D
  567.  
  568. #E#L max. recording length ...
  569. #C "AT#L"
  570. #C ?'0 @*  DIN A4 (297mm) |\
  571.     '1  @  DIN B4 (364mm) |\
  572.     '2  @  unlimited      ?
  573. #C $0D
  574.  
  575. #E#P Local ID string ...
  576.   maximal 25 characters
  577. #C "AT#P"
  578. #C ?"Alexander Güth"  @*  Alexander Güth   |\
  579.     "Helmut Kohl"      @  Helmut Kohl      |\
  580.     "Steven Spielberg" @  Steven Spielberg ?
  581. #C $0D
  582.  
  583. #E#R recording width ...
  584. #C "AT#R"
  585. #C ?'0 @*  1728 pixel (scan length 215 mm) |\
  586.     '1  @  2048 pixel (scan length 255 mm) |\
  587.     '2  @  2432 pixel (scan length 303 mm) ?
  588. #C $0D
  589.  
  590. #E#T Coding Scheme ...
  591. #C "AT#T"
  592. #C ?'0 @*  one dimensional  |\
  593.     '1  @  two dimensional  ?
  594. #C $0D
  595.  
  596. #E#V Vertical resolution ...
  597. #C "AT#V"
  598. #C ?'0 @*  normal |\
  599.     '1  @  high   ?
  600. #C $0D
  601.  
  602. ------------------------- Extended "AT+V" Command Settings --------------------
  603. --------------------------------- VOICE ----------------------------------------
  604. #E-- Extended AT+V - VOICE ---
  605. ------------------------------------------------------------------------------
  606.  
  607. #E+VBT DTMF tone generation ..
  608. #C "AT+VBT="
  609. #C [' duration at 0.1 sec. |!0 !255 !10]
  610. #C $0D
  611.  
  612. #E+VCON DCE reports Voice connection
  613. #C "AT+VCON"
  614. #C $0D
  615.  
  616. #E+VLS Voice I/O device sel ...
  617. #C "AT+VLS="
  618. #C ? '0  @*  Disconnect all I/O devices  |\
  619.      '1   @  Dial-up line jack           |\
  620.      '8   @  External mic.               |\
  621.      '1'6 @  Connect to Internal Speaker ?
  622. #C $0D
  623.  
  624. #E+VHN Automatic hang-ups ...
  625. #C "AT+VHN="
  626. #C ? '0  @*  DCE shall not disable automatic hang-ups          |\
  627.      '1   @  DCE shall disable automatic hang-ups with ATH0    |\
  628.      '2   @  DCE shall disable automatic hang-ups without ATH0 ?
  629. #C $0D
  630.  
  631. #E+VRA wait ringbacks ..
  632. #C "AT+VRA="
  633. #C [' duration at 0.1 sec. |!0 !255 !70]
  634. #C $0D
  635.  
  636. #E+VRN time to off hook ..
  637. #C "AT+VRN="
  638. #C [' duration at 0.1 sec. |!0 !255 !57]
  639. #C $0D
  640.  
  641. #E+VRX Start voice process
  642. #C "AT+VRX"
  643. #C $0D
  644.  
  645. #E+VSD silence/required periode ..
  646. #C "AT+VSD="
  647. #C [' sds noiser conditions |!0 !31 !15]
  648. #C [' sdi silenceperiod (0.1 sec.) |!0 !255 !70]
  649. #C $0D
  650.  
  651. #E+VSM Voice compression ...
  652. #C "AT+VSM="
  653. #C ? '1   @   9.6 kbps CELP        |\
  654.      '2  @*  19.2 kbps ADPCM 2-bit |\
  655.      '3   @  28.8 kbps ADPCM 3-bit ?
  656. #C $0D
  657.  
  658. #E+VTS Produce DTMF + other tones ...
  659. #C "AT+VTS="
  660. #C ? "What that ?" @  What that . |\
  661.      "Who there ?"@*  Who there . ? 
  662. #C $0D
  663.  
  664. #E+VTX Run transmission process
  665. #C "AT+VTX"
  666. #C $0D
  667.  
  668. #X
  669.