upated to latest git with additional modules
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.minimal / jingle_profiles / client.xml
1 <include>
2 <!-- Client Profile (Original mode) -->
3 <!-- to use this profile take the x- away from the open and close tags so its <profile> and </profile> -->
4 <x-profile type="client">
5 <param name="name" value="$${xmpp_client_profile}"/>
6 <param name="login" value="myjid@myserver.com/talk"/>
7 <param name="password" value="mypass"/>
8 <param name="dialplan" value="XML"/>
9 <param name="context" value="public"/>
10 <param name="message" value="Jingle all the way"/>
11 <param name="rtp-ip" value="$${bind_server_ip}"/>
12 <!-- <param name="ext-rtp-ip" value="auto-nat"/> -->
13 <param name="auto-login" value="true"/>
14 <!-- SASL "plain" or "md5" -->
15 <param name="sasl" value="plain"/>
16 <!-- if the server where the jabber is hosted is not the same as the one in the jid -->
17 <!--<param name="server" value="alternate.server.com"/>-->
18 <!-- Enable TLS or not -->
19 <param name="tls" value="true"/>
20 <!-- disable to trade async for more calls -->
21 <param name="use-rtp-timer" value="true"/>
22 <!-- default extension (if one cannot be determined) -->
23 <param name="exten" value="888"/>
24 <!-- VAD choose one -->
25 <!-- <param name="vad" value="in"/> -->
26 <!-- <param name="vad" value="out"/> -->
27 <!--<param name="vad" value="both"/>-->
28 <!--<param name="avatar" value="/path/to/tiny.jpg"/>-->
29 <!--<param name="candidate-acl" value="wan.auto"/>-->
30 <param name="local-network-acl" value="localnet.auto"/>
31 </x-profile>
32 </include>