Tuesday, November 4, 2008

Asterisk / Trixbox: recording calls

With Asterisk or Trixbox its possible to record clients made calls.
To do it we have to insert the rows below into "extesion.conf" on Asterisk or into "exstension_custom.conf" on Trixbox. (PS: on Trixbox it's also possible to enable this function from the GUI)

exten => _61XXX,1,Monitor(wav,rec${EXTEN:2},m)
exten => _61XXX,2,ChanSpy(SIP/${EXTEN:2},q)
exten => _61XXX,3,Hangup

in /var/spool/asterisk/monitor we'll find the recordings in wav format, named rec"extensionNumber"

No comments: