[Freeswitch-users] FreeSWITCH adds WebRTC support to new 1.4 BETA.

Gerald Weber gerald.weber at besharp.at
Fri Jun 28 18:00:03 MSD 2013


Vad and zrtp are disabled now and i try to call 20000 again

Here is the trace:  (including chrome console and chrome://webrtc-internals output)
http://pastebin.freeswitch.org/21127

i was not able to get a proper pcap trace. How do i get a pcap trace over websockets or which
trace do you need exactly ?

Von: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] Im Auftrag von Anthony Minessale
Gesendet: Donnerstag, 27. Juni 2013 22:53
An: FreeSWITCH Users Help
Betreff: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new 1.4 BETA.

1) Don't turn on the vad params in the rtp or sofia profile.
2) Don't change the test on me.  The 1 legged call is easier to diagnose.
3) is ZRTP enabled on your build? Try disabling it in case there is a conflict. global_setvar zrtp_enabled=false (from cli)




On Thu, Jun 27, 2013 at 11:12 AM, Gerald Weber <gerald.weber at besharp.at<mailto:gerald.weber at besharp.at>> wrote:
I've played a little more and tried the demo at www.webrtc.org<http://www.webrtc.org>, which works to chrome should be fine.

I called another ext (snom) instead of funny prompts in the switch:
Audio from the headset mic  -> snom is ok but not the other way round. The headset dont get any audio...

Fsctl debug is here:
http://pastebin.freeswitch.org/21120

Pcap trace done on the fs server with pcapsipdump is here (hope this is correct):
https://dl.dropboxusercontent.com/u/21597352/20130627-175955-2005-2002-73635e1b-59e5-1231-40bb-0050568c001c.pcap


Von: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org> [mailto:freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>] Im Auftrag von Anthony Minessale
Gesendet: Donnerstag, 27. Juni 2013 17:27

An: FreeSWITCH Users Help
Betreff: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new 1.4 BETA.

try fsctl debug_level 10 and get a pcap for more info.

It looks like before it was hairpinning then figuring out the local addr and after you added localnet.auto it was right from the start, either way it should have worked.

On Thu, Jun 27, 2013 at 9:51 AM, Gerald Weber <gerald.weber at besharp.at<mailto:gerald.weber at besharp.at>> wrote:
Nope, windows firewall is disabled, also iptables on FreeSWITCH Testserver is disabled.
Every other client is working (phonerlite, bria, xlite,etc)

-----Ursprüngliche Nachricht-----
Von: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org> [mailto:freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>] Im Auftrag von Kristian Kielhofner
Gesendet: Donnerstag, 27. Juni 2013 16:34
An: FreeSWITCH Users Help
Betreff: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new 1.4 BETA.

The traces you provided look fine...  Do you have a firewall running on your test PC, by chance?

