From Dayo, 6 Years ago, written in Plain Text.
- view diff
Embed
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="freeswitch/xml">
  3.  
  4. <section name="configuration" description="configuration">
  5.  
  6.   <configuration name="verto.conf" description="HTML5 Verto Endpoint">
  7.     <settings>
  8.  
  9.       <param name="debug" value="10"/>
  10.  
  11.       <param name="detach-timeout-sec" value="0"/>
  12.  
  13.     </settings>
  14.     <profiles>
  15.  
  16.       <profile name="test-fs-001">
  17.  
  18.  
  19.           <param name="bind-local" value="0.0.0.0:8081" />
  20.  
  21.  
  22.  
  23.           <param name="bind-local" value="0.0.0.0:8082" secure="true"/>
  24.  
  25.  
  26.  
  27.           <param name="secure-combined" value="/etc/freeswitch/tls/wss.pem" />
  28.  
  29.  
  30.  
  31.           <param name="secure-chain" value="/etc/freeswitch/tls/wss.pem" />
  32.  
  33.  
  34.  
  35.           <param name="userauth" value="true" />
  36.  
  37.  
  38.  
  39.           <param name="context" value="public" />
  40.  
  41.  
  42.  
  43.           <param name="dialplan" value="XML" />
  44.  
  45.  
  46.  
  47.           <param name="blind-reg" value="false" />
  48.  
  49.  
  50.  
  51.           <param name="mcast-port" value="1337" />
  52.  
  53.  
  54.  
  55.           <param name="local-network" value="localnet.auto" />
  56.  
  57.  
  58.  
  59.           <param name="timer-name" value="soft" />
  60.  
  61.  
  62.  
  63.           <param name="outbound-codec-string" value="opus,vp8" />
  64.  
  65.  
  66.  
  67.           <param name="inbound-codec-string" value="opus,vp8" />
  68.  
  69.  
  70.  
  71.           <param name="rtp-ip" value="139.162.188.90" />
  72.  
  73.  
  74.  
  75.           <param name="mcast-ip" value="239.1.1.1" />
  76.  
  77.  
  78.  
  79.           <param name="apply-candidate-acl" value="wan.auto" />
  80.  
  81.  
  82.  
  83.           <param name="ext-rtp-ip" value="139.162.188.90" />
  84.  
  85.  
  86.       </profile>
  87.     </profiles>
  88.  
  89.   </configuration>
  90.  
  91. </section>
  92.  
  93. </document>
  94.