<div>I&#39;m playing around with Asterisk 1.6 some more.&nbsp; I&#39;m looking forward to using some of the new features, but I&#39;m stuck on some of the old ones.&nbsp; I&#39;ve got an application that works as a Click-2-Dial web interface.&nbsp; It will call the person and then call two other phone numbers at the same time, passing the first to be answered to the user.&nbsp; This works just fine when executed from the dialplan, but my AGI program is having problems with the same command.
</div>
<div>&nbsp;</div>
<div>So the first log shows a normal dialplan executing a dial on two lines.&nbsp; Everything works out just fine and I get connected to the remote party.&nbsp; Very neatly done.</div>
<div>&nbsp;</div>
<div>Second log is harder to understand because it&#39;s AGI.&nbsp; But the end event is that after dialing the same (minus the 30 second timeout and &quot;r&quot; option) dial string, Asterisk will kick me off the `asterisk -r` logs AND disconnect the AGI program from Asterisk as well.&nbsp; Logs show me nothing either, and I&#39;m looking at FULL logs.&nbsp; These problems happen the moment the channel is answered.&nbsp; I&#39;m using this system at the moment to call myself, so I&#39;ve noticed that it&#39;s having the problem the exact moment the lines would normally be bridged together.&nbsp; The first example doesn&#39;t have any problems, but AGI does with a very similar dial structure.&nbsp; I have some AGI debugging there, but it doesn&#39;t seem to be an issue with my AGI application as I orgirnally thought.
</div>
<div>&nbsp;</div>
<div>Someone have an idea?</div>
<div>&nbsp;</div>
<div>---------- FIRST LOG (good) ----------------</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; -- Called trunk0/14083950000<br>&nbsp;&nbsp;&nbsp; -- SIP/trunk0-0915da30 is making progress passing it to <a href="mailto:Local/4083950000@outgoing-3556;2">Local/4083950000@outgoing-3556;2</a><br>&nbsp;&nbsp;&nbsp; -- <a href="mailto:Local/4083950000@outgoing-3556;1">
Local/4083950000@outgoing-3556;1</a> is making progress passing it to <a href="mailto:Local/josh@realtimedb-b6a0;2">Local/josh@realtimedb-b6a0;2</a><br>--- set_address_from_contact host &#39;<a href="http://216.246.88.122">
216.246.88.122</a>&#39;<br>&nbsp;&nbsp;&nbsp; -- SIP/trunk0-0915da30 answered <a href="mailto:Local/4083950000@outgoing-3556;2">Local/4083950000@outgoing-3556;2</a><br>&nbsp;&nbsp;&nbsp; -- <a href="mailto:Local/4083950000@outgoing-3556;1">Local/4083950000@outgoing-3556;1
</a> answered <a href="mailto:Local/josh@realtimedb-b6a0;2">Local/josh@realtimedb-b6a0;2</a><br>&nbsp;&nbsp;&nbsp; -- Executing [500@internal:1] Dial(&quot;<a href="mailto:Local/josh@realtimedb-b6a0;1">Local/josh@realtimedb-b6a0;1</a>&quot;, &quot;Local/4084970000&amp;Local/9168470000&quot;) in new stack
<br><br clear="all">---------- SECOND LOG (bad) --------------</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; -- Called trunk0/14083952110<br>&nbsp;&nbsp;&nbsp; -- SIP/trunk0-09004080 answered <a href="mailto:Local/4083950000@outgoing-49dc;2">Local/4083950000@outgoing-49dc;2</a><br>&nbsp;&nbsp;&nbsp; -- <a href="mailto:Local/4083950000@outgoing-49dc;1">
Local/4083950000@outgoing-49dc;1</a> answered <a href="mailto:Local/josh@realtimedb-e775;2">Local/josh@realtimedb-e775;2</a><br>&nbsp;&nbsp;&nbsp; -- Executing [s@ajax:1] Wait(&quot;<a href="mailto:Local/josh@realtimedb-e775;1">Local/josh@realtimedb-e775;1
</a>&quot;, &quot;1&quot;) in new stack<br>&nbsp; == Spawn extension (macro-which-line, s, 10) exited non-zero on <a href="mailto:&#39;Local/4083950000@outgoing-49dc;2&#39;">&#39;Local/4083950000@outgoing-49dc;2&#39;</a> in macro &#39;which-line&#39;
<br>&nbsp; == Spawn extension (macro-which-line, s, 10) exited non-zero on <a href="mailto:&#39;Local/4083950000@outgoing-49dc;2&#39;">&#39;Local/4083950000@outgoing-49dc;2&#39;</a><br>&nbsp; == Spawn extension (realtimedb, josh, 3) exited non-zero on 
<a href="mailto:&#39;Local/josh@realtimedb-e775;2&#39;">&#39;Local/josh@realtimedb-e775;2&#39;</a><br>&nbsp;&nbsp;&nbsp; -- Executing [s@ajax:2] AGI(&quot;SIP/trunk0-09004080&quot;, &quot;ajax.agi&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Launched AGI Script /var/lib/asterisk/agi-bin/ajax.agi
<br>&nbsp;&nbsp;&nbsp; -- AGI Script Executing Application: (Dial) Options: (Local/4084970000&amp;Local/9168470000,30,r)<br>&nbsp;&nbsp;&nbsp; -- Called 4084970000<br>&nbsp;&nbsp;&nbsp; -- Called 9168470000</div>
<div>&nbsp;&nbsp;&nbsp; -- SIP/trunk0-b7d7a858 is making progress passing it to <a href="mailto:Local/4084970000@default-752d;2">Local/4084970000@default-752d;2</a><br>&nbsp;&nbsp;&nbsp; -- <a href="mailto:Local/4084970000@default-752d;1">Local/4084970000@default-752d;1
</a> is making progress passing it to SIP/trunk0-09004080<br>--- set_address_from_contact host &#39;<a href="http://216.246.88.122">216.246.88.122</a>&#39;<br>localhost*CLI&gt;<br>Disconnected from Asterisk server<br><br>
-- <br>/Nick </div>