Dip script using pulse dial

Dip script using pulse dial

Post by D » Sat, 19 Aug 1995 04:00:00



I can't figure out how to switch to tone dialing in my dip
script.  Any ideas?

-Derick


--

 
 
 

Dip script using pulse dial

Post by Peter Dalgaar » Sat, 19 Aug 1995 04:00:00



>I can't figure out how to switch to tone dialing in my dip
>script.  Any ideas?

If your modem is anywhere near standard Hayes compat.:

ATD123456  dial w. current default
ATDT123456 dial w. tone
ATDP123456 dial w. pulse

--
   O_   ---- Peter Dalgaard
  c/ /'  --- Dept. of Biostatistics
 ( ) \( ) -- University of Copenhagen


 
 
 

Dip script using pulse dial

Post by root » Sun, 20 Aug 1995 04:00:00


Put a T in front of the phon e  number   no spaces Txxx-xxxx.
 
 
 

Dip script using pulse dial

Post by Dan Keithl » Thu, 24 Aug 1995 04:00:00




>Subject: Dip script using pulse dial
>Date: 18 Aug 1995 01:13:16 -0700
>I can't figure out how to switch to tone dialing in my dip
>script.  Any ideas?
>-Derick

>--

I'm a new user but I spent a little time on dip. It has a command called
"init" that allows you to send an initialization string to your modem using
the command "reset" (I think). Maybe others have more details??

Good Luck - Dan Keithlin  

 
 
 

Dip script using pulse dial

Post by Nhat H. Ph » Fri, 25 Aug 1995 04:00:00




: >Subject: Dip script using pulse dial
: >Date: 18 Aug 1995 01:13:16 -0700

: >I can't figure out how to switch to tone dialing in my dip
: >script.  Any ideas?

: >-Derick


: >--

: I'm a new user but I spent a little time on dip. It has a command called
: "init" that allows you to send an initialization string to your modem using
: the command "reset" (I think). Maybe others have more details??
:  

: Good Luck - Dan Keithlin  

try dial t####

--

                                    |
                                  --*--
                                    |
                                Boldly Go

                              Where No Man

                            Has Gone Before!



                  ----_______----   \       --------------------
                                 \   \      --------------------
                                  \   \________/      /
                                   \_________________/

 
 
 

Dip script using pulse dial

Post by roo » Wed, 30 Aug 1995 04:00:00






: : >Subject: Dip script using pulse dial
: : >Date: 18 Aug 1995 01:13:16 -0700

: : >I can't figure out how to switch to tone dialing in my dip
: : >script.  Any ideas?

: : >-Derick

Try putting an "ATDT" in your dialing prefix.  The DT tells it touch-tone
dialing, compared to DP for pulse dialing.

Ashar

 
 
 

Dip script using pulse dial

Post by Kristen Kre » Mon, 11 Sep 1995 04:00:00







>>Subject: Dip script using pulse dial
>>Date: 18 Aug 1995 01:13:16 -0700

>>I can't figure out how to switch to tone dialing in my dip
>>script.  Any ideas?

>>-Derick

The easiest thing to do is to add a T before the phone number Txxx-xxxx.

I t works fine and will be in your dip script.  Kristen

 
 
 

1. HELP IBM dip script does not dial pulse

Hi all,
I am using the IBM dip script to connect InterNet but
I do not the reason but I can not dial by pulse instead of
tones. It used to dial by pulse but after sometimes I do not
why it dials always by tones.
Normally I do not have problems but in some ocasions I can
not connect internet because the phone line only work by pulse.
I am using Slackware 2.3, kernel 1.2.8 and also I have compiled
1.3.49.
The first lines of the script are like follows:
-------------------------------[snip]-------------------------------
#LINUX DIP Script for the IBM Internet Connection

main:
  get $remote 129.37.0.0
  netmask 255.255.255.0
  # Set the desired serial port and speed.
  port modem
  speed 38400
  #send terminal databits 8\n
  send terminal flowcontrol rts\n
  send terminal telnet-transparent\n
  reset

  # Put in an appropriate modem string
  send ATQ0V1E1X4\r
  wait OK 10
  if $errlvl != 0 goto modem_trouble
  # your local access number
  dial 3933355
  if $errlvl != 1 goto modem_trouble
------------------------[snip]-----------------------
I always understood that when you do not put
an "t" at the end of the line " dial 3933355" it
should dial by pulse but it never happens.
I would appreciate any idea.

best regards,
Javi,
Valencia,
SPAIN

2. Raid 0 wihout a Raid Controller

3. DIP pulse dialing and dip.pid

4. mysterious interface

5. DIP only uses pulse dialing?!

6. proc filesystem infomation

7. dip "dial" command defaults to PULSE dialing!!!

8. restrictions on "tux"?

9. pulse dialing using ppp script

10. dip dialing pulse instead of tone

11. Pulse dialling problem with dip

12. DIP pulse dial = NOT !

13. How to dial pulse with dip?