Module: sip-router
Branch: 4.0
Commit: 00c4469624392cb252d65ecf0e53dd64cfb9bb87
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=00c4469…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Mar 15 15:04:07 2013 +0000
modules/outbound: Warn during mod_init() if STUN is not built or enabled
- STUN is required for outbound with UDP. Don't want to stop Kamailio starting
when the outbound module is loaded and STUN is not available - but a warning
seems appropriate.
(cherry picked from commit 85b26219f9e4c3c8c7c990a4897d40645b4ad6e7)
---
modules/outbound/ob_mod.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/modules/outbound/ob_mod.c b/modules/outbound/ob_mod.c
index 7cf0c74..fb110d8 100644
--- a/modules/outbound/ob_mod.c
+++ b/modules/outbound/ob_mod.c
@@ -98,6 +98,15 @@ static int mod_init(void)
"random bytes\n", ob_key.len);
}
+#ifndef USE_STUN
+ LM_WARN("STUN support not built-in. UDP keep-alive not supported.\n");
+#else
+ if (stun_allow_stun != 1)
+ {
+ LM_WARN("STUN disabled. UDP keep-alive not supported.\n");
+ }
+#endif
+
return 0;
}
Module: sip-router
Branch: 4.0
Commit: b2a5e9dce705309ec1700ae10aa45663197c81de
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2a5e9d…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Mar 29 01:11:15 2013 +0000
WIP on 4.0: 9a57697 rtpproxy: fix spelling error in docs, reported from Victor V. Kustov, coyote at bks dot tv (cherry picked from commit a0b01f77de163cf7ea9d71d5293a1bfa20d31fa6)
---
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#278 - usrloc module stops updating some records in db_mode 2
User who did this - Jordan (jordan)
----------
Please ignore my last comment. I misread your previous post as saying consistency instead of "inconsistency".
I will wait for your comments after reviewing the code. Let me know if you need any additional information.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=278#comment804
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: sip-router
Branch: master
Commit: f6b72765da5cf12f8dc1e4157a3e526d5d0aa956
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f6b7276…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Thu Mar 28 22:50:59 2013 +0100
snmpstats Adding another list of TCP settings
Just a few more to go, then TLS
---
modules/snmpstats/kamailioNet.c | 631 ++++++++++++++++++++++++++++++++++-
modules/snmpstats/kamailioNet.h | 20 +-
modules/snmpstats/mibs/KAMAILIO-MIB | 195 +++++++++--
3 files changed, 803 insertions(+), 43 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=f6b…