<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 16, 2015 at 3:37 AM, Luca Bertoncello <span dir="ltr"><<a href="mailto:lucabert@lucabert.de" target="_blank">lucabert@lucabert.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi list!<br>
<br>
I'm trying to configure Asterisk to record incoming calls, if the called<br>
press *3.<br>
I added in features.conf:<br>
<br>
automixmon => *3<br>
<br>
then, in my dialplan:<br>
<br>
exten => 1,n,Dial(SIP/00493511111111,20,RcxX)<br>
<br>
Well, if I **CALL** a number I'm able to record the call, but if I'll be<br>
called, and press *3 nothing happens...<br></blockquote><div><br></div><div>Perhaps the incoming calls are routed through different dialplan and in that Dial you do not have the proper options? The dialplan you posted appears to be for dialing an explicit outbound number.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
In the console I can't see anything, too.<br>
<br></blockquote><div><br></div><div>You can't see *anything*? You may want to read up on logging configuration to make sure you have relevant logging channels going to your log file or console.</div><div><br></div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Logging+Configuration">https://wiki.asterisk.org/wiki/display/AST/Logging+Configuration</a><br></div><div><a href="https://wiki.asterisk.org/wiki/display/AST/Logging">https://wiki.asterisk.org/wiki/display/AST/Logging</a><br></div><div><br></div><div>Once you have verbose output going to a log, make sure it is turned up to 5 and then post the call output to the list. With that we'll be able to see what is happening.</div><div><br></div><div> </div></div>-- <br><div class="gmail_signature"><div dir="ltr"><pre><span>Rusty Newton</span>
Digium, Inc. | <span>Community Support Manager</span>
<span>445 Jan Davis Drive NW</span> - <span>Huntsville, AL 35806</span> - <span>US</span>
<span>direct:</span> <span>+1 256 428 6200</span><span></span> <span></span>

<span>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></span></pre></div></div>
</div></div>