Problem starting op_panel server!

Dear Forum

I have installed op_panel-0.25-snapshot.tar.gz on a system with SuSE9.3
according to the discription on asternic.org. - Documents.

When starting the server with ./op_server.pl I get following error
message(in bold):

linux:/home/henkoegema/downloads/op_panel-0.25 # ./op_server.pl
** SIP/1200 in next position 1
** SIP/1201 in next position 2
** 900 in next position 3
** 901 in next position 4
** 902 in next position 5

** MANAGER CONNECTION Connecting to 192.168.123.100:5038 (Server 0)
** MANAGER CONNECTION Couldn’t connect to 192.168.123.100:5038 (Server0)
** MANAGER CONNECTION Connecting to 192.168.123.100:5038 (Server 0)
** MANAGER CONNECTION Couldn’t connect to 192.168.123.100:5038 (Server0)
[1]+ Stopped ./op_server.pl

If I try to start again I get another error message:

linux:/home/henkoegema/downloads/op_panel-0.25 # ./op_server.pl

Can’t listen to port 4445
linux:/home/henkoegema/downloads/op_panel-0.25 #

Can somebody help please to tell me how to solve these errors?

Rgds,
Henk Oegema

================================================================
This problem was finally solved by changing a line in the file op_server.cfg.

before:
manager_host=192.189.123.100 ;my local IP address

after
manager_host=localhost ;then the error messages were gone!
:smiley: