[OpenSIPS-Devel] [OpenSIPS/opensips] 4bf728: rr: no need to search the outbound interface

2015-04-16 Thread Razvan Crainea
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 4bf72832ecf54e96458dfd9f0669091968c3700b
  
https://github.com/OpenSIPS/opensips/commit/4bf72832ecf54e96458dfd9f0669091968c3700b
  Author: Razvan Crainea 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/rr/loose.c

  Log Message:
  ---
  rr: no need to search the outbound interface

for single route messages, the outbound interfaces is the same with the
inbound one, so there is no need to search for an outbound socket

(cherry picked from commit b6d4230fa35c186e2aa5833f3ad41cd42ce908c1)


  Commit: 78fb580df89cf3ff4934f5e99d6fba8c23b7626f
  
https://github.com/OpenSIPS/opensips/commit/78fb580df89cf3ff4934f5e99d6fba8c23b7626f
  Author: Razvan Crainea 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/rr/loose.c

  Log Message:
  ---
  rr: do not force send socket on preloaded routes

(cherry picked from commit b8c0740a63f80577bff8314b4cf0e17867a1fda4)


Compare: 
https://github.com/OpenSIPS/opensips/compare/65de4089336b...78fb580df89c___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M Makefile

  Log Message:
  ---
  do not add Makefile.conf to the tarball

Since every tarball install is independent, Makefile.conf should not be
inherited


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M Makefile

  Log Message:
  ---
  do not add Makefile.conf to the tarball

Since every tarball install is independent, Makefile.conf should not be
inherited

(cherry picked from commit 0a3803244c1ccfa8598c8d82c15e11b8d89bb015)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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

2015-04-16 Thread Razvan Crainea
  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 750c37f738f63bc20c2ea684c351cb13e1789ed9
  
https://github.com/OpenSIPS/opensips/commit/750c37f738f63bc20c2ea684c351cb13e1789ed9
  Author: Razvan Crainea 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M Makefile

  Log Message:
  ---
  do not add Makefile.conf to the tarball

Since every tarball install is independent, Makefile.conf should not be
inherited

(cherry picked from commit 0a3803244c1ccfa8598c8d82c15e11b8d89bb015)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/sipmsgops/sipmsgops.c

  Log Message:
  ---
  sipmsgops: fix buffer management issue

is_present_hf() and remove_hf() would sometimes misbehave
when used with pseudo-variables (commit 6e88f653702).

Reported by Eric Werkhoven

Also fix a couple of noisy log messages.

(cherry picked from commit 445d90bc794887f6e0d8ce7716a5480bb50e3b51)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/sipmsgops/sipmsgops.c

  Log Message:
  ---
  sipmsgops: fix buffer management issue

is_present_hf() and remove_hf() would sometimes misbehave
when used with pseudo-variables (commit 6e88f653702).

Reported by Eric Werkhoven

Also fix a couple of noisy log messages.


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/sipmsgops/sipmsgops.c

  Log Message:
  ---
  sipmsgops: fix buffer management issue

is_present_hf() and remove_hf() would sometimes misbehave
when used with pseudo-variables (commit 6e88f653702).

Reported by Eric Werkhoven

Also fix a couple of noisy log messages.

(cherry picked from commit 0d5edcda13189bb7c06b13b154110b90387a27a0)

Conflicts:
modules/sipmsgops/sipmsgops.c


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/db_sqlite/dbase.c
M modules/db_sqlite/my_con.c
M modules/db_sqlite/my_con.h
M modules/db_sqlite/res.c
M modules/db_sqlite/row.c
M modules/db_sqlite/val.c

  Log Message:
  ---
  redesigned sqlite module


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 
  Date:   2015-04-16 (Thu, 16 Apr 2015)

  Changed paths:
M modules/db_sqlite/db_sqlite.c
M modules/db_sqlite/my_con.c
M modules/db_sqlite/res.c
M modules/db_sqlite/row.c

  Log Message:
  ---
  fix extension loading; fix bigint separate case


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[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 

https://gist.githubusercontent.com/etamme/bd7365f77f0ea0919e61/raw/393af1d236488706b6bc8096ce38423585abfc0c/gistfile1.txt

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/466___
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
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:
https://github.com/OpenSIPS/opensips/issues/466#issuecomment-93813153___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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 osipsconsolerc to match the opensipsctlrc header for the DBENGINE 
definition
  * Fixed Makefile script sqlite references that move the database related 
files into the library path

-- File Changes --

M Makefile (29)
M scripts/opensipsctl (26)
M scripts/opensipsctl.sqlite (16)
M scripts/opensipsctlrc (4)
M scripts/opensipsdbctl.sqlite (39)
M scripts/osipsconsolerc (5)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/467.patch
https://github.com/OpenSIPS/opensips/pull/467.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/467
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


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"  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 interfaces for
> monitoring and interception according to ETSI standards?
>
> Is there any ready made product available in market.
>
> --
> regards,
>
> abdul basit
>
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel