Sponsored Content
Full Discussion: telephone working in unix
Top Forums UNIX for Dummies Questions & Answers telephone working in unix Post 32159 by raju on Tuesday 19th of November 2002 06:37:49 PM
Old 11-19-2002
Bug

R. Prabhu,
if this is home work , You have missed FAQ and rules of this site. check them out first.
Simply speaking , pstn networks can use unix "gateways" to transmit voice over I.P.
that is if u have backbone for pstn ready , than this is what happens:
caller A picks up a phone , gets dial tone (from PSTN backbone)
dial a no of reciver B. The gateway server uses TCP /IP , which sends this signal as packet based ,to another Gateway node in IP world , which than looks at this package , decides which destination gateway can handle this package (or telephone no),
forwards it there , than that gateway sends that package to reciver B. and call is completed. As I.P is Packed based ,there is no dedicated connection , that is every one can use same connection . where as in PSTN pure network , one a link is established , it can not be used untill free.
regarding coding , i dont know. But You got to write a code , how to connect to or "dial in" ( i think using cu "tel no" command)to a getway server.
good luck
raju
 

7 More Discussions You Might Find Interesting

1. IP Networking

unix and xp working together??

Unix and windows XP on a IBM rs6000 server. I can't approche the server from the pc with XP. Can somebody tell me something about this problem?:confused: (4 Replies)
Discussion started by: charley
4 Replies

2. IP Networking

all about telephone in unix

hai to all, that i came to know all telephone exchanges use unix.i want to know wheather we can connect telephones uaeing unix,if it possible means how&and also i need about more information about "telephones in unix" ... (1 Reply)
Discussion started by: radheesh
1 Replies

3. UNIX for Dummies Questions & Answers

Got connected with Modem but cannot dial Telephone no. to connect to host

Hello There, I configure my Modem as follow. Step1. # admintool & Then from Browse --> Serial Port i select tta port and Edit --> Modify From that i select Template : Modem:Dial Out Baud Rate: 9600 Ok Step 2 # tip /dev/cua/a connected (1 Reply)
Discussion started by: abidmalik
1 Replies

4. Shell Programming and Scripting

RS in unix not working

my code is nawk ' BEGIN { RS = "<CRM"; FS = ".;-" } ' file_name even when i have explicitly defined the record separator as <CRM. Still the system is taking new line as record separator. please help Thanks in advance. Regards Rochit (1 Reply)
Discussion started by: rochitsharma
1 Replies

5. UNIX for Dummies Questions & Answers

UUCP (Unix to unix copy) not working

I have a problem using uucp. I have Ubuntu 10.4 and i installed the 'uucp' package. In my LAN there are a desktop pc, a laptop, and the router the desktop local ip is: 192.168.0.2 the laptop local ip is: 192.168.0.4 Here are the /etc/uucp/config and the /etc/uucp/sys i used on the desktop.... (4 Replies)
Discussion started by: mghis
4 Replies

6. Homework & Coursework Questions

Telephone book script

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Hi, here is my other assignment for the week. Create a shell script for a telephone book application. ... (7 Replies)
Discussion started by: Jagst3r21
7 Replies

7. Shell Programming and Scripting

Telephone Format and Check

How can I script to check telephone number entered by user in a uniz script: print -n "Enter telephone number to check ? " ; read telno How do I script to : 1) Check if entered without dashes or with dashes 2) If without dashes how can I check: if telno is only 10... (2 Replies)
Discussion started by: mrn6430
2 Replies
FAXANSWER(8)						      System Manager's Manual						      FAXANSWER(8)

NAME
faxanswer - tell a HylaFAX server to answer the telephone SYNOPSIS
/usr/sbin/faxanswer [ -q queue-dir ] [ -h how ] modem DESCRIPTION
faxanswer sends a message to the HylaFAX faxgetty(8) process servicing modem telling it to answer the telephone. This is useful, for exam- ple, when a modem is used on a shared phone line and the server is configured to not normally answer the phone. The specified modem can either be the name (typically the last component of the terminal port the modem is attached to), or the full name of the associated FIFO named pipe file, e.g. ``FIFO.ttym2''. OPTIONS
-q dir Use a spooling area other than /var/spool/hylafax. -h Specify exactly how the phone should be answered. By default, the server process is instructed to answer the phone and accept any kind of call (voice, data, fax). Discrimination of the type of call is dependent on a modem's adaptive-answer support. The -h option can be used to force the server to answer the phone for particular type of call: one of fax, data, voice, any, extern (to force faxgetty to invoke an external application to to handle the call), or dialX (where X is a dialstring to dial before initiating a fax reception). If using dialX, the specified dialstring will likely need to end with a semicolon (``;''). FILES
/var/spool/hylafax default spooling area /var/spool/hylafax/FIFO fifo for contacting faxq Consult hylafax-server(5) for a complete discussion of the structure and content of the spooling area. SEE ALSO
hylafax-server(5), faxgetty(8) May 23, 1996 FAXANSWER(8)
All times are GMT -4. The time now is 01:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy