From 0646be4bfb2168a7e53b78a6e179c71b28bf7a3c Mon Sep 17 00:00:00 2001 From: karl anderson Date: Fri, 12 Jan 2018 00:30:42 +0000 Subject: [PATCH] listen on all IPs by default so it easier to get a proof-of-concept running --- kamailio/local.cfg | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/kamailio/local.cfg b/kamailio/local.cfg index 11bf46f..a333d8a 100644 --- a/kamailio/local.cfg +++ b/kamailio/local.cfg @@ -23,10 +23,6 @@ # # #!trydef REGISTRAR_SYNC_ROLE # # #!trydef PRESENCE_NOTIFY_SYNC_ROLE -## PostgreSQL usage - remove all but the last '#' to enable -# # #!substdef "!KAMAILIO_DBMS!postgres!g" -# # #!substdef "!KAZOO_DB_URL!postgres://kamailio:kamailio@127.0.0.1/kamailio!g" - ################################################################################ ## SERVER INFORMATION ################################################################################ @@ -37,7 +33,7 @@ ## Usually your public IP. If you need ## to listen on addtional ports or IPs ## add them in "BINDINGS" at the bottom. -#!substdef "!MY_IP_ADDRESS!127.0.0.1!g" +#!substdef "!MY_IP_ADDRESS!0.0.0.0!g" ## CHANGE "kazoo://guest:guest@127.0.0.1:5672" TO THE AMQP URL ## This should be the primary RabbitMQ server @@ -51,6 +47,17 @@ ## it completely the validation will be disabled. #!substdef "!MY_WEBSOCKET_DOMAIN!2600hz.com!g" +################################################################################ +## DATABASE +################################################################################ +## This parameter is OPTIONAL +## If you would like to use an external database +## remove all but the last '#' and configure the connector +## accordingly. The example shows how to use postgres. +## See the kamailio documentation for more details. +# # #!substdef "!KAMAILIO_DBMS!postgres!g" +# # #!substdef "!KAZOO_DB_URL!postgres://kamailio:kamailio@127.0.0.1/kamailio!g" + ################################################################################ ## UDP PARAMETERS ################################################################################