See below.

At 10:03 AM 11/4/99 -0500, Chris Bennett wrote:
>Thanks for your response, That I am acutaly wondering is what the syntax
>would be to put that initialization string in my ppp-on-dialer script
>
>Here is the script straight from the PPP-HOWTO
>
>  #!/bin/sh  #
>  # This is part 2 of the ppp-on script. It will perform the connection
>  # protocol for the desired connection.  #
>  /usr/sbin/chat -v                                                 \
>          TIMEOUT         3                               \
>          ABORT           '\nBUSY\r'                      \
>          ABORT           '\nNO ANSWER\r'                 \
>          ABORT           '\nRINGING\r\n\r\nRINGING\r'    \
>          ''              \rAT                            \
>          'OK-+++\c-OK'   ATH0                            \
>          TIMEOUT         30                              \
===>>> add here the following 2 lines (not sure if the second is needed)
           OK              AT&FS11=95                      \
           TIMEOUT         30                              \
===>>> (this assumes the AT string you wanted is right - I still can't help
===>>> you with that since I still don't know what modem you are using)       
>          OK              ATDT$TELEPHONE                  \
>          CONNECT         ''                              \
>          ogin:--ogin:    $ACCOUNT                        \
>          assword:        $PASSWORD
>
[rest deleted]
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------

Reply via email to