<div dir="ltr">Hi everyone,<br><br>I&#39;m trying to get calls to record with the following setup:<br>Using phpagi originate is called from a web application:<br>$asm-&gt;originate(&quot;Local/&quot; . $row[&#39;extension&#39;] . &quot;@sip-standard&quot;, $row[&#39;phone_number&#39;], &quot;sip-standard&quot;, &quot;1&quot;, &quot;&quot;, &quot;&quot;, &quot;7000&quot;);<br>
<br>The agent being called is extension Local/101@sip-standard and the number originated for the agent is 100@sip-standard.<br><br>MixMonitor records fine up until 100 answers then the recording stops, but the CLI output suggests that the call is still being recorded...<br>
<br>extensions.conf and CLI output below...<br><br>Anyone have any ideas?<br><br><br>extensions.conf:<br>exten =&gt; 100,1,MixMonitor(test.wav)<br>exten =&gt; 100,2,Dial(SIP/${EXTEN})<br><br>exten =&gt; _1XX,1,Dial(SIP/${EXTEN})<br>
<br>Output from CLI:<br>&nbsp; == Manager &#39;amis&#39; logged on from <a href="http://192.168.0.180">192.168.0.180</a><br>&nbsp;&nbsp;&nbsp; -- Executing [101@sip-standard:1] Dial(&quot;Local/101@sip-standard-eeef,2&quot;, &quot;SIP/101&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp; -- Called 101<br>&nbsp;&nbsp;&nbsp; -- SIP/101-096f7ff8 is ringing<br>&nbsp;&nbsp;&nbsp; -- SIP/101-096f7ff8 answered Local/101@sip-standard-eeef,2<br>&nbsp;&nbsp;&nbsp; -- Executing [100@sip-standard:1] MixMonitor(&quot;Local/101@sip-standard-eeef,1&quot;, &quot;test.wav&quot;) in new stack<br>
&nbsp; == Begin MixMonitor Recording Local/101@sip-standard-eeef,1<br>&nbsp;&nbsp;&nbsp; -- Executing [100@sip-standard:2] Dial(&quot;Local/101@sip-standard-eeef,1&quot;, &quot;SIP/100&quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Called 100<br>&nbsp;&nbsp;&nbsp; -- Local/101@sip-standard-eeef,1 requested special control 20, passing it to SIP/100-09706218<br>
&nbsp; == Manager &#39;amis&#39; logged off from <a href="http://192.168.0.180">192.168.0.180</a><br>&nbsp; == Spawn extension (sip-standard, 101, 1) exited non-zero on &#39;Local/101@sip-standard-eeef,2&#39;<br>&nbsp;&nbsp;&nbsp; -- SIP/100-09706218 is ringing<br>
&nbsp;&nbsp;&nbsp; -- SIP/100-09706218 answered SIP/101-096f7ff8<br>&nbsp; == Spawn extension (sip-standard, 100, 3) exited non-zero on &#39;SIP/101-096f7ff8&#39;<br>&nbsp; == End MixMonitor Recording Local/101@sip-standard-eeef,1<br><br>Cheers<br>
<br>Geraint<br></div>