Does anyone know of a ppp dialer that uses call waiting to hang up when
incoming calls are detected.
I heard that such functionality was available in the Windoze world, and
was wondering
if such was available for Linux.
thanks,
Christian
thanks,
Christian
> thanks,
> Christian
> > Does anyone know of a ppp dialer that uses call waiting to hang up when
> > incoming calls are detected.
--Carl
1. How to 'WAIT' in ppp ppp-on-dialer script?
Hey, I have a little problem which I can't find documentation for.
I am running Linux (pre 2.0 kernel) and ppp 2.2.0f.
My scripts in ppp-on-dialer work for two of my accounts with no
problem, but one account I have needs a 'wait' for about 3-5 seconds
and I can't find docs anywhere to tell you how to 'wait'. In fact,
there is not much documentation for ppp-on-dialer anywhere
(that I can find). So, anyone know how to 'wait' for a few seconds
in the ppp-on-dialer script?
Here is my script and I have noted where I need the wait: Thanks for any help Douglas Stoun 3. fork,exec and wait and wait and wait and wait 4. Anyone using ARCADA to backup 5. PPP - sh: /etc/ppp/ppp-on-dialer: Permission denied HELP! 7. Ask ppp-on and ppp-on-dialer for ppp connection 8. Where is the ELF libc and bin utils? 9. ppp-on/ppp-on-dialer/ppp-off?? 10. Scripts for ppp-on, ppp-on-dialer, ppp-off 12. How to get call waiting to disconnect ppp daemon? 13. How to use call waiting with ppp???
---------------------------------------------------------------------------
#!/bin/sh
#
# This is part 2 of the ppp-on script. It will perform the connection
# protocol for the desired connection.
#
exec 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 \
OK ATDT$TELEPHONE \
CONNECT '' \
# Here is where I need a pause since the server requires it
"username>"--ogin: $ACCOUNT \
"password>" $PASSWORD \
"keys:" '1'
---------------------------------------------------------------------------
Center for Music Research - Florida State University
http://www.music.fsu.edu