Micro VoIP 200
User Manual
v1.53
71
Appendix V – Make a Call via HTTP CGI
Micro VoIP allows the user to make a call via the HTTP CGI. You can type in the following cgi
string in the web browser.
http://ipaddress/goform/call.asp?from=<exten>&to=<callerid>&timeout=<seconds>
http://ipaddress/goform/hangup.asp?from=<exten>
For example, you want to make a call from extension 102 to 5781019. You can type the following
cgi string. The system will ring the 102 firstly. After the extension 102 has pickup the call, the system
will ring 5781019. If the callee has not pickup the call in 30 seconds, the system will terminate the call.
http://192.168.1.1/goform/call.asp?from=102&to=5781019&timeout=30
To hang up the call, you have to type the following cgi string.
http://192.168.1.1/goform/hangup.asp?from=102