Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Please check the technical guide (http://webrtc2sip.org/technical-guide-1.0.pdf) for more info$
- <config>
- <debug-level>ERROR</debug-level>
- <transport>udp;*;10060</transport>
- <transport>ws;*;10060</transport>
- <transport>wss;*;10062</transport>
- <!--transport>tcp;*;10063</transport-->
- <!--transport>tls;*;10064</transport-->
- <enable-rtp-symetric>yes</enable-rtp-symetric>
- <enable-100rel>no</enable-100rel>
- <enable-media-coder>yes</enable-media-coder>
- <enable-videojb>yes</enable-videojb>
- <video-size-pref>vga</video-size-pref>
- <rtp-buffsize>65535</rtp-buffsize>
- <avpf-tail-length>100;400</avpf-tail-length>
- <srtp-mode>optional</srtp-mode>
- <srtp-type>sdes;dtls</srtp-type>
- <dtmf-type>rfc4733</dtmf-type>
- <codecs>opus;pcma;pcmu;gsm;vp8;h264-bp;h264-mp;h263;h263+</codecs>
- <codec-opus-maxrates>48000;48000</codec-opus-maxrates>
- <stun-server>10.1.7.55:3478;;*;*</stun-server><!-- the '*' means ignore TURN -->
- <enable-icestun>no</enable-icestun>
- <nameserver>10.1.7.1</nameserver><!-- double check this, I just put the LAN gateway -->
- <!--ssl-certificates>
- C:/Projects/ssl/priv.pem;
- C:/Projects/ssl/pub.pem;
- C:/Projects/ssl/ca-cert.pem;
- no
- </ssl-certificates-->
- <!-- ***CLICK-TO-CALL SERVICE*** -->
- <transport>c2c;*;10070</transport>
- <transport>c2cs;*;10072</transport>
- <database>sqlite;*</database>
- <!--account-mail>smtps;*;*;auth.smtp.1and1.fr;465;[email protected];[email protected];mysecre$
- <!--account-sip-caller>*;sip:[email protected];a;example.com;mysecret</account-sip-caller-->
- </config>
Advertisement
Add Comment
Please, Sign In to add comment