<div dir="ltr">Hi,<br><br>I&#39;d like to route incoming 3G video calls to both 3g phones (dahdi extensions) and SIP extensions, so whoever picks up the call first will answer it.<br><br>I I&#39;m using asterisk 1.4 and libh324m<br>
Using only dahdi extensions this is straightforward by adding the two numbers to the dial cmd<br>exten =&gt; s,1,Dial(Dahdi/g1/${NUMBER1}&amp;Dahdi/g1/${NUMBER2})<br><br>Using just SIP extensions I am also able to do this after running the h324m applications:<br>
<br>exten =&gt; s,1,h324m_gw(d@test)<br>exten =&gt; d,1,Dial(SIP/p1&amp;SIP/p2)<br><br><br>My question is how to do this when some of the recipients are sip, and some are dahdi. How do I handle the h324m requirement on only some of the channels?<br>
Please note that I&#39;m not trying to bridge all parties. Just connect the caller to the first agent who answers the call.<br><br>Any ideas?<br><br>Thanks,<br>Dan<br><br></div>