Difference between revisions of "ERROR: Could not open H.323 listener port on 1720"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: Make sure in /etc/asterisk/h323.conf you have correct ip in bind ip address line. Also make sure no other process is listening on 1720 port: netstat -vatupn)
 
Line 1: Line 1:
Make sure in /etc/asterisk/h323.conf you have correct ip in bind ip address line.
Make sure in /etc/asterisk/h323.conf you have correct ip in bindaddr line.
 
Example:
 
[general]
port = 1720
bindaddr = xxx.xxx.xxx.xxx
 
NOTE: Change to your correct server IP address here!
 
 


Also make sure no other process is listening on 1720 port:
Also make sure no other process is listening on 1720 port:


  netstat -vatupn
  netstat -vatupn

Revision as of 09:08, 16 September 2009

Make sure in /etc/asterisk/h323.conf you have correct ip in bindaddr line.

Example:

[general]
port = 1720
bindaddr = xxx.xxx.xxx.xxx

NOTE: Change to your correct server IP address here!


Also make sure no other process is listening on 1720 port:

netstat -vatupn