Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] TLS freeswitch


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
p4t1t0 at gmail.com
Guest





PostPosted: Wed Oct 01, 2008 10:39 am    Post subject: [Freeswitch-users] TLS freeswitch Reply with quote

Quote:
Hi,has anybody managed to setup TLS? When I change tls to TRUE in internal.xml, then freeswitch doens't listen on any ports (5060/5061/5080). I need a litle help.Version: freeswitch 1.0.1 (compiled)
OS: ubuntukernel: 2.6.24-16
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Oct 01, 2008 10:48 am    Post subject: [Freeswitch-users] TLS freeswitch Reply with quote

http://wiki.freeswitch.org/wiki/SIP_TLS#Configuration

I have updated the page to outline that you have to have the openssl-
dev packages installed before you configure otherwise it will not work.

/b



On Oct 1, 2008, at 6:12 AM, paulo leonardo wrote:

Quote:
Hi,

has anybody managed to setup TLS? When I change tls to TRUE in
internal.xml, then freeswitch doens't listen on any ports
(5060/5061/5080). I need a litle help.

Version: freeswitch 1.0.1 (compiled)

OS: ubuntu
kernel: 2.6.24-16



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
p4t1t0 at gmail.com
Guest





PostPosted: Wed Oct 01, 2008 12:02 pm    Post subject: [Freeswitch-users] TLS freeswitch Reply with quote

Hi Brian,

I have openssl-dev installed, that's ok, I can't register my softphone zoiper biz with freeswitch using TLS. If i change TLS transport to TCP transport works.

ERROR
--
nta: Via check: invalid transport "SIP/2.0/TLS" from 192.168.170.101:36759
nta: REGISTER (1) has invalid Via
--

thanks.

On Wed, Oct 1, 2008 at 12:40 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
http://wiki.freeswitch.org/wiki/SIP_TLS#Configuration

I have updated the page to outline that you have to have the openssl-
dev packages installed before you configure otherwise it will not work.

/b




On Oct 1, 2008, at 6:12 AM, paulo leonardo wrote:

Quote:
Hi,

has anybody managed to setup TLS? When I change tls to TRUE in
internal.xml, then freeswitch doens't listen on any ports
(5060/5061/5080). I need a litle help.

Version: freeswitch 1.0.1 (compiled)

OS: ubuntu
kernel: 2.6.24-16





_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Oct 01, 2008 12:12 pm    Post subject: [Freeswitch-users] TLS freeswitch Reply with quote

They might do it incorrectly. It has been tested with Snom, Polycom as far as I know. I couldn't ever get it working with Grandstream. I think eyebeam has been tested too.

Can you show me a sip trace?


/b









On Oct 1, 2008, at 11:59 AM, paulo leonardo wrote:
Quote:
Hi Brian,

I have openssl-dev installed, that's ok, I can't register my softphone zoiper biz with freeswitch using TLS. If i change TLS transport to TCP transport works.

ERROR
--
nta: Via check: invalid transport "SIP/2.0/TLS" from 192.168.170.101:36759
nta: REGISTER (1) has invalid Via
--

thanks.
Back to top
p4t1t0 at gmail.com
Guest





PostPosted: Thu Oct 02, 2008 8:18 am    Post subject: [Freeswitch-users] TLS freeswitch Reply with quote

Hi Brian,

freeswitch is ok, I think that my problem is the sofphone, look that!

========================================================
internal profile sip:mod_sofia@192.168.170.101:5060 RUNNING (0)
internal profile sip:mod_sofia@192.168.170.101:5061 RUNNING (0) (TLS)
nat profile sip:mod_sofia@192.168.170.101:5070 RUNNING (0)
default alias internal ALIASED
external profile sip:mod_sofia@192.168.170.101:5080 RUNNING (0)
192.168.170.101 alias internal ALIASED
outbound alias external ALIASED
========================================================


--
REGISTER sip:192.168.170.101;transport=UDP SIP/2.0
Via: SIP/2.0/TLS 10.0.2.15:5061;branch=z9hG4bK-d8754z-fc723621c5153780-1---d8754z-;rport
Max-Forwards: 70
Contact: <sip:1000@10.0.2.15:5061;rinstance=ae6b5917c631a7fe>;transport=UDP
To: "1000"<sip:1000@192.168.170.101 ([email]sip%3A1000@192.168.170.101[/email])>;transport=UDP
From: "1000"<sip:1000@192.168.170.101 ([email]sip%3A1000@192.168.170.101[/email])>;transport=UDP;tag=dc1de741
Call-ID: NmQ5NmU4YWJlYjRlNWFjNWI5YzgzZmFlMDVkZTNhMDU.
CSeq: 2 REGISTER
Expires: 3600
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO
User-Agent: Zoiper for Windows rev.1105
Allow-Events: presence
Content-Length: 0
--


On Wed, Oct 1, 2008 at 2:10 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
They might do it incorrectly. It has been tested with Snom, Polycom as far as I know. I couldn't ever get it working with Grandstream. I think eyebeam has been tested too.

Can you show me a sip trace?


/b









On Oct 1, 2008, at 11:59 AM, paulo leonardo wrote:

Quote:
Hi Brian,

I have openssl-dev installed, that's ok, I can't register my softphone zoiper biz with freeswitch using TLS. If i change TLS transport to TCP transport works.

ERROR
--
nta: Via check: invalid transport "SIP/2.0/TLS" from 192.168.170.101:36759
nta: REGISTER (1) has invalid Via
--

thanks.






_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
Prometheus001 at gmx.net
Guest





PostPosted: Fri Oct 03, 2008 7:42 am    Post subject: [Freeswitch-users] TLS freeswitch Reply with quote

I have TLS working with Snom phones. I could not get TLS working with
ZoiperBiz, as the current 2.06 Linux version of 31-Jul simply didn't
communicate to Port 5061.
Atractel has - as a reply to the submitted problems - announced a new
Zoiper release 2.17 for Windows, but It still isn't available yet.

Brian West schrieb:
Quote:
They might do it incorrectly. It has been tested with Snom, Polycom
as far as I know. I couldn't ever get it working with Grandstream. I
think eyebeam has been tested too.

Can you show me a sip trace?

/b





On Oct 1, 2008, at 11:59 AM, paulo leonardo wrote:

Quote:
Hi Brian,

I have openssl-dev installed, that's ok, I can't register my
softphone zoiper biz with freeswitch using TLS. If i change TLS
transport to TCP transport works.

ERROR
--
nta: Via check: invalid transport "SIP/2.0/TLS"
from 192.168.170.101:36759 <http://192.168.170.101:36759>
nta: REGISTER (1) has invalid Via
--

thanks.

------------------------------------------------------------------------

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services