Prophecy 9.0 Development Guide Home  |  Frameset Home

  License Issues  |  TOC  |  Reading logs  

How to troubleshoot port conflicts


Often developers are testing a number of different IVR products, or SIP Phones. This can lead to a port conflict with Prophecy that will cause services to fail when starting, issues with the SIP phone, or other undesired effects.

To see what ports are currently in use, you can use netstat.

For Windows open a Command Prompt and type:

netstat -abn > output.log

This will run the netstat command with the filters of -a, b, n.


It will then pump the output of this command to a file named "output.log".  To open this file you can type:  notepad output.log  on the command prompt.

For Linux and Mac OS X open a terminal and run as root:

lsof -i > output.log

Now that you have your netstat or lsof output, open it up in a text editor and scroll through and see if there are any port conflicts.  We are primarily concerned with the information found in the first column.  The ports that Prophecy uses are as follows:

If you stop anything running in these port ranges and still see undesired behavior it would be best to capture a new netstat output and email it to Voxeo Support.


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login
  License Issues  |  TOC  |  Reading logs  

© 2011 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site