Estoy tratando de ejecutar un script javascript en FreeSwitch, pero recibo este error en FreeSwitch
switch_core_session.c:2697 Invalid Application javascriptAsí es como incluí js en dialplan:
<action application="javascript" data="function.js"/>Dentro de function.js:
console.log("Hello from the other side");También agregué esto en módulos.conf.xml
<load module="mod_v8"/>¿Puede alguien por favor ayudarme? Tx.