Ports

This is a list of ports in the P2006 system. It's current as of build 48.

SIP Ports
Since there are several interpreters (CCXML, VoiceXML, etc.) available, how does P2006 determine which interpreter to run? The answer is that the interpreter is selected on the basis of which port the call is routed to. If I route a call to port 5061, for example, the script will run using the CallXML interpreter.

Port, Interpreter
5061: CallXML
5062: CCXML (Voxeo)
5063: CCXML (W3C)
5064: VoiceXML

Web Server Ports
Ports associated with the Web server. As with the type of script (CCXML vs. VoiceXML), instead of serving all pages from a single port, the type of web page served is different for each port.

9990: PHP-based web server (document root: voxeo/www)
9991: Java-based web server (document root: voxeo/webapps, soon to be voxeo/java)
9995: Prophecy management console
9998: VoiceXML HTTP control port
9999: VServer (CallXML/CCXML) control port

992-9994 and 9996-9997 are reserved for future use