Daniel, I followed Alexander suggestion #1, and re-implemented InBand DTMF in current sipxtapi.
In MpCallFlowGraph::MpCallFlowGraph(), I added an array of mpDecodeInBandDtmf decoders. Then in MpCallFlowGraph::createConnection(), I linked the decoder between the InputConnection and the Bridge. The only problem I have is with notifications. Currently I added a mpMediaEventListener member to the flowgraph, but this listener should be set in the InputConnection, as in the case there are several connections, only the latest connection will get notified of DTMF media events... However this is working very well with one connection per call. stipus _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
