Ubuntu :: Route And Monitor Phone Calls?
Feb 21, 2011
I would be getting calls from customers who'd require the service I provide. The issue here is I may not always be around to take the calls so I was thinking if there is way by which I can connect my phone to my ubuntu desktop and keep a track of number of calls and simultaneously record them.
View 1 Replies
ADVERTISEMENT
Jun 13, 2010
I heard it possible to make a call from a pstn phone through the internet to a pstn phone elsewhere in the world. The caller pstn phone connects to something called a pbx[dunno what it is] and a linux box running some software[dunno what it is either] connects to the internet.How do I make that work?
View 5 Replies
View Related
Dec 8, 2010
I have been looking for a piece of software that can do the following; however, I am unsure what category of technology it would fall under. In addition, I am not sure if I am describing it correctly. I am looking for a piece of software that will allow a Bluetooth connection between my desktop, and cell phone. I then can place a Internet based call (SIP software, Skype, Google Talk) via the cell phone, which has been connected to the desktop system by Bluetooth.
I want to be able to receive and send calls via the cellphone, but use Internet for my calls. What got me thinking about this is a house phone I have by Panasonic, which has the capability to pair your cell phone via Bluetooth to the main base-station. This allows the option to answer calls to my house number, via my cell phone.
View 6 Replies
View Related
Sep 16, 2010
I often happen to give skype-to-landline (or skype-to-mobile) phone calls for work (calls to my boss who does not have an internet connection when in exotic places). Most of this conversations are work related and, having been granted permission by my boss, I would like to record them to an audio file instead of frantically taking notes on a piece of paper while he is talking.
View 5 Replies
View Related
Apr 7, 2011
I've bought the new AT&T's Velocity/GI461 USB modem. This is a nice toy because into one only stick there are integrated all the features that I need,like the GSM/3G/GPS modules. Googling I've found a good tutorial about how to connect it under Debian and about how to control the GPS data. You can read it going here :
[URL]
but what about to make and receive phone calls through the SIM card integrated and the AT commands ? Can someone give some help ? I've attached some documentation. Maybe this can be done using Wammu and/or Gnokii.
[URL]
View 1 Replies
View Related
Dec 1, 2009
I want to use my CentOS-Server for logging incoming phone calls using an AVM Fritz-Card.It should also be possible to notify clients (Linux and Windows) on incoming calls, or there should at least be a web-frontend.Is there any software like that in the CentOS-Repository available?Or is there another software like that, that is easy to install? I already asked google (an i will go on), but I couldn't exactly find what I want.
View 1 Replies
View Related
May 1, 2011
Is there a way to make phone calls and send SMS via mobile broadband 3G modem, i mean an application for the 3G modem which is similar to the one provided for windows by the manufacturer?
View 2 Replies
View Related
Oct 26, 2010
What is the real difference between system calls and normal function calls. Ultimately function calls too would be passed to kernel for some or the other work.
View 7 Replies
View Related
May 8, 2011
I have 3 network interfaces on my Linux Router :
Interface - Gateway - Type
Code:
br0 - 192.168.0.1 - Internet
eth2 - 192.168.1.1 - LAN
tun0 - 10.0.0.2 - VPN (via br0)
What I'd like to do is to route all TCP packets coming from eth2 to tun0 where a VPN client is running on 10.0.0.2. If I delete all default routes and if I add a new route to tun0 like :
Code:
route del default
route add default gw 10.0.0.2
Everything is fine, and everyone on eth2 can reach the Internet using the VPN access. Now the problem is that my VPN client does not allow any other protocols other than TCP. And I also want to allow VPN access only to eth2, no other LAN nor the router itself. use iptables to filter any TCP packets and mark them, so they can be sent to tun0, while any other packets can reach the Internet via br0 (192.168.0.1). I found on the Internet that we can mark packets before they get routed. Using the following commands :
Code:
iptables -t mangle -A PREROUTING -j MARK --set-mark 85 -i eth2 -p tcp --dport 80
ip route add table 300 default via 10.0.0.2 dev tun0
ip rule add fwmark 0x55 table 300
First of all, --dport 80 never work... :/ I wanted to filter TCP 80 packets coming from eth2, but none of them seems to be HTTP packets... oO (very strange...). Nevermind, I decided to forget about the --dport option. I use the "iptables -L -v -t mangle" command to see how many packets are marked, and it is working fine, all TCP packets coming from eth2 are marked. Now the problem is that none of them are routed to tun0 they are all respecting the "route -n" rules... and not the "table 300" rule I have created.
View 4 Replies
View Related
Mar 15, 2010
I need to write a script. In which, the 2nd part commands need to run under another bash shell environment.The enter_antoher_bash_env.sh will setup a new shell environment, call "bash". The rest commands need to run under the new env. (I cannot change this script too. )If I run these command one by one manually, it works of course. If I put them into a script, enter_another_bash_env.sh won't return because it calls "bash" command inside.
View 10 Replies
View Related
Jan 14, 2011
It's installed as a mobile broadband connection. Only works if my phone is plugged in during boot, otherwise plugging in my phone does nothing. For example, I booted my netbook earlier today but my phone wasn't plugged in. Tethering did not work, it just acts as if it isn't present. I rebooted (with my phone still attached) and now tethering magically works.
View 5 Replies
View Related
Apr 29, 2009
I would like to add a static route, however I do not understand what is meant by the Address setting below
GATEWAY2=10.241.58.62
NETMASK2=255.255.255.224
ADDRESS2=10.241.57.32
Does this mean any addresses beginning with 10.241.57.32 are routed over the gateway 10.241.58.62 an address range
View 3 Replies
View Related
May 16, 2010
I have a mobile phone (T68i) attached to my server and everything works fine. But sometimes the phone craches and needs to be rebooted wich is quite annoying.So I want to use a newer phone that is not 10+ years old :-)But when using a K610i or C702 the phone does not appear on /dev/ttyUSB0 as expected.When inserting the usb cable a dmesg gives this:
Code:
[5924924.451033] usb 1-3: new high speed USB device using ehci_hcd and address 19
[5924924.576728] usb 1-3: New USB device found, idVendor=0fce, idProduct=d0d9
[code]....
View 8 Replies
View Related
Jan 25, 2011
Having trouble getting my Netgear WNA1000 working thru wireless router. Have tried lots of suggestions from other threads to no avail. Someone suggested that th routing table isn't set correctly, so have been trying to use the follwing to make the proper entry in the routing table: sudo route add -net 192.168.0.1 netmask 255.255.255.0 dev wlan0
Result: error message stating with:
"route: netmask does not match route address"
followed by "Usage" instructions which tell me to do what I just did. Any ideas on how I can populate my routing table with correct entry for my wireless card? Not to complicate matters, but I temporarily turned off encryption on my router to eliminate that as a possibility until I get connected. So maybe it'still trying to connect via encrypted mode - do I need to turn off encryption on my (client) end?
View 2 Replies
View Related
Oct 21, 2010
I got this definition:"a process that replaces a series of related, specific routes in a route table with a more generic route." honestly I found it not so clear.. I want to know if this definition is correct and also more details about this subject..
View 1 Replies
View Related
Mar 1, 2010
I have a dell precision m4300 laptop with a 360 wireless bluetooth dell adapter On my system there is a debian lenny with kde3 and backported enable(everythings is p to date except bluez-utils and bluetooth holded at version 3.36-3)
Nowadays bluetooth more less works fine, I can send and receive single file to/from my phone (nokia n70)
The hell begin when I try to browse my phone files from konqueror...with bluetooth:/ I can see the list of all the device near me with sdp://[address]/ i can see two icons (obex file transfer & obex object push)
but I cant see or access to any file or folder into the phone.
I also try to update my bluez-utils to 4.60-1~bpo50+1 but in this case kbluetooth totally fail and a see the contextual menu of the system tray icon all disaled.
View 1 Replies
View Related
Jul 18, 2010
Is it possible to get work internetcalls (form [URL]) on ubuntu?
View 4 Replies
View Related
Aug 5, 2010
I while back I tried installing Skype form the software centre but for some reason it wouldn't work. Now, with a fresh install of Lucid, I see that Empathy comes pre-installed and allows video chatting. Is it worth setting up a account? Does anyone have experience with Empathy?
View 9 Replies
View Related
May 14, 2010
After I installed Lucid on my Netbook, I have different problems with ekiga.
First of all, some information about my ekiga account:
In ekiga I created a SIP-Account with a usual landline phone-number, my voip-provider is 1&1 (in Germany). In ekiga the account is named "Standard%limit", because I cannot register my sip-account without the "%limit". If I leave the "%limit" out, I get the message "Could not register (Forbidden)", but here on ubuntuforums (or maybe on launchpad) I read about the "%limit" as a workaround. Maybe it has something to do with my problem, I don't know.
Now, this is my problem:
Ekiga does not accept incoming phone calls after a few minutes after launching ekiga. Well, let me describe it this way: Usually ekiga plays a ringtone and shows a message whenever there is an incoming call. However, ekiga only behaves as described and expected just after launching ekiga. A few minutes later, lets say five or ten minutes, ekiga does not accept incoming calls anymore. I tested it with my mobile phone - when I call myself on the landline with my mobile phone, I expect ekiga to play the ringtone and show a message that there is an incoming call. However, ekiga does not do anything and after a few seconds the call is terminated automatically. But it is not the same as if ekiga is not running because if ekiga is not running I get the message that the subscriber is not available.
View 1 Replies
View Related
Aug 6, 2010
I've been receiving a ton of calls from telemarketers and political callcenters. What would be the simplest way to use Ubuntu to automatically drop calls incoming from blacklisted numbers?
I have Comcast Digital Voice service, which is technically VOIP but I think it interfaces with modems themselves just like any other phone service would.
I have a dedicated Ubuntu server sitting next to a phone jack already, so I'd like to use that if possible.
I've seen FreePBX and Asterisk, and hear that they can do the job. However, I haven't been able to tell just how easily they could be set up. It sounds like they might require me to get rid of all my phones and use soft phones instead... Does anybody know if it is as simple as buying a voice modem and configuring a PBX software to interface with it?
View 2 Replies
View Related
Nov 19, 2010
I am building an android, from the source using make command. I want to achieve simple logging while this make is happening.
Aim:
I want to look/log for internal system calls that are being made after i do 'make' command in bash terminal. So that after the make is done, i can look and study the internal method/file calls made while make was happening. In this way i will come to know how the actual building process works.
View 1 Replies
View Related
Apr 5, 2011
I am trying to use the video calls with skype. The person can see me but I cant see them or myself on the video call box. I have tried the download version from skype and inside my ubuntu software center and each had the same problem.
View 1 Replies
View Related
Apr 30, 2011
I've implemented a few custom system calls in my Ubuntu kernel, but I'm having some issues with the return values. Each function returns a variety of non-negative integers depending on which error is encountered. However, when I'm testing the system calls, the only negative value that gets returned to the user program is -1, regardless of what I have in the code.
Is there some special path I have to take to get the proper return values?
View 3 Replies
View Related
Mar 12, 2010
I have a dial-up modem in my Laptop.
Also I have a Dial-up line[Base Phone].
Can I make calls from Dialup modem [Making & Answering calls]?
View 5 Replies
View Related
Mar 17, 2010
I have been trying to figure out how to make audio calls in Pidgin. I have enabled the "Video/Voice Settings" plug-in, but do not get any options any where to initiate a voice call. I am trying to do voice over SIPE to Office Communication Server and I am not 100% sure if pidgin-sipe supports audio (I have looked around but can't find any information on features).
View 1 Replies
View Related
Mar 29, 2010
i upgraded to 10.04 and when i connect my psp system it calls it 9"e instead of PSP wich it used to in 9.04. how to rename it?
View 2 Replies
View Related
Jun 30, 2010
How come I cant send files, start video calls etc while using this? The option is there but isn't highlighted and I'm unable to press it.
Is this something to do with the person I'm chatting to, or something else?
View 2 Replies
View Related
Nov 19, 2010
I live in india and I have a BSNL 3G dongle. I am using it on my laptop. I would like make phone calls using it. I was able to sends sms but no luck on voice call. In windows they provided a software for making voice calls, so the hardware supports it.
View 1 Replies
View Related
Mar 14, 2011
I use gmail's Google Voice plugin to get calls while in the mail browser. I have a usb headset attached to my PC that I currently can output my voice chat from things like Mangler to, so I know my setup is capable of routing specific apps thru specific output devices. My issue comes form being unable to find anywhere to specifically set voice traffic thru my headset as I did while in windows. How do I do this so I don't have to quickly change my sound output when a call comes in? Or is there at least some kind of button or toggle to make that change without having to open the sound prefs menu?
View 1 Replies
View Related
Jan 14, 2010
I've a issue on Skype 2.1 beta, my Ubuntu version is Karmic Koala. Well, my camera works perfectly in guvcview and in skype test (I already modified config.xml in my user dir to have 640x480, my cam is Ricoh r5870). OK, as soon as I start my video or I get itautomatically started it goes 320x240 and very bad. I turn it off during the call and I restart it: it works perfectly. Could I solve this issue by telling skype to open the video "just like if it were the second time" ?
View 1 Replies
View Related