record - Asterisk recording all sound in a call -


i have asterisk, want record sound(tone, ring, pressing number...) in call not conversation between 2 endpoints.

is there solution requirement?

thanks lot helping me!

you can use that

exten => _x.,1,mixmonitor(filename_here.wav) exten => _x.,2,dial(sip/something); or other processing 

recording start after mixmonitor. record all.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -