Module: sip-router
Branch: tteras/mohqueue
Commit: 753e93d3ad1658c104963c208c4e36b23c1dd307
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=753e93d…
Author: Robert Boisvert <rdboisvert(a)gmail.com>
Committer: Timo Teräs <timo.teras(a)iki.fi>
Date: Thu Oct 3 09:22:54 2013 +0300
modules/mohqueue: pull changes from upstream
Merges up to upstream commit a3f679430d853d5b1b71ba92d8547ca2c86509ec.
Changes in code:
* fixes RTP stop not being sent
* use pcbp->req instead of -> in rtp_destroy
* fixed uninitialized varbs
* use close_call () for no response on INVITE
* changed to return handled if reINVITE sent
* switched to using fixup_svpe functions
Documentation:
* added comment about rtpproxy limit
* adjusted to remove hold sequence in transfer out
---
modules/mohqueue/doc/mohqueue_admin.xml | 16 +-
modules/mohqueue/mohq.c | 41 +----
modules/mohqueue/mohq.h | 7 +-
modules/mohqueue/mohq_common.h | 2 +
modules/mohqueue/mohq_funcs.c | 337 +++++--------------------------
modules/mohqueue/mohq_funcs.h | 6 +-
6 files changed, 74 insertions(+), 335 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=753…