Tim and Joseph make good points. You start with the default configuration and then remove what you do not need. Frankly, the default configuration is just fine for you. FS won&#39;t &quot;hijack&quot; your VoIP infrastructure so don&#39;t sweat that. It&#39;s simply a server sitting on your network waiting for calls.<br>
<br>My recommendation would be to do a basic install (see the wiki) and then make one addition to the public.xml dialplan file. Add this simple extension before the closing &lt;/context&gt; tag:<br><br><span style="font-family: courier new,monospace;">    &lt;extension name=&quot;Four-digit extensions&quot;&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(\d\d\d\d)$&quot;&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        &lt;action application=&quot;transfer&quot; data=&quot;$1 XML default&quot;/&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">      &lt;/condition&gt;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    &lt;/extension&gt;</span><br style="font-family: courier new,monospace;">
<br>Press F6 or type &quot;reloadxml&quot; at the FreeSWITCH command line. Now if you throw anonymous calls at this server it will handle four-digit extensions. For example, if you call sip:9999@x.x.x.x:5060 then you should hear music on hold. Call sip:5000@x.x.x.x:5060 and you should hear the demo IVR. (x.x.x.x = FS server IP address) This will let you test a lot of FS features without having to register phones to your FS server, although you are certainly free to do that.<br>
<br>Be sure to read the newbie article that I wrote for Linux-Pro magazine last year:  <a href="http://bit.ly/EpVrv">http://bit.ly/EpVrv</a><br><br>It will help you get up and running quickly. (Note: we switched to git from svn, so we recommend you use git to download the source...)<br>
<br>Have fun!<br>-MC<br><br><div class="gmail_quote">On Wed, Jun 9, 2010 at 7:43 AM, Tim St. Pierre <span dir="ltr">&lt;<a href="mailto:fs-list@communicatefreely.net">fs-list@communicatefreely.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Oliver,<br>
<br>
FreeSwitch will do whatever you tell it to do and no more.<br>
<br>
Here&#39;s a few suggestions though -<br>
<br>
Empty out the default dialplan directory.  Don&#39;t throw those away, as you may want to reference them<br>
as examples, but move them somewhere else.<br>
<br>
Edit modules.conf.xml and comment or remove any modules that you don&#39;t need.  This will also save<br>
memory and other resources.<br>
<br>
You can also disable all the SIP profiles except one.  Pick one that makes sense (either Internal or<br>
External, it doesn&#39;t really matter that much), and edit it so that it makes sense with respect to<br>
your network.  What is your topology?  Will you just be setting freeswitch up with a static IP<br>
address and having calls sent to it by the main PBX?  If that&#39;s the case, you can disable a lot of<br>
the STUN and uPNP functionality.  Tell this profile to bind to the IP and port that the PBX will<br>
send the calls to.<br>
<br>
Then all you have to do, is create a very simple dialplan that will answer an incoming call and<br>
perform whatever task you want.  You would essentially be starting with a blank sheet, adding just<br>
the functions that you want.<br>
<br>
Hope that makes sense.<br>
<font color="#888888"><br>
-Tim<br>
</font><div><div></div><div class="h5"><br>
Oliver Schenk wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt; The company I work for currently has quite an extensive phone network<br>
&gt; which gets carried between old analogue PABXes which also has an<br>
&gt; interface to IP based phones. All the phones in our office are connected<br>
&gt; via CAT5 cable using IP, however literally hundreds of phones out in the<br>
&gt; field (we operate railway infrastructure) are on standard voice analogue<br>
&gt; phones carried through fibreoptics.<br>
&gt;<br>
&gt; Anyway, I would like to use Freeswitch purely for its IVR and TTS<br>
&gt; abilities and nothing else. So basically I just need it to act like a<br>
&gt; slave to whatever IP phone network is already out there. I&#39;m a bit<br>
&gt; worried if I fire up freeswitch it will hijack the phone network!<br>
&gt;<br>
&gt; All our phones are accessible via a 5 digit extension. I would like<br>
&gt; Freeswitch to be behind one of those ... say 12345. If anyone within our<br>
&gt; phone network dials 12345 then Freeswitch should answer. I guess my<br>
&gt; question is...how should I go about disabling most of FreeSwitch except<br>
&gt; it&#39;s ability to pick up the phone and speak IVR/TTS and make an outgoing<br>
&gt; call via the existing phone network?<br>
&gt;<br>
&gt; Any general pointers appreciated.<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Oliver Schenk<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>