From e710925a79d6b1ad18e4851e83d7557b932dc774 Mon Sep 17 00:00:00 2001 From: karl anderson Date: Mon, 14 Aug 2017 11:25:16 -0700 Subject: [PATCH] remove deprecated dispatcher list setting --- kamailio/local.cfg | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/kamailio/local.cfg b/kamailio/local.cfg index aa8d483..e3d054c 100644 --- a/kamailio/local.cfg +++ b/kamailio/local.cfg @@ -47,24 +47,6 @@ ## it completely the validation will be disabled. #!substdef "!MY_WEBSOCKET_DOMAIN!2600hz.com!g" -################################################################################ -## DISPATCHER FORMAT INFORMATION -################################################################################ -## dispatcher list changed the default storage type from list to table -## this will allow the management of dispatched servers in the DB -## -## if you're using dbtext and can't start kamailio because of dispatcher -## check the format of /etc/kazoo/kamailio/dbtext/dispatcher -## -## # setid(integer) destination(sip uri) flags (integer, optional) -## 1 sip:192.168.16.131:11000 0 -## should converted to -## id(int,auto) setid(int) destination(string) flags(int) priority(int) attrs(string) description(string) -## 1:1:sip\:192.168.16.131\:11000:0:1: : (there is a space at end) -## -## uncommenting this param will allow to continue using dispatcher list -# # #!trydef KZ_USE_DISPATCHER_LIST - ################################################################################ ## UDP PARAMETERS ################################################################################