Hi,
I'm using openser 1.3, and I can't register my sip phones even if i've configured them. I've precised (as the SIP Server)the IP address of the computer where openser is installed, but nothing. I don't know if I've to add something in the config file of openser. Further more I've the following warning when I launch openser: openser: WARNING:core:fix_socket_list: could not rev. resolve 192.168.10.2
where 192.168.10.2 is the IP address of the computer where openser is installed, so thje address of my the SIP Server.
V. _________________________________________________________________ Faites vous de nouveaux amis grâce à l'annuaire des profils Messenger ! http://home.services.spaces.live.com/search/?page=searchresults&ss=true&...
El Monday 30 June 2008 18:10:02 eliass S escribió:
Hi,
I'm using openser 1.3, and I can't register my sip phones even if i've configured them. I've precised (as the SIP Server)the IP address of the computer where openser is installed, but nothing. I don't know if I've to add something in the config file of openser. Further more I've the following warning when I launch openser: openser: WARNING:core:fix_socket_list: could not rev. resolve 192.168.10.2
where 192.168.10.2 is the IP address of the computer where openser is installed, so thje address of my the SIP Server.
First of all you don't say if you receive SIP data from the phones into your OpenSer. Install "ngrep" in OpenSer host and run:
~$ ngrep -d any -P ' ' -W byline -T port 5060
and verify if REGISTER's from phones arrive or not.
eliass S wrote:
Hi,
I'm using openser 1.3, and I can't register my sip phones even if i've configured them. I've precised (as the SIP Server)the IP address of the computer where openser is installed, but nothing. I don't know if I've to add something in the config file of openser. Further more I've the following warning when I launch openser: openser: WARNING:core:fix_socket_list: could not rev. resolve 192.168.10.2
where 192.168.10.2 is the IP address of the computer where openser is installed, so thje address of my the SIP Server.
Put an xlog statement at the top of the main route block - then eyeball your syslog to see if that xlog happens or not. If so, you know the packets are getting into openser for processing.
Also, you should do a SIP trace at the network level to see what, if any packets are being returned by OpenSER.
A wild guess is that openser is sending either Too many Hops or Loop detected and your just not seeing it since you are not looking for it :)
Jeremy McNamara