Still not working on the dev nightly builds for me either.
I followed Andy's lead and created the default_context.xml file in
/usr/local/freeswitch/conf
made sure owner/group was sipxchange with 0640 rights.
I created a conference of 267 and pasted in this
<context name="default">
<extension name="267">
<condition field="destination_number"
expression="^second_conference$">
<action application="conference" data="[EMAIL PROTECTED]"/>
</condition>
</extension>
</context>
I restarted freeswitch service from sipxconfig.
I connected to the test unit from outside with xlite via sipxbridge. I
have two systems, a test unit (3.11.3, dev with freeswitch), and a
limited production unit (3.10.1) that can dial each other natively. The
production unit uses an Ingate firewall.
>From the outside I can call from a polycom handset through the Ingate on
the production system to the conference on the dev system. From the PC
next to it (from the outside), I register and dial to the conference
through the dev system. Wow, that was cool. No audio problems but will
do more testing next week. Can hear each user enter the conference, and
leave and know if I am only one in the conference.
Since I was on "both" phones, I was the only one there, and was talking
to myself. Once I started feeling stupid (didn't take long) I hung up
(saw CDR's generate fine) and decided it's saner to test with more than
just me. I talk to myself too much already.
Thanks for the guidance Andy! Do I need to provide anything to create an
jira on this?
- Tony
>>> "Andy Spitzer" <[EMAIL PROTECTED]> 05/30/08 16:05 PM >>>
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
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev