<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 25, 2016 at 2:14 PM, Saint Michael <span dir="ltr"><<a href="mailto:venefax@gmail.com" target="_blank">venefax@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small">I dial two destination like this<br><br>Dial(PJSIP/endpoint1/sip:${<wbr>EXTEN}@${IPA}&PJSIP/endpoint1/<wbr>sip:${EXTEN}@${IPB})<br><br></div><div style="font-size:small">But I need the audio from one of them to be heard by the caller.<br></div><div style="font-size:small">None gets heard. I switch the order but nothing.<br></div><div style="font-size:small">How I get the audio for  one in particular?<br></div></div></blockquote><div><br></div><div>You cannot.<br><br></div><div>In the general case, forked dials like that cannot pass any early media back to the caller<br>because you would need to mix any early media from the two (or more) outgoing<br>channels.  In addition, any mixed audio would be confusing.  Imaging hearing "an all<br>circuits are busy" recording while at the same time hearing overlapping ringback tones from<br>several other channels.<br><br></div><div>In specific cases, you are talking about a new feature which requires a code change.<br><br></div><div>If what you want is ringback with a recording interspersed at intervals, you can create a<br></div><div>music-on-hold class and have the caller hear that instead.<br></div><div><br></div><div>Richard<br></div></div><br></div></div>