Module: sip-router
Branch: 3.2
Commit: 4f2f1e2d4ff0a9cecf8f8a05ee8f5ef7e597d46c
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4f2f1e2…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Mon Sep 3 21:31:58 2012 +0200
b/f: In case of IPv6 Option in the RTP-Command, the pointers and the length need to be updated.
---
modules/rtpproxy/rtpproxy.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/rtpproxy/rtpproxy.c b/modules/rtpproxy/rtpproxy.c
index ba66e54..d48cd78 100644
--- a/modules/rtpproxy/rtpproxy.c
+++ b/modules/rtpproxy/rtpproxy.c
@@ -2150,6 +2150,9 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer, int forc
LM_ERR("out of pkg memory\n");
FORCE_RTP_PROXY_RET (-1);
}
+ /* We need to update the pointers and the length here, it has changed. */
+ v[1].iov_base = opts.s.s;
+ v[1].iov_len = opts.oidx;
}
STR2IOVEC(newip, v[7]);
STR2IOVEC(oldport, v[9]);
Module: sip-router
Branch: 3.3
Commit: f5997ba82e066d667d8fdf48a0eb8f284abe70be
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f5997ba…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Mon Sep 3 21:31:58 2012 +0200
b/f: In case of IPv6 Option in the RTP-Command, the pointers and the length need to be updated.
---
modules/rtpproxy/rtpproxy.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/rtpproxy/rtpproxy.c b/modules/rtpproxy/rtpproxy.c
index eee5ce0..0453ef9 100644
--- a/modules/rtpproxy/rtpproxy.c
+++ b/modules/rtpproxy/rtpproxy.c
@@ -2203,6 +2203,9 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer, int forc
LM_ERR("out of pkg memory\n");
FORCE_RTP_PROXY_RET (-1);
}
+ /* We need to update the pointers and the length here, it has changed. */
+ v[1].iov_base = opts.s.s;
+ v[1].iov_len = opts.oidx;
}
STR2IOVEC(newip, v[9]);
STR2IOVEC(oldport, v[11]);
Module: sip-router
Branch: master
Commit: 15f5c9f2f7323c5192a7eb550cc7e7c53b20782a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15f5c9f…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Mon Sep 3 21:31:58 2012 +0200
b/f: In case of IPv6 Option in the RTP-Command, the pointers and the length need to be updated.
---
modules/rtpproxy/rtpproxy.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/rtpproxy/rtpproxy.c b/modules/rtpproxy/rtpproxy.c
index 6cecc0f..9a0fd14 100644
--- a/modules/rtpproxy/rtpproxy.c
+++ b/modules/rtpproxy/rtpproxy.c
@@ -2257,6 +2257,9 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer, int forc
LM_ERR("out of pkg memory\n");
FORCE_RTP_PROXY_RET (-1);
}
+ /* We need to update the pointers and the length here, it has changed. */
+ v[1].iov_base = opts.s.s;
+ v[1].iov_len = opts.oidx;
}
STR2IOVEC(newip, v[9]);
STR2IOVEC(oldport, v[11]);
Module: sip-router
Branch: master
Commit: a6a37ad2ae7dd99deae3ec9d83ab38ab54e2f2af
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a6a37ad…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: Mon Sep 3 13:01:05 2012 +0200
kamdbctl: add some explanation to the variables section and fix path
---
utils/kamctl/kamdbctl.base | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/utils/kamctl/kamdbctl.base b/utils/kamctl/kamdbctl.base
index 59bc2e7..b1cf561 100644
--- a/utils/kamctl/kamdbctl.base
+++ b/utils/kamctl/kamdbctl.base
@@ -44,7 +44,8 @@ PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap
# SQL definitions
# If you change this definitions here, then you must change them
-# in db/schema/entities.xml too.
+# in ../../lib/srdb1/schema/entities.xml too. They are used in this
+# script and needed to be the same as in the database definitions.
# FIXME
FOREVER=${FOREVER:-2020-05-28 21:32:15}
Hello,
eleven years ago, the first piece of code of the project was committed.
Last year we organized a public event, for the 10 years celebration,
presentations and more details about it at:
* http://sip-router.org/10-years-ser/
For the 11th year, I made a news with the summary of the past year -
definitively it was lot of work, adding many new features:
* http://www.kamailio.org/w/2012/09/kamailio-at-11-years/
Looking forward to the next year celebration, surely it will list
another great set of new features!
Many thanks to everyone helping the project, from advocating to development!
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - http://asipto.com/u/kat