ExternalMedia direction

Hello!
Is there any way to get only in or only out direction of audio through externalMedia channel?

Thank you for the answer,
Mary

That would be outside the scope of external media. It’s up to what is connected to it.

For a call I create two channels and a bridge, additionally I create a channel externalMedia to get the conversation in real time, I add this channel to the existing bridge (I focused on the documentation https://wiki.asterisk.org/wiki/display/AST/External+Media+and+ARI).
Some module I catch packets from Asterisk and send them for recognition. But I need to recognize only the respondent’s speech

Then you would use a snoop channel on the respondent channel, and connect it in a separate bridge to external media.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.