mpCallFlowGraph line 281: #ifndef DISABLE_LOCAL_AUDIO
res = addLink(*mpSpeakerCallrecSplitter, 0, *mpToSpkr, 0); assert(res == OS_SUCCESS); #endif Line 550: res = removeLink(*mpSpeakerCallrecSplitter, 0); assert(res == OS_SUCCESS); I think there are missing #ifdef ....... should be a lot better like this: #ifndef DISABLE_LOCAL_AUDIO res = removeLink(*mpSpeakerCallrecSplitter, 0); assert(res == OS_SUCCESS); #endif BTW, I just updated my code from 9768 to 9887, and I get many audio glitches. Rolling back to 9768 solves the problem... Maybe all these new recorder Splitters and Mixers in the flowgraph create this problem... ? stipus _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
