Hello Martin,

would be great to spot any eventual issue before, so we can fix it. You can do the following:

export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/openser

cvs login                - for password simply press the Enter key.

cvs -z3 checkout -r rel_1_0_0 sip-server

The cd to sip-server and do "make all include_modules="mysql"; make install include_modules="mysql"" (here you can add other special modules to be included if you are using such). The modules and binaries are going to be installed in:
/usr/local/...

To be sure, you can clean up the existing files before installing the new version:
/usr/local/sbin/openser*
/usr/local/lib/openser/*

Make sure that the config file is using the modules in /usr/local/lib/openser/modules/. Run your tests and let us know the results.

Cheers,
Daniel

On 02/24/06 17:17, Martin Petraschek wrote:
Hi Daniel and Klaus,

I compiled openser from source, using the tarball v1.0.0 available on sourceforge. This version is installed into /usr/local/sbin. However, I have also a version installed from a binary debian package, which is located in /usr/sbin.

Now the strange part: When I use the /usr/local/sbin/openserctl binary with the modules in /usr/local/lib, I get the error described below. But when I change the paths in openser.cfg to use the modules located in /usr/lib, everything works just fine!

This is quite confusing. However, I will wait for v1.0.1 and see what happens.

Thanks for your help!

Martin

Daniel-Constantin Mierla wrote:
Hello Martin,

are you using the latest cvs version of openser branch 1.0.0 (rel_1_1_0)? There were some fixes of tls part when using the latest openssl library. There is going to be a new packaging of branch 1.0.0 Monday under 1.0.1 version.

If the problem still persist, please get the backtrace (use ulimit -c unlimited to enable core file writing and gdb to print the backtrace).

Cheers,
Daniel

On 02/24/06 16:37, Klaus Darilion wrote:
Hi Martin!

please always cc the list

Martin Petraschek wrote:
I want openser to listen on port 5060 for UDP and TCP, and on port 5061 for TCP/TLS. How could I achieve this? My current config is as follows:

listen=udp:10.1.2.9:5060
listen=tcp:10.1.2.9:5060
disable_tls = 0
listen = tls:10.1.2.9:5061

this is fine

tls_port_no=5061
this is not needed


Is this correct?

 > What is the request URI and destination before sending (try
 > xlog("L_ERR","duri=$du, ruri=$ru") before t_relay())

With the openser.cfg as shown above the error message I described in my mail previous mail went away. However, when I try to make a call, I get the following:

Feb 24 15:01:48 server2 /usr/local/sbin/openser[4246]: duri=, ruri=sip:[EMAIL PROTECTED]:3985;transport=tls;line=ojn9itpa Feb 24 15:01:49 server2 /usr/local/sbin/openser[4223]: child process 4246 exited by a signal 11


Sorry, i have no idea why it crashes here. Try to increase the debug level (debug=4) and watch the logfile.

regards
klaus

Feb 24 15:01:49 server2 /usr/local/sbin/openser[4223]: core was generated Feb 24 15:01:49 server2 /usr/local/sbin/openser[4223]: INFO: terminating due to SIGCHLD

If you need more information, please tell me.

Thanks,

Martin






_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users




_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to