Hi,<br><br>I installed Freeswitch with this <a href="http://wiki.freeswitch.org/wiki/Quick_Start">http://wiki.freeswitch.org/wiki/Quick_Start</a> manual and it works!<br><br>But it has al sorts of options enabled: 5000,9995, 9996, 9999, 80+[group], 30+[conf], voicemail, something about pizza (00_pizza_demo.xml) and a lot of other xml files and directories (default.xml and default/) etc. etc.<br>
That is not what i want.<br><br>When i install Asterisk (the only PBX that i have experience with) and i clean out sip.conf and extensions.conf and replace them with this:<br><br>----------------------------------------<br>
sip.conf<br><br>[general]<br><br>[1001]<br>username=1001<br>secret=password1001<br>type=friend<br>context=phones<br>host=dynamic<br>qualify=yes<br>disallow=all<br>allow=g726<br><br>[1002]<br>username=1002<br>secret=password1002<br>
type=friend<br>context=phones<br>host=dynamic<br>qualify=yes<br>disallow=all<br>allow=ilbc<br>----------------------------------------<br><br><br>extensions.conf<br>----------------------------------------<br>[phones]<br>
<br>exten =&gt; _[1001-1002],1,Dial(SIP/${EXTEN},60)<br>exten =&gt; _[1001-1002],n,Hangup()<br>----------------------------------------<br><br>then i can simply call from one (local) sip phone to another and force transcoding between them.<br>
Nothing else.<br><br>I want that also with Freeswitch. It is a good starting point but i am fiddeling with it for a couple of days now, read the docs but i can&#39;t get Freeswitch to do just this. So just calling between a few local sip phones with transcoding and _everything_ else disabled.<br>
<br>Can anyone help me a little? Thanks in advance!<br>