Freephoneline in Ubuntu 9.10

This section is for general discussions surrounding digital phone service.
soltero5965
Just Passing Thru
Posts: 5
Joined: 10/02/2009

Freephoneline in Ubuntu 9.10

Post by soltero5965 »

Hello would freephoneline work in Ubuntu 9.10
I downloaded freephone softphone on my
laptop with Ubuntu 9.10 but it wont work
it work on my desktop with windows xp what could be wrong?
User avatar
FONGO_kris
Site Moderator
Posts: 1937
Joined: 05/06/2009
SIP Device Name: Polycom 550 IP Phone
Firmware Version: 4.2.0.0310
ISP Name: Rogers Cable
Computer OS: Ubuntu 11.10
Router: Cisco E1200-N
Smartphone Model: Samsung Galaxy S2
Android Version: 4.0.3
Location: Cambridge, Ontario, Canada

Re: Freephoneline in Ubuntu 9.10

Post by FONGO_kris »

I do feel your pain, I am running Ubuntu 9.10 as well, and currently we do not have a Linux version of the software phone. I've found that running Sun VirtualBox with Win XP still works quite well in the mid-term. You can also install "Guest Additions" which enables seamless mode, which will put the windows task bar above your bottom panel (If you have one) and enable you to run ANY windows program in it. I wouldn't advice using Wine, as it has quite a few compatibility issues with Karmic 9.10.
Kris
Logistics & International Purchasing | Fongo
Call us toll-free! 611 from your fongo phone or 1-855-836-3355
Please advise I will no longer be contributing to this forum for the time being. Please feel free to email me.
-----------------------------------------------------------------------------------------------------------------------------------------------
Samsung Galaxy S2 [GT-I9100] / 3.0.15-I9100XXLPH / Thebyani v3.2
soltero5965
Just Passing Thru
Posts: 5
Joined: 10/02/2009

Re: Freephoneline in Ubuntu 9.10

Post by soltero5965 »

admin wrote:I do feel your pain, I am running Ubuntu 9.10 as well, and currently we do not have a Linux version of the software phone. I've found that running Sun VirtualBox with Win XP still works quite well in the mid-term. You can also install "Guest Add-Ons" which enables seamless mode, which will put the windows task bar above your bottom panel (If you have one) and enable you to run ANY windows program in it. I wouldn't advice using Wine, as it has quite a few compatibility issues with Karmic 9.10.
"Guest Add-Ons" how do i install this program...no idea about this..Kris
User avatar
FONGO_kris
Site Moderator
Posts: 1937
Joined: 05/06/2009
SIP Device Name: Polycom 550 IP Phone
Firmware Version: 4.2.0.0310
ISP Name: Rogers Cable
Computer OS: Ubuntu 11.10
Router: Cisco E1200-N
Smartphone Model: Samsung Galaxy S2
Android Version: 4.0.3
Location: Cambridge, Ontario, Canada

Re: Freephoneline in Ubuntu 9.10

Post by FONGO_kris »

So once you have the machine started up, click "Devices" and move down to the bottom where it says "Install Guest Additions"

This will probably take about 15 minutes but once you're done it will look something like this:
Screenshot-Windows XP Professional [Running] - Sun VirtualBox.png
You can switch between normal windowed veiw and seamless veiw with Host + L (Host is usually Ctrl on the right side of the keyboard).
You do not have the required permissions to view the files attached to this post.
Kris
Logistics & International Purchasing | Fongo
Call us toll-free! 611 from your fongo phone or 1-855-836-3355
Please advise I will no longer be contributing to this forum for the time being. Please feel free to email me.
-----------------------------------------------------------------------------------------------------------------------------------------------
Samsung Galaxy S2 [GT-I9100] / 3.0.15-I9100XXLPH / Thebyani v3.2
Skylark942
Just Passing Thru
Posts: 7
Joined: 08/07/2009

Re: Freephoneline in Ubuntu 9.10

Post by Skylark942 »

Anything new about getting it ported over to Linux built OS's? I see that you're doing beta for Macs. From what I remember, Macs are partly Unix-based. Therefore the new Mac
Freephoneline software being designed should technically work on Linux?
User avatar
FONGO_steve
Site Moderator
Posts: 2131
Joined: 07/16/2009
SIP Device Name: Grandstream 286 & 701
ISP Name: Worldline.ca
Computer OS: Windows 7 Ultimate / Mac OS X
Router: TR1043ND w/ DD-WRT Mega
Smartphone Model: Galaxy S3
Android Version: 4.0.4
Location: Cambridge

Re: Freephoneline in Ubuntu 9.10

Post by FONGO_steve »

Skylark942 wrote:Anything new about getting it ported over to Linux built OS's? I see that you're doing beta for Macs. From what I remember, Macs are partly Unix-based. Therefore the new Mac
Freephoneline software being designed should technically work on Linux?
It's still on the agenda, I can tell you that much. However, no official work has begun on this yet.
Steve
Fongo
Development Support Specialist.
hpu
One Hit Wonder
Posts: 1
Joined: 01/19/2011
Computer OS: Linux

Re: Freephoneline in Ubuntu 10.10

Post by hpu »

Hi,

I installed FPL on two virtual machine (Xp and 7) with virtual box but I alway get "No connection to the server" on my windows partition or on ubuntu.

And there's no problem with FPL directly installed on my windows partition.

What do I need to configure?

Thanks.
curriegrad2004
Active Poster
Posts: 68
Joined: 09/03/2010
SIP Device Name: FreeSwitch SoftSwitch
Firmware Version: Latest Git
ISP Name: Telus HSI/Rogers 3G
Computer OS: Windows 7
Router: Netfilter with SIP ALG
Location: CYVR - Runway 26L

Re: Freephoneline in Ubuntu 9.10

Post by curriegrad2004 »

You'll probably need to get the SIP/RTP port forwarding working correctly on the host machine if you're using NAT for the guests network connectivity. A easy way to mange this is probably using netfilter's ip_nat_sip module. But if you're just simply bridging the host network's NIC to the guest NIC then loading ip_nat_sip is probably unnecessary...

Running the command "modprobe ip_nat_sip" as root on the host will load a filter that's going to snoop on to the SIP headers and then dynamically forward the ports to the guest. However with that method there's a gotcha, you'll need to run that command everytime if you want to get FPL working on the guest machine (Hint, hint: That's why start up scripts exist!)

As for your router goes, you'll have to figure out on how to forward those ports. If you are using a Linux based router, you can probably do the same to the router by loading the ip_nat_sip module, however don't take my word for it on the router, it might not even work depending on what your router distro is or if you even have root access to the router...