Problemas para configurar ChanSpy

Buenas a todos.

Actualmente estoy presentando problemas para instalar/configurar el ChanSpy en asterisk 20 instalado en Debian.

Para comenzar quisiera saber si aún permanece dentro de los paquetes/aplcaciones de asterisk?. Dado que al hacer una Make Menuselect no se me muestra la opción para habilitarlo

image

chanspy is a dialplan application, not a channel driver.

Muchas gracias por tu respuesta.

Entonces entendería el error que muestra no esta asociado a un modulo de ChanSpy. Me podrias ayudar a configurar ese servicio?..

Actualmente lo tengo asi;

[chanspy]
exten => *888,1,Answer()
same => n,ChanSpy(PJSIP/${EXTEN},q) ; Escuchar cualquier llamada en tiempo real
same => n,Hangup()

Opcion 2

#exten => _*888,1,NoOp(ChanSpy Mode Spy)

same => n,ChanSpy(PJSIP/${EXTEN:3},qs)

same => n,Hangup()

#Opción 3
#exten => 555,1,Answer() ; Responde la llamada entrante
#same => n,ChanSpy(PJSIP/2003) ; Espía el canal PJSIP/1000

Como puedes ver, he intentado con varios ejemplos pero ninguno me funciona. No estoy segura si solo se debe configurar esto en el archivo extensions.conf o debo hacer alguna otra configuración

Gracias

root@Dabian:/var/log/asterisk# asterisk -rx ‘module load app_chanspy.so Loaded app_chanspy.so’
Usage: module load
Loads the specified module into Asterisk.
root@Dabian:/var/log/asterisk#
root@Dabian:/var/log/asterisk# asterisk -rx ‘core show applications like ChanSpy’
-= Matching Asterisk Applications =-
-= 0 Applications Matching =-

Usage: module load <module name>

This is trying to tell you that you have used the incorrect parameters, and the correct format for the command, although that should have been obvious without the message.