Hi there,<br><br>I am trying to play a file to both channels of a bridged conversation through a socket. This can be done with:<br><br>api uuid_broadcast &lt;somechannel&gt; &lt;somefile&gt; both<br><br>However, I would like to be able to stop playing the file as well. This can be done with:<br>
<br>api uuid_displace &lt;somechannel&gt; start &lt;somefile&gt; 3600 mux<br><br>and<br><br>api uuid_displace &lt;somechannel&gt; stop &lt;somefile&gt;<br>
<br>But that one seems to work on only one channel. The other channel can mix its output but can not hear the file. Are there any other options?<br><br>Thanks,<br><br>Kees<br>