Re: [OpenSIPS-Users] How to start OpenSIPS 3.0 server

2020-02-11 Thread Callum Guy
Sorry, just read that again. Looks like opensipsctl found the systemd service just fine except your config somehow exhausted resources. This may be open file limits or memory allocation. Try running the binary manually: opensips -D It should provide sufficient debug. On Wed, 12 Feb 2020, 00:15

Re: [OpenSIPS-Users] How to start OpenSIPS 3.0 server

2020-02-11 Thread Callum Guy
You're on Centos 7, systems my friend. Try systemctl start opensips Otherwise put the service file in systemd tree, an example exists on GitHub, and run systemctl daemon-reload before trying to start again. If it still doesn't work you'd need to check that you have the opensips binary in the cor

Re: [OpenSIPS-Users] How to start OpenSIPS 3.0 server

2020-02-11 Thread David Villasmil
And the output of journalctl -xe ? On Tue, 11 Feb 2020 at 17:20, Tekin, Arda wrote: > How can I run OpenSIPS 3.0? > > > > Previously we are running `opensipsctl start` command. > > > > How to set and use db connection configuration before starting OpenSIPS? > > > > I have compiled latest sourc

[OpenSIPS-Users] How to start OpenSIPS 3.0 server

2020-02-11 Thread Tekin, Arda
How can I run OpenSIPS 3.0? Previously we are running `opensipsctl start` command. How to set and use db connection configuration before starting OpenSIPS? I have compiled latest source code on CentOS 7 successfully. Copied init script cp /root/src/opensips-3.0/packaging/redhat_fedora/opensips.i

[OpenSIPS-Users] codec_delete_except_re

2020-02-11 Thread Alain Bieuzent
Hi all, I received an SDP with several codec G729 (with annexb=yes and annexb=no) =0 o=HNET 600152000 100017799 IN IP4 0.0.0.0 s=0_CALLMEDIA i=HNET c=IN IP4 0.0.0.0 t=0 0 m=audio 64976 RTP/AVP 18 18 18 8 101 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=yes a=ptime:20 a=rtpmap:18 G729/80

[OpenSIPS-Users] RPM/YUM repository downtime

2020-02-11 Thread Nick Altmann
Hi all, We expect downtime of the repository for about 30 minutes because of maintenance. Sorry for the inconvenience. -- Nick ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] how to discard provisional Response

2020-02-11 Thread Bogdan-Andrei Iancu
Yup, you got it right :) Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit, Amsterdam, May 2020 https://www.opensips.org/events/Summit-2020Amsterdam/ OpenSIPS Bootcamp, Miami, March 2020 https://opensips.org/training/OpenSIPS_Bootcamp_202

Re: [OpenSIPS-Users] how to discard provisional Response

2020-02-11 Thread Johan De Clercq
:-) On Tue, 11 Feb 2020, 09:33 Alain Bieuzent, wrote: > Reply to myself, but it can help someone .. > > > > onreply_route { > > if(t_check_status("181")) { > > drop(); > > } > > > > *De : *Users au nom de Alain Bieuzent < > alain.bieuz...@free.fr> > *Répond

Re: [OpenSIPS-Users] how to discard provisional Response

2020-02-11 Thread Alain Bieuzent
Reply to myself, but it can help someone .. onreply_route   {      if(t_check_status("181"))   {     drop();  } De : Users au nom de Alain Bieuzent Répondre à : OpenSIPS users mailling list Date : mardi 11 février 2020 à 09:14 À : OpenSIPS users mailling list

[OpenSIPS-Users] how to discard provisional Response

2020-02-11 Thread Alain Bieuzent
Hi All, I need to discard the « 181 Call Is Being Forwarded » from the dialog, what the best way to do it ? Regards Alain ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users