<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I'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]&nbsp;&nbsp;&nbsp;&nbsp; -- 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>
<BR>
Jonas.
</BODY>
</HTML>