I am working with mod_verto. I followed the following link https://freeswitch.org/confluence/display/FREESWITCH/mod_verto
for the verto configuration. Also installed certificate on server and client side and added <param name="jsonrpc-allowed-methods" value="verto"/>
to user directory. I am able to log in from web (verto client) to FreeSwitch but unable to make a call, I'm getting following error:
Invalid Method,Missing Method or Permission Denied mod_verto
Also added <param name="jsonrpc-allowed-methods" value="verto"/>
but still I don't see any changes. I am a beginner in FreeSwitch.