[OpenSIPS-Devel] [OpenSIPS/opensips] 359db7: mediaproxy: always parse To header

2013-12-20 Thread Saúl Ibarra Corretgé
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 359db7f8713921042d14beffd83b5b07e40536fe
  
https://github.com/OpenSIPS/opensips/commit/359db7f8713921042d14beffd83b5b07e40536fe
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
M modules/mediaproxy/mediaproxy.c

  Log Message:
  ---
  mediaproxy: always parse To header


  Commit: e4a334eaba6e7f402fd26a9e354428b066fc6835
  
https://github.com/OpenSIPS/opensips/commit/e4a334eaba6e7f402fd26a9e354428b066fc6835
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
M modules/mediaproxy/mediaproxy.c

  Log Message:
  ---
  mediaproxy: fixed detecting messages without a body


Compare: 
https://github.com/OpenSIPS/opensips/compare/54a22de28833...e4a334eaba6e___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 3b1761: mediaproxy: always parse To header

2013-12-20 Thread Saúl Ibarra Corretgé
  Branch: refs/heads/1.10
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 3b1761a303f93a0fae7209e0577c8fcdb12bddbe
  
https://github.com/OpenSIPS/opensips/commit/3b1761a303f93a0fae7209e0577c8fcdb12bddbe
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
M modules/mediaproxy/mediaproxy.c

  Log Message:
  ---
  mediaproxy: always parse To header

(cherry picked from 359db7f8713921042d14beffd83b5b07e40536fe)


  Commit: 15f435e1edc30d6e98915514c7ebb01948393438
  
https://github.com/OpenSIPS/opensips/commit/15f435e1edc30d6e98915514c7ebb01948393438
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
M modules/mediaproxy/mediaproxy.c

  Log Message:
  ---
  mediaproxy: fixed detecting messages without a body

(cherry picked from e4a334eaba6e7f402fd26a9e354428b066fc6835)


Compare: 
https://github.com/OpenSIPS/opensips/compare/f2d32ec4e5f2...15f435e1edc3___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] c3931c: mediaproxy: always parse To header

2013-12-20 Thread Saúl Ibarra Corretgé
  Branch: refs/heads/1.9
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c3931c5800c61cd31e746f95bd65f11c2fa7625c
  
https://github.com/OpenSIPS/opensips/commit/c3931c5800c61cd31e746f95bd65f11c2fa7625c
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
M modules/mediaproxy/mediaproxy.c

  Log Message:
  ---
  mediaproxy: always parse To header

(cherry picked from 359db7f8713921042d14beffd83b5b07e40536fe)


  Commit: a2a234e52b960182cdee25befc658dd24083d37f
  
https://github.com/OpenSIPS/opensips/commit/a2a234e52b960182cdee25befc658dd24083d37f
  Author: Saúl Ibarra Corretgé sag...@gmail.com
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
M modules/mediaproxy/mediaproxy.c

  Log Message:
  ---
  mediaproxy: fixed detecting messages without a body

(cherry picked from e4a334eaba6e7f402fd26a9e354428b066fc6835)


Compare: 
https://github.com/OpenSIPS/opensips/compare/9ee282898fd0...a2a234e52b96___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [opensips] [RFC] An initial attempt of porting rtpproxy-ng module from your twin project to OpenSIPS. (#152)

2013-12-20 Thread Peter Lemenkov
Hello All!
I#39;ve made some preliminary work on porting rtpproxy-ng from Kamailio to 
OpenSIPS. Unfortunately I#39;m not certain about my patches#39; quality and 
love to get any possible feedback on this. Could anyone please review this and 
help me merging it into OpenSIPS? Also any testing will be highly appreciated.

Also I#39;d like to say a big thanks to @rfuchs and his fellow developers from 
@sipwise for this module!
You can merge this Pull Request by running:

  git pull https://github.com/lemenkov/opensips rtpproxy-ng

Or you can view, comment on it, or merge it online at:

  https://github.com/OpenSIPS/opensips/pull/152

-- Commit Summary --

  * rtpproxy-ng: initial checkin
  * rtpproxy-ng: implement $rtpstat and document start_recording()
  * rtpproxy-ng: implement second parameter to rtpproxy_offer/answer/manage
  * rtpproxy-ng: fix possible segfault in rtpproxy_manage
  * modules/rtpproxy-ng: Allow PV in second rtpproxy_manage parameter
  * rtpproxy(-ng): patch: has_sdp() does not exist
  * rtpproxy-ng: fix extraction of multipart SDP body
  * rtpproxy-ng: ids to sections in documentation
  * rtpproxy-ng: remove code artifact that broke IPv6 received-from addresses
  * rtpproxy-ng: remove trailing double \r\n from multipart SDP
  * Move MODULE_VERSION macro to a OpenSIPS defined location
  * Adjust decode_mime_type arity
  * Adjust get_body calling
  * Adjust HDR_TO_F parsing
  * Add header file which is necessary for sr in OpenSIPS
  * Remove header files missing in OpenSIPS
  * Backport msg_has_sdp from rtpproxy module
  * Proper arity for mi_export_t structure
  * Workaround for missing handy macro in OpenSIPS
  * No need to fee after fixup_spve_null, fixup_spve_spve
  * No such macro PVT_OTHER in OpenSIPS
  * Adapt get_via_branch function to OpenSIPS API
  * No such flag FL_SDP_BODY in OpenSIPS
  * Replace get_str_fparam with fixup_get_svalue available in OpenSIPS
  * Don#39;t use pvar caching API unavailable in OpenSIPS

-- File Changes --

A modules/rtpproxy-ng/Makefile (19)
A modules/rtpproxy-ng/README (652)
A modules/rtpproxy-ng/bencode.c (703)
A modules/rtpproxy-ng/bencode.h (530)
A modules/rtpproxy-ng/doc/Makefile (4)
A modules/rtpproxy-ng/doc/rtpproxy-ng.xml (103)
A modules/rtpproxy-ng/doc/rtpproxy_admin.xml (823)
A modules/rtpproxy-ng/doc/rtpproxy_faq.xml (79)
A modules/rtpproxy-ng/rtpproxy.c (1959)
A modules/rtpproxy-ng/rtpproxy.h (64)
A modules/rtpproxy-ng/rtpproxy_funcs.c (434)
A modules/rtpproxy-ng/rtpproxy_funcs.h (40)

-- Patch Links --

https://github.com/OpenSIPS/opensips/pull/152.patch
https://github.com/OpenSIPS/opensips/pull/152.diff
___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel