Webapi Voicemail - how to?

Status
Not open for further replies.

MrGlasspoole

Member
Nov 11, 2017
31
0
6
47
I'm testing the Webapi/XML-RPC but seems like I'm missing something.

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?
 

MrGlasspoole

Member
Nov 11, 2017
31
0
6
47
Ok, the normal voicemail in Fusion is not mod_voicemail?

I build my own website/app (Android) for home-automation stuff.
I want to control FreeSwitch from the tablet or micro controllers (http, mqtt).

That voicemail api is not really important but i thought i try it.
Maybe later it would be nice to listen to the voicemails on the tab without the need of a softphone or log in to the Fusion GUI.
 
Status
Not open for further replies.