I’m trying to use the externalMedia feature in Asterisk 20+ to redirect real-time audio to an external server. I’ve already set up ARI and confirmed that my app is reachable via Stasis(). However, I’m having trouble confirming whether externalMedia is actually available and enabled in my build.
I’ve seen documentation and forum posts saying that this feature is built-in in recent versions of Asterisk and that it only needs to be enabled from menuselect, but I can’t find any module named externalMedia or res_stasis_external_media in menuselect.
My key question is:
Does Asterisk 20+ include externalMedia by default? If so, how can I confirm that it is compiled and available? If not, what steps do I need to take to include it?
Any clarification or guidance would be greatly appreciated. Thank you!