[asterisk-users] Recording INCOMING calls

2015-07-16 Thread Luca Bertoncello
Hi list! I'm trying to configure Asterisk to record incoming calls, if the called press *3. I added in features.conf: automixmon => *3 then, in my dialplan: exten => 1,n,Dial(SIP/004935,20,RcxX) Well, if I **CALL** a number I'm able to record the call, but if I'll be called, and press

Re: [asterisk-users] Recording INCOMING calls

2015-07-17 Thread Rusty Newton
On Thu, Jul 16, 2015 at 3:37 AM, Luca Bertoncello wrote: > Hi list! > > I'm trying to configure Asterisk to record incoming calls, if the called > press *3. > I added in features.conf: > > automixmon => *3 > > then, in my dialplan: > > exten => 1,n,Dial(SIP/004935,20,RcxX) > > Well, if I

Re: [asterisk-users] Recording INCOMING calls

2015-07-17 Thread Luca Bertoncello
Rusty Newton schrieb: > 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. YES!! That was the problem! I just added "xX" to the previous Dial and

Re: [asterisk-users] Recording INCOMING calls

2015-07-17 Thread Rusty Newton
On Fri, Jul 17, 2015 at 9:09 AM, Luca Bertoncello wrote: > Rusty Newton schrieb: > > > 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. > >