![]() |
Dear sirs, I had a problem with Motorola Lifestyle and Premier modems. It was not possible to put them into normal adaptive answer mode. Now i'm fixed this with modem script. As i red mailing list, few people asking help on that. So i'm sending script that works form me (SGI+Lifestyle or SGI+Premier). (Please do not look at the comments - they could be obsolete) #------------------------------------------------------------------------------------ # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class1 # use class 1 interface ModemRate: 38400 # locked for fax sending&receiving ModemFlowControl: rtscts # default # ModemNoFlowCmd: AT\Q # disable flow control cmd ModemSoftFlowCmd: AT&R1\Q1 # software flow control cmd ModemHardFlowCmd: AT&R\Q3 # hardware flow control cmd ModemSetupDTRCmd: AT&D3 # DTR off causes modem to reset ModemSetupDCDCmd: AT&C2 # DCD follows carrier ModemSetupAACmd: AT+FCLASS=0+FAA=1 # AdaptiveAnswer: yes # ModemAnswerCmd: "AT*FR\nATA" #ModemWaitForConnect: yes # modem sends FAX/DATA first # # Apparently Rev 2 of the firmware requires that you send ATO # to initiate a data connection when adaptive answer is set; the # following will send ATO and then wait for the CONNECT response. # ModemAnswerFaxBeginCmd: "<waitfor:CONNECT>" ModemAnswerDataBeginCmd: "ATO\n<waitfor:CONNECT>" # ModemMfrQueryCmd: !Motorola ModemModelQueryCmd: !28.8 ModemRevQueryCmd: AT%V # model and firmware rev # ModemDialCmd: ATDT%s # T for tone dialing # #----------------------------------------------------------------------------- Best regards, Gintautas Rakauskas