[Freeswitch-users] help, with Verto - verto-min.js configuration

Michael Jerris mike at jerris.com
Thu Apr 14 22:37:39 MSD 2016


You most certainly don't edit the minified version directly as well.  

> On Apr 14, 2016, at 2:33 PM, Arsen Manukyan <arsenman at connectto.com> wrote:
> 
> Hi Antony 
> 
> Sorry maybe i misunderstand you
> 
> Original file is: 
> 
> var STUN={url:!moz?'stun:stun.l.google.com:19302':'stun:23.21.150.121'};var TURN={url:'turn:homeo at tur
> n.bistri.com:80',credential:'homeo'};var iceServers=null;if(options.iceServers){var tmp=options.iceServers;if(typeof(tmp)==="boolean
> "){tmp=null;}
> if(tmp&&!(typeof(tmp)=="object"&&tmp.constructor===Array)){console.warn("iceServers must be an array, reverting to default ice serve
> rs");tmp=null;}
> iceServers={iceServers:tmp||[STUN]};if(!moz&&!tmp){if(parseInt(navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./)[2])>=28)TURN={u
> rl:'turn:turn.bistri.com:80',credential:'homeo',username:'homeo'};iceServers.iceServers=[STUN];}}
> var optional={optional:[]};if(!moz){optional.optional=[{DtlsSrtpKeyAgreement:true},{RtpDataChannels:options.onChannelMessage?true:fa
> lse}];}
> 
> 
> My credentials is:
> 
> STUN Server = stun.mydomain.com
> TURN Server = turn.mydomain.com
> 
> TURN user = user1
> TURN pass = PassUser1
> 
> Can you please show me what exactly configuration should i have?
> 
> 
> 
> 
> 
> On 4/14/2016 11:07 AM, Anthony Minessale wrote:
>> You don't edit verto.js you pass the iceServers param to new $.verto
>> an array of js objs where each one has single param url
>> 
>> 
>> 
>> [{url: stun:1234}]
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> On Wed, Apr 13, 2016 at 7:29 PM, Arsen Manukyan <arsenman at connectto.com <mailto:arsenman at connectto.com>> wrote:
>> 
>> Please help, with Verto - verto-min.js configuration 
>> After changing username, password for STUN and TURN server looks like my TURN server doesn't receive any messages form Webrtc phone  
>> here is my config:
>> 
>> 
>> STUN={url:!moz?'stun:turn.mydomain.com:3478':'stun:204.174.104.38'};var TURN={url:'turn:ars at tu
>> rn.mydomain.com:3478 <http://rn.mydomain.com:3478/>',credential:'ars123'};var iceServers=null;if(options.iceServers){var tmp=options.iceServers;if(typeof(tmp)==
>> ="boolean"){tmp=null;}
>> if(tmp&&!(typeof(tmp)=="object"&&tmp.constructor===Array)){console.warn("iceServers must be an array, reverting to default ice serve
>> rs");tmp=null;}
>> iceServers={iceServers:tmp||[STUN]};if(!moz&&!tmp){if(parseInt(navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./)[2])>=28)TURN={u
>> rl:'turn:turn.mydomain.com:3478 <http://turn.mydomain.com:3478/>',credential:'ars123',username:'ars'};
>> 
>> _
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160414/0a65f1d5/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list