<p>Not too long ago I needed to do the same thing but apparently you need to have a separate call file for every call. The dial command didn&#39;t work with an &#39;&amp;&#39; separating multiple destinations. I did it through a php script running via agi.</p>

<p><blockquote type="cite">On 2010-03-22 9:56 AM, &quot;jonas kellens&quot; &lt;<a href="mailto:jonas.kellens@telenet.be">jonas.kellens@telenet.be</a>&gt; wrote:<br><br>


  
  

<div>
Hello,<br>
<br>
I&#39;m trying to call different SIP-accounts to connect them to a conference.<br>
<br>
This is my call-file :<br>
<br>
Channel: SIP/test3&amp;SIP/test1<br>
MaxRetries: 2<br>
RetryTime: 60<br>
WaitTime: 30<br>
Context: from-conf<br>
Extension: 1000<br>
<br>
I get the following in the CLI :<br>
<br>
[Mar 22 14:40:26]     -- Attempting call on SIP/test3&amp;SIP/test1 for 1000@from-conf:1 (Retry 1)<br>
[Mar 22 14:40:26] WARNING[29908]: chan_sip.c:2994 create_addr: No such host: test3&amp;SIP<br>
[Mar 22 14:40:26] NOTICE[29908]: channel.c:3046 __ast_request_and_dial: Unable to request channel SIP/test3&amp;SIP/test1<br>
[Mar 22 14:40:26] NOTICE[29908]: pbx_spool.c:356 attempt_thread: Call failed to go through, reason (0) Call Failure (not BUSY, and not NO_ANSWER, maybe Circuit busy or down?)<br>
<br>
So how can I simultaneously call different SIP-accounts from a call-file ??<br><font color="#888888">
<br>
Jonas.
</font></div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></p>