Hello,
yes, no problem to add it to master.
The only restriction is to new features. Fixing existing code is always a priority.
Cheers, Daniel
On 17/09/14 03:10, Luis Azedo wrote:
Hi Daniel,
i have a correction in kazoo module. target-uri had a prefix with "sip:" and that should come from the amqp message. let me know if its ok to merge into master.
Best ________________________________________ From: sr-dev-bounces@lists.sip-router.org [sr-dev-bounces@lists.sip-router.org] on behalf of Luis Azedo [luis@2600hz.com] Sent: Tuesday, September 16, 2014 6:06 PM To: sr-dev@lists.sip-router.org Subject: [sr-dev] git:lazedo/kazoo: kazoo : handle target-uri properly
Module: sip-router Branch: lazedo/kazoo Commit: 601ac4fe8c62f1d202cc1069823efd9be4940d36 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=601ac4fe...
Author: Luis Azedo luis@2600hz.com Committer: Luis Azedo luis@2600hz.com Date: Wed Sep 17 02:04:48 2014 +0100
kazoo : handle target-uri properly
modules/kazoo/defs.h | 4 ++-- modules/kazoo/kazoo.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/kazoo/defs.h b/modules/kazoo/defs.h index c4627d8..f832c7e 100644 --- a/modules/kazoo/defs.h +++ b/modules/kazoo/defs.h @@ -75,11 +75,11 @@ <state>%.*s</state>\ <local>\ <identity>%.*s</identity>\ -<target uri="sip:%.*s"/>\ +<target uri="%.*s"/>\ </local>\ <remote>\ <identity>%.*s</identity>\ -<target uri="sip:%.*s"/>\ +<target uri="%.*s"/>\ </remote>\
</dialog>\ </dialog-info>" diff --git a/modules/kazoo/kazoo.c b/modules/kazoo/kazoo.c index af98c33..2f96e8a 100644 --- a/modules/kazoo/kazoo.c +++ b/modules/kazoo/kazoo.c @@ -78,7 +78,7 @@ str dbk_consumer_event_subkey = str_init("Event-Name"); int dbk_internal_loop_count = 5; int dbk_consumer_loop_count = 10; int dbk_consumer_ack_loop_count = 20; -int dbk_include_entity = 0; +int dbk_include_entity = 1; int dbk_pua_mode = 1;
int dbk_single_consumer_on_reconnect = 1;
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev