Browse Source

remove deprecated dispatcher list setting

KAZOO-5650
karl anderson 8 years ago
parent
commit
e710925a79
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      kamailio/local.cfg

+ 0
- 18
kamailio/local.cfg View File

@ -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
################################################################################


Loading…
Cancel
Save