I'm testing the Webapi/XML-RPC but seems like I'm missing something.
I did open the Firewall with:
I can reach '10.1.0.11:8080/webapi/help' and with the user and password from Advanced -> Settings the page opens.
Also '10.1.0.11:8080/webapi/sofia?status%20profile%20internal' works.
But trying to view voicemails with '10.1.0.11:8080/webapi/voicemail/web' just shows: Error 686 No Reason
http://wiki.freeswitch.org/wiki/Webapi#Voicemail
There is something called 'http-allowed-api': https://freeswitch.org/confluence/display/FREESWITCH/mod_voicemail
Something i need to do somewhere?
I did open the Firewall with:
Code:
iptables -A INPUT -p tcp -s 10.1.0.0/16 --dport 8080 -j ACCEPT
I can reach '10.1.0.11:8080/webapi/help' and with the user and password from Advanced -> Settings the page opens.
Also '10.1.0.11:8080/webapi/sofia?status%20profile%20internal' works.
But trying to view voicemails with '10.1.0.11:8080/webapi/voicemail/web' just shows: Error 686 No Reason
http://wiki.freeswitch.org/wiki/Webapi#Voicemail
There is something called 'http-allowed-api': https://freeswitch.org/confluence/display/FREESWITCH/mod_voicemail
Something i need to do somewhere?