Phone dialer?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Phone dialer?
# 1  
Old 07-12-2003
Phone dialer?

Dos someone know of a simple phone dialer I can use to paste in a phone number, and dial it? It's a lazy habit I got into using Dos, and Windows.
Sonshyne5
# 2  
Old 07-15-2003
% cu 8004269400

(might be too simple)
# 3  
Old 07-15-2003
Quote:
Originally posted by thehoghunter
% cu 8004269400

(might be too simple)
Well, simple is good. But maybe I'm too simple to understand your reply. Is "cu" a dialer? and what does "%" mean? What would be the syntax to actually7 place a call? I guess the place to start is the terminal window??

I know that from DOS it is possible to issue a command (although I've forgotten what it is) that will cause the phone to dial, so I guess it should be possible from a terminal window, but I don't know how.

Thanks, thehoghunter.

Sonshyne5Smilie
# 4  
Old 07-16-2003
% is the prompt in a csh.
If you are using sh or ksh, it would be $.

cu is a command - run it from a terminal window.

Read the man page on cu for further info.

$ man cu
or
% man cu
# 5  
Old 07-16-2003
Quote:
Originally posted by thehoghunter
% is the prompt in a csh.
If you are using sh or ksh, it would be $.
cu is a command - run it from a terminal window.
% man cu
I guess "csh" and "ksh" and "sh" are shells, or command interpreters. My unit is running "bash", and when I give the "cu" command I get an error that says:
"bash: cu: command not found"
I note reference on some web sites to changing the shell, but I haven't figured out how to do it yet, or where to get a shell that contains the "cu" command, or even if it's a good idea. I'm running Suse 8.1 kernel 2.4.19
Sonshyne5
# 6  
Old 07-16-2003
Only a very few commands are built into a shell. Most commands are programs which are installed in various directories. Switching shells isn't going to help you. And bash is a nice shell anyway.

On linux, it looks like the equivalent of cu is called minicom. And minicom is not a shell builtin. The command "which minicom" returns /usr/bin/minicom for me (on Redhat Linux).

So see if you have a minicom command. A good place to start would be to try:
man minicom

I have never used minicom so I won't be able to help you with it.
# 7  
Old 07-16-2003
Check out Kall - a phone dialer for kde - this may be what you were looking for.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Os Open source dialer not working on Centos Asterisk platform

Hi We have one centos Server on Asterisk platform and using OS Open source dialer for dialing outbound connections.We are using eyebeam as a softphone for calling with Server ip 192.168.1.X.Today i found dialing issues with each client side phones.Not showing pause/resume button when browse... (0 Replies)
Discussion started by: Vaibhav.T
0 Replies

2. Red Hat

Os (open source dialer config on centos)

Hii Champs I want to configure OS (Open source dialer on asterisk platform) for Centos.here is the detail : We are going to use inbound outbound calling.We have Two servers with 2 separate network for inbound and outbound calling.using 6 mbps dedicated line with 2 mbps bakcup line.I want... (0 Replies)
Discussion started by: Vaibhav.T
0 Replies

3. UNIX for Dummies Questions & Answers

Connecting a phone

I have an LG VX9800 (The V), am using Linux Mint, and just downloaded BitPim. The problem: BitPim doesn't detect my phone. Then again, the computer doesn't even do that. I read here (under Reference > USB > Linux USB Setup) about direct USB access, but Linux Mint apparently doesn't use hotplug. Or... (0 Replies)
Discussion started by: Zucriy Amsuna
0 Replies

4. AIX

Phone support

We have a 7028 p series server that has a lapsed hardware service contract, and I was attempting to create a billable tech support phone call, and IBM said that they do on site billable only. Is anybody out there aware of reputable third party support companies I might be able to contact. I have... (7 Replies)
Discussion started by: markper
7 Replies

5. UNIX for Dummies Questions & Answers

Phone Dialer?

Is there a phone # dialer for Unix? I'm specifically looking for one in the OS X terminal, but I can run it through my FreeBSD computer too. --Andrew (0 Replies)
Discussion started by: andrewgray
0 Replies

6. Shell Programming and Scripting

Phone Directory

Hi Guys; im new here...my name is Mark and im a student from sinapore...i need help with a project im working on...can someone tell me how to create a phone directory with scripting which must include user-ID and password...im so worried right now cause i don't know where to start..i... (3 Replies)
Discussion started by: MaRk2002
3 Replies
Login or Register to Ask a Question