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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -