[asterisk-users] internal call record

Gokan Atmaca linux.gokan at gmail.com
Sun Mar 10 04:46:24 CDT 2019


Hello

Mynum: 6001 , Othernum: 6002.


I can record as follows. But I do not enter individual records for each internal
required. I want to do it more smoothly with a Macro.

Thanks.

exten => _6001,1,NoOp()
exten => _6001,n,MixMonitor(${UNIQUEID}.wav,ab)
exten => _6001,n,Dial(SIP/6001,20)
exten => _6001,n,StopMixMonitor()
exten => _6001,n,Hangup()


On Sat, Mar 9, 2019 at 6:50 PM Doug Lytle <support at drdos.info> wrote:
>
> On 3/9/19 9:56 AM, Gokan Atmaca wrote:
>
> a) work for recording incoming / outgoing calls
>
> b) do not work for recording internal calls
>
> then we might be able to give you a clue what's wrong.
>
> Hello
>
> For example: My phone number is 1000, the other's number is 1001. These numbers
> are in the same PBX (asterisk). I want 1000, 1001
>
>
> Gokan,
>
>
> Since you've said that outside calls can be recorded, but not inside calls; Antony requested that you show us your dialplan code for recordings that work.  This will give us an idea of what might be going wrong when trying to record inside calls.
>
> It would also be helpful to see your console output when things are not working.
>
> Doug
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.org/
>
> New to Asterisk? Start here:
>       https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list