Sponsored Content
Full Discussion: PPP in netcfg
Top Forums UNIX for Dummies Questions & Answers PPP in netcfg Post 18871 by <Therapy> on Thursday 4th of April 2002 12:23:21 AM
Old 04-04-2002
One step further

Hi!
After playig aroud with the AT commands in wvdial.conf I got the modem to un hook and dial the number. I'm using

ATW (Makes the modem wait for dialtone) ATD [Number] (Dials the number) Smilie

to do this. Now the problem is that after dialing the number the modem dissconnects and tells that modem is not respoding. How do I make it wait until it gets an answer and then makes the "handshaking", sends the login and password?

Smilie
 

10 More Discussions You Might Find Interesting

1. IP Networking

PPP Network through TCP/IP

I have two unix systems. One is Redhat Linux and the other is Sun Solairs. I am runing PPP on my Linux machine but not on my Solaris machine. TCP/IP connects the two machines. I want to pick up PPP on both machines simultaneously with only one dial up connection on my linux machine. ... (4 Replies)
Discussion started by: Photon_Blast
4 Replies

2. IP Networking

How to get Caller Id in PPP

hello I am workin with PPP to send data from dos machine to unix & Linux machine using FTP with help of fax & voice modem(Caller id Enabled & Exchange provides facility). i need to identify phone(number) connect with Dos machine i.e. to identify from where data is send. so i want to get the... (0 Replies)
Discussion started by: yspl
0 Replies

3. UNIX for Dummies Questions & Answers

Error in connecting PPP connection

when i connect to SCO-Unix from Windows98 through PPP, the terminal window comes up asking for user name and password, when i enter PPP user name and password, it disconnects. kindly help me to sort out the problem in connection. thanks Nagendra Jaiswal (2 Replies)
Discussion started by: nagendrajaiswal
2 Replies

4. IP Networking

CCP In PPP

Hi, I am using linux-2.6.10 mandrake. In which i am establishing PPP sessions with the peer.During the PPP negotiations i negotiate even CCP-deflate compression option. I just wanted to know the amount of memory which is being used in kernel space by the compression algorithms,when a ccp... (0 Replies)
Discussion started by: sriram.ec
0 Replies

5. UNIX for Advanced & Expert Users

ppp errror message in logs

I am getting this message in the log file. Apr 29 15:32:02 router ppp: Warning: Label COPYRIGHT rejected -direct connection: Configuration label not found This repeats every so often, the link is up however...Any ideas why i am getting this. Its freebsd 6.1 and pppoE. Frank (1 Reply)
Discussion started by: frankkahle
1 Replies

6. Solaris

install PPP on Solaris 9

Background: I have been running Solaris 8 on an Ultra5 with 128MB and 4GB disk for years without upgrade. If it ain’t broke, don’t fix it. Now my ISP has upgraded their software, and no longer talks to my old (asppp!) software. Sun no longer ships newer versions of Solaris 8. So I bought Solaris... (1 Reply)
Discussion started by: sandee
1 Replies

7. Shell Programming and Scripting

SLIP/PPP questions

