Module: sip-router
Branch: carstenbock/rtpproxy
Commit: 5415f157c5b561b03a1be5bfe5f96d68f2bb1838
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5415f15…
Author: Carsten Bock <lists(a)bock.info>
Committer: Carsten Bock <lists(a)bock.info>
Date: Mon Aug 30 16:26:05 2010 +0200
Merge branch 'master' into rtpproxy
* master: (29 commits)
modules/db_berkeley Added a compatibility layer between libdb versions smaller than 4.6 and libdb4.6
xhttp: don't set version to http/1.0
tcp: read http/1.1 chunked body
xcap_server: etag column is of type str
pv(k): don't use CL for body PV
textops(k): declare variables at function start
registrar(k): declare variables at function start
dialog(k): declare variables at function start
mediaproxy: declare variables at function start
mtree: declare variables at function start
core: don't use conditionals in macro arguments
core: pointer aliasing warning fixes for fix_rval_expr
core: use const in some ip_addr functions
core: use const char*/str* for hash functions
core: typo fix in dns_cache_clone_entry()
tm: warnings and avp param init. fixes
nat_traversal(k): register stats only ifdef STATISTICS
sst(k): don't register statistics twice
nathelper(k): add missing mi.h include
modules_k/nathelper: better add_contact_alias/handle_ruri_alias fix
...
---
Module: sip-router
Branch: master
Commit: 7e43797d47dc4ac9d5ed53f5166051d7b1e64ea3
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7e43797…
Author: Carsten Bock <lists(a)bock.info>
Committer: Carsten Bock <lists(a)bock.info>
Date: Tue Aug 31 16:47:14 2010 +0200
Merge remote branch 'origin/carstenbock/dialog2'
* origin/carstenbock/dialog2:
- Updated docs
- Use only call-id to get the h_id; otherwise dlg_list_dlg and dlg_terminate_dlg would require the from-tag, which is marked as optional in the docs
- added support to terminate a single dialog by providing call-id and from-tag
---
Module: sip-router
Branch: master
Commit: 68ed88ef4ef01789159a4e77302a9ddd8dca442d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68ed88e…
Author: Carsten Bock <lists(a)bock.info>
Committer: Carsten Bock <lists(a)bock.info>
Date: Tue Aug 31 16:42:05 2010 +0200
Merge remote branch 'origin/carstenbock/rtpproxy2'
* origin/carstenbock/rtpproxy2:
- Updated the patch to the latest changes (see previous commit)
Add a parameter for the type of the RTP-Timeout-Socket (defaults to 1 for Kamailio-XMLRPC)
Added the changes to the RTP-Proxy as a patch, for easier review.
- fixed identation
The Timeout socket must be sent with Update after session confirmation.
Tiny typo.
- added support for the retrieval of RTP-Statistics through $rtpstat
---