Woof!

On Fri, 30 May 2008 13:58:28 -0400, Kevin Thorley <[EMAIL PROTECTED]> wrote:

> I don't have that file in my freeswitch installation:

Hmm...

check if freeswitch.xml.in has a line:
freeswitch.xml.in:    <!--#include "default_context.xml"-->

I'm pretty sure that default_context.xml is supposed to have the FreeSwitch 
dialing plan, which is what tells it what to do when it gets calls.  In my 
case, default_context.xml looks like this (I have 3 conferences configured):


<context name="default">
  <extension name="401">
    <condition field="destination_number" expression="^second_conference$">
      <action application="conference" data="[EMAIL PROTECTED]"/>
    </condition>
  </extension>
  <extension name="400">
    <condition field="destination_number" expression="^first_conference$">
      <action application="conference" data="[EMAIL PROTECTED]"/>
    </condition>
  </extension>
  <extension name="403">
    <condition field="destination_number" expression="^third_conference$">
      <action application="conference" data="[EMAIL PROTECTED]"/>
    </condition>
  </extension>
</context>

--Woof!
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to