Hi, On 2/7/08, Karsten Schubotz <[EMAIL PROTECTED]> wrote: > > Well, it depends on what environment you're working with. > > What platform and compiler are you using? > > Well, I am running Linux (Suse) and use gcc as compiler. > Is it enough if i add something like this, when calling configure: > CFLAGS="-DENABLE_TOPOLOGY_FLOWGRAPH_INTERFACE_FACTORY > -DDISABLE_DEFAULT_PHONE_MEDIA_INTERFACE_FACTORY" ./configure ...
It would be enough, if you'll use CXXFLAGS instead of CFLAGS, as I recall. > One more thing... How do I really know, if I managed to enable the flowgraph > interface? Go to sipXmediaAdapterLib\sipXmediaMediaProcessing\src\test and run `make testsuite; ./testsuite`. First test will tell you which interface you're using. It may be either "Phone media interface enabled" (old flowgraph) or "Topology flowgraph interface enabled" (new flowgraph). -- 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/