Hello all.. I need to script SLIP dial-up connections and wanted ask others about the following; - does pppd support SLIP (noticed some releases do and some don't) - if pppd doesn't support SLIP can bash variables be passed to a dip script (e.g. phone-number, ip-address) - or is another... (0 Replies)
Discussion started by: LAVco
0 Replies

8. IP Networking

Load Balancing ppp

Hello everybody How can i Load Balance two slow ppp(gprs) connections with iptables . (4 Replies)
Discussion started by: rink
4 Replies

9. UNIX for Dummies Questions & Answers

Not able to dial specific number using ppp

Hi all, I'm working on ppp establishment. When I tried calling a number using ppp, I could establish a PPP connection successfully. But, when I tried calling another ISP number, it is asking for authentication details whereas that is not the case with the other number. It throws an error saying... (0 Replies)
Discussion started by: sai2krishna
0 Replies

10. UNIX for Beginners Questions & Answers

No SMS notifications once ppp up

Hi all, I have an Siemens IoT2020 with a Sim7000e cellular board that I connect via USB to the board and connect to Telstra Cat-M1 network. I can send and receive SMS and do so using Node-Red but can also do with Minicom etc. When connected I get : root@iot2000:~# dmesg | grep USB ACPI:... (0 Replies)
Discussion started by: antc
0 Replies
acucap(5)							File Formats Manual							 acucap(5)

Name
       acucap - Automatic call unit capabilities file

Description
       The file lists the types of autodial modems and describes their attributes.

       The  program searches the file when it encounters an field in the file description. If the string matches a name entry in the file, the and
       generic dialing routines are used to place an outgoing call according to the attributes specified for the modem in the file.

       The program uses the same procedure for deciding how to activate an autodialer modem, except that searches for the brand name field of  the
       file in the database.

       Each  line  in  the file describes how to dial a given type of modem. This description consists of strings, time delays, and flags that are
       used to control the action of any modem.  Fields are separated by a colon (:).  Entries that end in a backslash character () followed by a
       newline are continued on the next line.

       The  first  entry  is the name or names of the modem.  If there is more than one name for a modem, the names are separated by vertical bars
       (|).

       The fields of the description follow the name.  A field name followed by an equal sign (=) indicates that a string value follows.  A  field
       name  followed  by  a pound sign (#) indicates that a numeric value follows. A field name followed by the separating colon (:) represents a
       Boolean.

Options
       The fields following the name of the modem define the capabilities of the modem.  Capabilities are either strings (str), numbers (num),	or
       Boolean	flags  (bool).	A string capability is specified as capability=value; for example, ``ss=^A^B''.  A numeric capability is specified
       by capability#value; for example, ``sd#1''.  A Boolean capability is specified by simply listing the  capability.   Strings  that  are  not
       specified cause nothing to be issued.

       ab (str)  Abort string.	This string is sent to the modem if is aborted.

       cd (num)  Completion  delay.   This  number  gives the time to wait between completion string characters (in seconds, unless the Boolean is
		 specified).

       cr (bool) Setting this Boolean causes the program to wait in the generic dial routine until the modem senses a carrier.

       co (str)  A modem command string which instructs the modem to change from the default speed to the speed specified by the xs field.

       cs (str)  Completion string.  The modem issues this string after receiving and responding to synchronization and dial strings.

       da (num)  Dial acknowledge.  This number gives the time to wait before looking for a dial response (in seconds).

       db (bool) Debug mode.  Setting this Boolean causes the generic dialer to give more information as it dials.

       dd (num)  Dial delay.  This number gives the time between dial characters (in seconds) unless the Boolean is specified.

       di (str)  Dial initialization.  This string is used to start a dialing sequence (placed just before the number to dial.)

       dr (str)  Dial response.  The modem sends this string if a dialing sequence that was just issued is successful.

       ds (str)  Disconnect string.  This string is sent to the modem when is finally disconnected.

       dt (str)  Dial termination.  This string is used to terminate a dialing sequence (placed just after the number to dial.)

       fd (num)  Full delay.  This number is the time to wait for a carrier to be detected (in seconds).  If the call is  not  completed  in  this
		 time, an error is returned.

       hu (bool) This Boolean causes the modem to hang up the phone if the line goes away.

       is (num)  This  number  specifies the speed the modem must be initialized at.  The conversation speed will later be set as specified by the
		 xs field.

       ls (bool) Use an internal sleep routine rather than for delays.	Thus, all delays are given in microseconds rather than seconds.

       os (str)  Online string.  The modem sends this string after carrier has been detected.

       rd (bool) Causes a 1-second delay after toggling dtr.  This action will only be taken if the re flag is also set.

       re (bool) This Boolean causes the modem to toggle dtr (data terminal ready) before beginning synchronization.  It  is  used  to	reset  the
		 present condition of the modem.

       rs (str)  Replacement  string.	This string is a single character that will be substituted for an equal sign (=) or dash (-) in the number
		 to be dialed.	Used so that delay characters can be represented uniformly, but allowing the correct delay character to be  passed
		 to a given modem.

       sd	 (num)	Synchronization  delay.   This	number gives the time between synchronization characters (in seconds unless the Boolean is
		 specified.)

       si (bool) This modem is attached to an interface that cannot return any characters until carrier is detected.   Digital's  DMF32  interface
		 acts in this way.

       sr (str)  Synchronization response.  What the modem sends in response to a synchronization string.

       ss (str)  Synchronization string.  The first string the modem expects to receive; a check to see if the modem is operating.

       xs (num)  Specifies the speed the modem will operate at after initialization at the default speed per the is field.

Examples
       The following example shows an entry for a Digital DF03 modem:
       df03|DF03|dec df03:
	    :cr:hu:re:di=^A^B:dd#1:os=A:ds=^A:fd#40:

Files
       Shared autodial modem data base

See Also
       tip(1c), uucp(1c)

																	 acucap(5)
All times are GMT -4. The time now is 03:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy