Listen to a conversation

Hi,

Is there a way to listen a conversation from a specific extension ?
(just need to listen, without participate to the conversation :smile:

For instance … dialing *** + Extension

Thanks

Stephane

Hi

exten => _*29XXXX,1,Answer exten => _*29XXXX,n,set(calltime=${STRFTIME(${EPOCH},,%C%y%m%d%H%M%S)}) exten => _*29XXXX,n,mixmonitor(/var/www/html/recordings/calls/live/X${calltime}X${CALLERID(num)}X${EXTEN:3}X.wav) exten => _*29XXXX,n,Chanspy(SIP/${EXTEN:3}|q)

Lets you listen and also records it.

Ian