Notices


Reply
Thread Tools
Posts: 67 | Thanked: 13 times | Joined on Feb 2008 @ U.S.A.
#1
When connecting over VPN tunnel, both of my VOIP accounts (from different SIP providers) fail to connect. I've tunneled to a couple different servers, both of which work with VOIP just fine from a workstation.

Has anyone successfully connected VOIP over VPN?

After a search of the forum, I'm surprised to be the only one reporting this, because it's been broken as long as I remember, and would seem to be a somewhat common need. It has failed with multiple different voip providers, and vpn providers, strongly suggesting the there's an issue on the client platform side.

Is there any way to see a detailed log of why the VOIP connection fails? I'm not sure how to go about diagnosing this.

Last edited by jgombos; 2009-08-05 at 07:23.
 
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#2
Google is better for searches
https://bugs.maemo.org/show_bug.cgi?id=1860
 

The Following 2 Users Say Thank You to mikkov For This Useful Post:
Posts: 67 | Thanked: 13 times | Joined on Feb 2008 @ U.S.A.
#3
I'm glad to see that the bug has been reported. It's a couple years old and still not resolved, so in the meantime, are there any workarounds?

Someone posted a suggestion for another app. Now I've returned to get the name of the app so I can look into that option, and I see that the post is gone. What happened? Can someone tell me what that app was?
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#4
Originally Posted by jgombos View Post
I'm glad to see that the bug has been reported. It's a couple years old and still not resolved, so in the meantime, are there any workarounds?
Yes, do read the afore-mentioned bug page, and comments 14, 16 & 25 in particular.
 

The Following User Says Thank You to lma For This Useful Post:
heavyt's Avatar
Posts: 708 | Thanked: 125 times | Joined on Jan 2007 @ Too Close To D.C
#5
Having no luck in getting voip/sip to work over openvpn (N810).
I read the posts in https://bugs.maemo.org/show_bug.cgi?id=1860 and applied the work arounds, outline in #25 and also #29 and #31. Here is the error read out I get when I run a test in Openvpn Gui test option:
Code:
/etc/openvpn/nokia.up tun0 1500 1542 192.168.66.6 192.168.66.5 init
script failed: could not execute external program
Exitng
Here is my nokia.up script file in /etc/openvpn
Code:
#!/bin/sh

for acct in $(ls -d /var/lib/gconf/apps/telepathy/mc/accounts/sip* | while read
i; do echo $(basename $i); done); do\

  # Force the VPN SIP account to bind itself to the
  # VPN address we have just been allocated.
  mc-account set $acct string:local-ip-address=$4

  # Use the VPN host's address as the SIP proxy,
  # since we can't count on any other being reachable.
  #mc-account set $acct string:proxy-host=vpn-host.example.com 

done
Looking for help, thanks
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#6
I looked at the bug report - you want the bits to look like
rwxr-xr-x, or at least rwxr--r--
(note the 'x'). chmod 0755 will give you rwxr-xr-x (or just use chmod u+x)

The 'x' is the execute bit for files.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 

The Following User Says Thank You to TA-t3 For This Useful Post:
heavyt's Avatar
Posts: 708 | Thanked: 125 times | Joined on Jan 2007 @ Too Close To D.C
#7
Originally Posted by TA-t3 View Post
I looked at the bug report - you want the bits to look like
rwxr-xr-x, or at least rwxr--r--
(note the 'x'). chmod 0755 will give you rwxr-xr-x (or just use chmod u+x)

The 'x' is the execute bit for files.
Thanks, seems to work!
 
Posts: 16 | Thanked: 0 times | Joined on Mar 2010
#8
Hey guys, I am new to maemo/N900. So can anyone please explain me in detail to get it work

P.S. I have already installed OpenVPN and OpenVPN Applet application and VPN is working well for web traffic

Last edited by jitusj; 2010-04-13 at 11:17.
 
Posts: 6 | Thanked: 0 times | Joined on Apr 2010
#9
hi,
it works for me without any problem. university network with a cisco vpn connection. i tried vpnc and vpn-gui ...all works.. sip is sipgate.de
yours
 
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#10
Originally Posted by man View Post
hi,
it works for me without any problem. university network with a cisco vpn connection. i tried vpnc and vpn-gui ...all works.. sip is sipgate.de
yours
how did you check whether the sip traffic was going over vpn?
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:47.