[Freeswitch-dev] [PATCH] fixing conference dial flexibly, fixing bad pointer op

2008-10-21 Thread Travis Cross
Greetings, I noticed that the following currently fails in FreeSWITCH: [EMAIL PROTECTED]> conference 3001 dial {foo=bar}sofia/internal/2001%domain 3001 XML default Conference 3001 30 2008-10-22 04:01:14 [ERR] switch_core_session.c:249 switch_core_session_outgoing_channel() Could not locate cha

Re: [Freeswitch-dev] Notes about Windows build of svn 10088

2008-10-21 Thread [EMAIL PROTECTED]
Confirmed - fresh checkout is good! Also attached is a minor patch to the solution file which corrects first time build order/download issues. Jeff Quoting Michael Jerris <[EMAIL PROTECTED]>: Merged that patch, can you confirm that the apu.h issue is an issue only on update builds, that it

Re: [Freeswitch-dev] Notes about Windows build of svn 10088

2008-10-21 Thread Michael Jerris
Merged that patch, can you confirm that the apu.h issue is an issue only on update builds, that it works on a fresh checkout? Mike On Oct 21, 2008, at 11:43 AM, [EMAIL PROTECTED] wrote: > If you have an existing checkout/build you must manually modify > apu.h from libs\apr-util\include with

[Freeswitch-dev] Notes about Windows build of svn 10088

2008-10-21 Thread [EMAIL PROTECTED]
If you have an existing checkout/build you must manually modify apu.h from libs\apr-util\include with the modifications from apu.hw in svn10085 Attached patch for trivial warning in mod_xml_rpc Also if you use mod_managed you must reswig. Thanks, Jeff Index: mod_xml_rpc.c ===