On Thu, Jun 27, 2013 at 10:07 AM, Gerald Weber <gerald.weber at besharp.at<mailto:gerald.weber at besharp.at>> wrote:
> Ps: i also included the output from jssip in the pastebin link
>
>
>
> Von: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>] Im Auftrag von
> Anthony Minessale
>
>
> Gesendet: Donnerstag, 27. Juni 2013 15:16
> An: FreeSWITCH Users Help
> Betreff: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new
> 1.4 BETA.
>
>
>
> try adding the sofia profile param
>
>
>
> apply-candidate-acl=localnet.auto
>
>
>
>
>
>
>
> On Thu, Jun 27, 2013 at 4:45 AM, Gerald Weber
> <gerald.weber at besharp.at<mailto:gerald.weber at besharp.at>>
> wrote:
>
> I got rid of sip_secure_media and tried again, here is the trace:
>
> http://pastebin.freeswitch.org/21116
>
>
>
> SIP User 2020 on Chrome calls Ext 20000 (the funny prompts thing)
>
> I'm no expert, but i guess there is something wrong with this
> stun/run/ice thing.
>
>
>
> Thanks,
>
> gw
>
>
>
> Von: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>] Im Auftrag von
> Anthony Minessale
> Gesendet: Mittwoch, 26. Juni 2013 17:24
>
>
> An: FreeSWITCH Users Help
> Betreff: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new
> 1.4 BETA.
>
>
>
> You don't have to set anything in the dialplan.
>
> Get a debug console trace and post it to pastebin.
>
>
>
>
>
> On Wed, Jun 26, 2013 at 9:41 AM, Gerald Weber
> <gerald.weber at besharp.at<mailto:gerald.weber at besharp.at>>
> wrote:
>
> Hi,
>
>
>
> how did you get audio working ?
>
> I've also tried jssip and latest chrome and sip works, but there is no
> audio. Codecs like opus,   ilbc and isac are installed.
>
> In the dialplan i set sip_secure_media=true but the speaker stays silent.
> I've tried ws and wss bindings but no luck.
>
>
>
> Thanks for any suggestions,
>
> gw
>
>
>
> Von: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>] Im Auftrag von
> João Mesquita
> Gesendet: Mittwoch, 26. Juni 2013 15:28
> An: FreeSWITCH Users Help
> Betreff: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to new
> 1.4 BETA.
>
>
>
> Whooray!!!! I've installed the new beta yesterday and tried it out
> with
> Chrome+JsSIP and it works fantastic!!!
>
>
>
> One question tho, is it possible/desirable to have a sofia profile to
> work only with webrtc and not with udp or tcp bindings?
>
>
>
> I haven't tried and I guess I should've before asking dumb questions but....
>
>
> João Mesquita
> FreeSWITCHT Solutions
>
>
>
> On Tue, Jun 25, 2013 at 7:42 PM, Anthony Minessale
> <anthony.minessale at gmail.com<mailto:anthony.minessale at gmail.com>> wrote:
>
> Now also working in latest FireFox 22
>
>
>
> sipml5 works with both chrome and FF
>
>
>
> https://webrtc.freeswitch.org/sipml5/
>
>
>
>
>
> On Tue, Jun 25, 2013 at 2:04 AM, Michael Jerris <mike at jerris.com<mailto:mike at jerris.com>> wrote:
>
> Media is not handled by websockets.  Web-sockets are a new transport
> for sip signaling.  If an endpoint registers from a websocket
> transport, when we send it a call, we automatically send it an sdp
> appropriate for webrtc.  If you want to send a call with an sdp for
> webrtc that isn't for a registration over websockets, just add
> media_webrtc=true var to the origination vars.  If we receive an sdp from webrtc, we will automatically handle it.
>
> Mike
>
>
> On Jun 25, 2013, at 12:37 AM, Jeff Leung <jleung at v10networks.ca<mailto:jleung at v10networks.ca>> wrote:
>
>> Media wise, how would that be handled with web sockets?
>>
>>> -----Original Message-----
>>> From: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>
>>> [mailto:freeswitch-<mailto:freeswitch-> users-bounces at lists.freeswitch.org<mailto:users-bounces at lists.freeswitch.org>] On Behalf Of
>>> Dan Barua
>>> Sent: Monday, June 24, 2013 3:10 PM
>>> To: freeswitch-users at lists.freeswitch.org<mailto:freeswitch-users at lists.freeswitch.org>
>>> Subject: Re: [Freeswitch-users] FreeSWITCH adds WebRTC support to
>>> new
>>> 1.4 BETA.
>>>
>>> I asked the same question on Google+, Michael Jerris helpfully replied:
>>>
>>> you just need to setup FreeSWITCH as normal, and add 2 configuration
>>> params for the binding addresses for the websockets and secure
>>> websockets.  the params are ws-binding and wss-binding format is
>>> ip:port or just :port if your using the same ip as sip-ip
>>>
>>>
>>> I haven't got round to trying it myself yet.
>>>
>>> -Dan
>>>
>>>
>>>
>>>
>>> --
>>> View this message in context: http://freeswitch-
>>> users.2379917.n2.nabble.com/FreeSWITCH-adds-WebRTC-support-to-new-<http://users.2379917.n2.nabble.com/FreeSWITCH-adds-WebRTC-support-to-new->
>>> 1-4-BETA-tp7592138p7592141.html
>>> Sent from the freeswitch-users mailing list archive at Nabble.com.
>>>
>>> __________________________________________________________
>>> _______________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
>>> http://www.freeswitchsolutions.com
>>>
>>> 
>>> 
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://wiki.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-u
>>> sers
>>> http://www.freeswitch.org
>>
>>
>> _____________________________________________________________________
>> ____ Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us
>> ers
>> http://www.freeswitch.org
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>
>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com<mailto:MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<mailto:PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net<http://irc.freenode.net> #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org<mailto:sip%3A888 at conference.freeswitch.org>
> googletalk:conf+888 at conference.freeswitch.org<mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:+19193869900
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>
>
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>
>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com<mailto:MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<mailto:PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net<http://irc.freenode.net> #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org<mailto:sip%3A888 at conference.freeswitch.org>
> googletalk:conf+888 at conference.freeswitch.org<mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:+19193869900
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>
>
>
>
>
> --
> Anthony Minessale II
>
> FreeSWITCH http://www.freeswitch.org/
> ClueCon http://www.cluecon.com/
> Twitter: http://twitter.com/FreeSWITCH_wire
>
> AIM: anthm
> MSN:anthony_minessale at hotmail.com<mailto:MSN%3Aanthony_minessale at hotmail.com>
> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<mailto:PAYPAL%3Aanthony.minessale at gmail.com>
> IRC: irc.freenode.net<http://irc.freenode.net> #freeswitch
>
> FreeSWITCH Developer Conference
> sip:888 at conference.freeswitch.org<mailto:sip%3A888 at conference.freeswitch.org>
> googletalk:conf+888 at conference.freeswitch.org<mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org>
> pstn:+19193869900
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org<mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>



--
Kristian Kielhofner

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org<mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com

 

Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org<mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com




Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com<mailto:MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<mailto:PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net<http://irc.freenode.net> #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org<mailto:sip%3A888 at conference.freeswitch.org>
googletalk:conf+888 at conference.freeswitch.org<mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:+19193869900

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org<mailto:consulting at freeswitch.org>
http://www.freeswitchsolutions.com




Official FreeSWITCH Sites
http://www.freeswitch.org
http://wiki.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com<mailto:MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<mailto:PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net<http://irc.freenode.net> #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org<mailto:sip%3A888 at conference.freeswitch.org>
googletalk:conf+888 at conference.freeswitch.org<mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:+19193869900
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130628/b5c0ddcb/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list