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:user2@192.168.0.47: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