signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.32k stars 1.38k forks source link

Eavesdrop does not support only listening to and whispering to the A-leg. #2460

Open Cicizz opened 1 month ago

Cicizz commented 1 month ago

Hi, I want to eavesdrop on a conversation, but I'm only interested in listening to the A-leg and having the ability to whisper to A-leg. Following the official documentation, my ESL (Event Socket Library) command is: set:eavesdrop_enable_dtmf=true,set:eavesdrop_bridge_aleg=true,set:eavesdrop_bridge_bleg=false,set:eavesdrop_whisper_aleg=true,set:eavesdrop_whisper_bleg=false,eavesdrop:uuid_aleg. However, the A-leg being monitored cannot hear the listener speaking. Are there any other methods to resolve this issue?

freeswitch version:1.8