Pause/Resume Active Call Recording

Hi All,

Quick question … does anyone know how you can pause / resume call recording when on an active call? It’s usually #0, #1 etc. but I can’t find it documented anywhere.

In the UK this is a financial requirement so credit/debit card details are not recorded.

Thanks for your help.

Kind regards,
Simon.

Here is an example for STOP recording. You can make that pause.

There is a
features__10-application-map.conf

You could do to add stop/pause:
features__11-application-map.conf

[applicationmap](+)
one_touch_rec_stop => *1,self/caller,Gosub(stop-rec,s,1(app,fmap))

[custom-features](+)
one_touch_rec_stop =>

And you could do:
STOP Recording in own
extensions_1_19-baseplan.conf

[stop-rec]
exten => s,1,NoOp(Stop Recording)
same => n,StopMixMonitor()

Some more input:
https://community.asterisk.org/t/start-stop-call-recording-to-voicemal/71484/3

Hi mo10,

Thanks for the response. I’ll have a look and do some tests and let you know how I get on :+1:

Thanks again,
Simon.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.