[sr-dev] git:master: kazoo : handle target-uri properly

Luis Azedo luis at 2600hz.com
Fri Sep 19 07:44:17 CEST 2014


Module: sip-router
Branch: master
Commit: c59ebbd8f63e9b447d5aba79c06d6206e33b2436
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c59ebbd8f63e9b447d5aba79c06d6206e33b2436

Author: Luis Azedo <luis at 2600hz.com>
Committer: Luis Azedo <luis at 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;




More information about the sr-dev mailing list