On Fri, Dec 12, 2008 at 1:57 AM, Paul Whitfield <[email protected]> wrote: > Alexander Chemeris wrote: >> On Thu, Dec 11, 2008 at 8:10 AM, Paul Whitfield <[email protected]> >> wrote: >>> >>> However, I have multiple issues -> basically I could not get >>> my application to run at all with multiple crashes! >>> >>> Currently just how unstable is the main branch? >> >> It's stable most of the time, if you're using Topology graph. >> We don't test new changes with CallFlowGraph, because we plan >> to remove it someday and all our focus is around Topology now. >> We might break something for a short periods, but we try to >> make commits which doesn't break anything or commit a fix >> immediately after. So, it's basically the same policy we had >> for trunk earlier. >> > > OK. > How do I run the Topology graph instead of the CallFlowGraph?
Basically you should define following preprocessor defines for sipXmediaAdapterLib: DISABLE_DEFAULT_PHONE_MEDIA_INTERFACE_FACTORY ENABLE_TOPOLOGY_FLOWGRAPH_INTERFACE_FACTORY If you use Linux, then it can be done by passing --enable-topology-graph option to configure. Under Windows you have to change project's configuration. Btw, in VS6, VS2003 and VS2005 Debug builds Topology is enabled by default now. We should do the same for Release configurations too to avoid confusion. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
