[OpenSIPS-Devel] [OpenSIPS/opensips] a981f0: sipmsgops: fix buffer management issue

2015-04-16 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: a981f0029d7f71d327f23378ed81204b65510661 https://github.com/OpenSIPS/opensips/commit/a981f0029d7f71d327f23378ed81204b65510661 Author: Liviu Chircu li...@opensips.org Date: 2015-04-16 (Thu, 16 Apr 2015)

[OpenSIPS-Devel] [OpenSIPS/opensips] f4287b: do not add Makefile.conf to the tarball

2015-04-16 Thread Razvan Crainea
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: f4287b3c83278526dfba9fd5311d4bcbef2180c3 https://github.com/OpenSIPS/opensips/commit/f4287b3c83278526dfba9fd5311d4bcbef2180c3 Author: Razvan Crainea raz...@opensips.org Date: 2015-04-16 (Thu, 16 Apr

[OpenSIPS-Devel] [OpenSIPS/opensips] 0a3803: do not add Makefile.conf to the tarball

2015-04-16 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0a3803244c1ccfa8598c8d82c15e11b8d89bb015 https://github.com/OpenSIPS/opensips/commit/0a3803244c1ccfa8598c8d82c15e11b8d89bb015 Author: Razvan Crainea raz...@opensips.org Date: 2015-04-16 (Thu, 16 Apr

[OpenSIPS-Devel] [OpenSIPS/opensips] 0d5edc: sipmsgops: fix buffer management issue

2015-04-16 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 0d5edcda13189bb7c06b13b154110b90387a27a0 https://github.com/OpenSIPS/opensips/commit/0d5edcda13189bb7c06b13b154110b90387a27a0 Author: Liviu Chircu li...@opensips.org Date: 2015-04-16 (Thu, 16 Apr 2015)

[OpenSIPS-Devel] [OpenSIPS/opensips] a18fae: sipmsgops: fix buffer management issue

2015-04-16 Thread Liviu Chircu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: a18fae9b9121fe6d7e84f56e891be750d1624139 https://github.com/OpenSIPS/opensips/commit/a18fae9b9121fe6d7e84f56e891be750d1624139 Author: Liviu Chircu li...@opensips.org Date: 2015-04-16 (Thu, 16 Apr 2015)

[OpenSIPS-Devel] [OpenSIPS/opensips] 7366da: redesigned sqlite module

2015-04-16 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 7366daaa82b6ca9938a864ec9939071782dea30c https://github.com/OpenSIPS/opensips/commit/7366daaa82b6ca9938a864ec9939071782dea30c Author: ionutrazvanionita ionution...@opensips.org Date: 2015-04-16 (Thu,

[OpenSIPS-Devel] [OpenSIPS/opensips] 24341a: fix extension loading; fix bigint separate case

2015-04-16 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 24341a06cd18ed32f4d818729122e154e7db520f https://github.com/OpenSIPS/opensips/commit/24341a06cd18ed32f4d818729122e154e7db520f Author: ionutrazvanionita ionution...@opensips.org Date: 2015-04-16 (Thu,

[OpenSIPS-Devel] [opensips] ERROR:db_sqlite:db_sqlite_insert: insert query failed unable to open database file (#466)

2015-04-16 Thread Eric Tamme
db_sqlite is not able to insert, but it can make select queries. # ls -alh /var/db/opensips -rw-r--r-- 1 opensips opensips 19K Apr 16 13:12 /var/db/opensips full debug trace of usrloc failing to insert contact after successful registration

Re: [OpenSIPS-Devel] [opensips] db_sqlite errors, and segfaults (#458)

2015-04-16 Thread Eric Tamme
the new refactor has resolved this --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/458#issuecomment-93821777___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] db_sqlite errors, and segfaults (#458)

2015-04-16 Thread Eric Tamme
Closed #458. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/458#event-283368597___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [opensips] sqlite opensipsctl and opensipsdbctl additions (#467)

2015-04-16 Thread Jarrod Baumann
Added references and support for sqlite in the control scripts. You can view, comment on, or merge this pull request online at: https://github.com/OpenSIPS/opensips/pull/467 -- Commit Summary -- * Updated control scripts to include considerations for the new db_sqlite * updated

Re: [OpenSIPS-Devel] Lawful solution with opensips/rtp proxy

2015-04-16 Thread Abdul Basit
Hi. any idea or pointer to some blog regarding lawful intercept solution. On Apr 13, 2015 5:30 PM, Abdul Basit basit.e...@gmail.com wrote: Hi, I am searching for LI solution that can integrate with opensips and rtp proxy for LEA. Can anyone suggest for a model for HI1, HI2 and HI3

Re: [OpenSIPS-Devel] [opensips] ERROR:db_sqlite:db_sqlite_insert: insert query failed unable to open database file (#466)

2015-04-16 Thread Eric Tamme
Closed #466. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/466#event-283336625___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] ERROR:db_sqlite:db_sqlite_insert: insert query failed unable to open database file (#466)

2015-04-16 Thread Eric Tamme
I found out that sqlite actually needs the directory to be writeable by the process owner as well as the database file it self. changing permissions on the directory that the db lives in fixes this issue --- Reply to this email directly or view it on GitHub: