On Demand Call Recording Between Extensions

Hi

I’m wondering if this is possible? I know we can do on demand recording for external calls - I’ve tested that and it works on our system by dialing *1 or *3 depending on the type of recording you want.

But can we also record calls similarly between extensions? For example, lets say I call from my extension 1000 to Joe’s 1005 and I want to record the call - I’d like to be able to dial a key combination to start recording that call just as if it was an external call i was recording.

I don’t want to record every call to and from every extension, just want to be able record ad-hoc as needed.

Is such a thing possible and if so how do I implement it?

Anyone?

I think this is what you are missing on your internal dialplan

w: Allow the called user to start recording after pressing *1 or what defined in features.conf (Asterisk v1.2.x); requires Set(DYNAMIC_FEATURES=automon)

W: Allow the calling user to start recording after pressing *1 or what defined in features.conf (Asterisk v1.2.x); requires Set(DYNAMIC_FEATURES=automon)

Thanks that worked!