|
|
@ -27,14 +27,14 @@ |
|
|
################################################################################ |
|
|
################################################################################ |
|
|
## SERVER INFORMATION |
|
|
## SERVER INFORMATION |
|
|
################################################################################ |
|
|
################################################################################ |
|
|
## CHANGE "kamailio.2600hz.com" TO YOUR SERVERS HOSTNAME |
|
|
|
|
|
#!substdef "!MY_HOSTNAME!kamailio.2600hz.com!g" |
|
|
|
|
|
|
|
|
## UNCOMMENT & CHANGE "kamailio.2600hz.com" TO YOUR SERVERS HOSTNAME |
|
|
|
|
|
# # #!substdef "!MY_HOSTNAME!kamailio.2600hz.com!g" |
|
|
|
|
|
|
|
|
## CHANGE "127.0.0.1" TO YOUR SERVERS IP ADDRESS |
|
|
|
|
|
|
|
|
## UNCOMMENT & CHANGE "127.0.0.1" TO YOUR SERVERS IP ADDRESS |
|
|
## Usually your public IP. If you need |
|
|
## Usually your public IP. If you need |
|
|
## to listen on addtional ports or IPs |
|
|
## to listen on addtional ports or IPs |
|
|
## add them in "BINDINGS" at the bottom. |
|
|
## add them in "BINDINGS" at the bottom. |
|
|
#!substdef "!MY_IP_ADDRESS!0.0.0.0!g" |
|
|
|
|
|
|
|
|
# # #!substdef "!MY_IP_ADDRESS!127.0.0.1!g" |
|
|
|
|
|
|
|
|
## CHANGE "kazoo://guest:guest@127.0.0.1:5672" TO THE AMQP URL |
|
|
## CHANGE "kazoo://guest:guest@127.0.0.1:5672" TO THE AMQP URL |
|
|
## This should be the primary RabbitMQ server |
|
|
## This should be the primary RabbitMQ server |
|
|
@ -46,7 +46,7 @@ |
|
|
## Origin header on a new websocket request |
|
|
## Origin header on a new websocket request |
|
|
## or it will be rejected. If you remove |
|
|
## or it will be rejected. If you remove |
|
|
## it completely the validation will be disabled. |
|
|
## it completely the validation will be disabled. |
|
|
#!substdef "!MY_WEBSOCKET_DOMAIN!2600hz.com!g" |
|
|
|
|
|
|
|
|
# # #!substdef "!MY_WEBSOCKET_DOMAIN!2600hz.com!g" |
|
|
|
|
|
|
|
|
################################################################################ |
|
|
################################################################################ |
|
|
## DATABASE |
|
|
## DATABASE |
|
|
@ -107,22 +107,15 @@ |
|
|
##!define KZ_UDP_REGISTRAR_PORT 7000 |
|
|
##!define KZ_UDP_REGISTRAR_PORT 7000 |
|
|
##!define KZ_TCP_REGISTRAR_PORT 7000 |
|
|
##!define KZ_TCP_REGISTRAR_PORT 7000 |
|
|
|
|
|
|
|
|
################################################################################ |
|
|
|
|
|
## NAT |
|
|
|
|
|
################################################################################ |
|
|
|
|
|
## These parameters are OPTIONAL. |
|
|
|
|
|
## It allows overriding the nat_uac_test for port / contact with different values |
|
|
|
|
|
# # #!trydef KZ_NAT_CONTACT_DETECT "1" |
|
|
|
|
|
# # #!trydef KZ_NAT_PORT_DETECT "2" |
|
|
|
|
|
|
|
|
|
|
|
################################################################################ |
|
|
################################################################################ |
|
|
## SIP traffic mirroring to SIP_TRACE server |
|
|
## SIP traffic mirroring to SIP_TRACE server |
|
|
################################################################################ |
|
|
################################################################################ |
|
|
## This parameter is OPTIONAL. |
|
|
## This parameter is OPTIONAL. |
|
|
## If you have installed SIP_TRACE server (Homer as example), |
|
|
## If you have installed SIP_TRACE server (Homer as example), |
|
|
## then you can mirror INVITE and MESSAGE here |
|
|
## then you can mirror INVITE and MESSAGE here |
|
|
# # #!substdef "!SIP_TRACE_URI!sip:127.0.0.1:9060!g" |
|
|
|
|
|
# # #!substdef "!HEP_CAPTURE_ID!1!g" |
|
|
|
|
|
|
|
|
# # #!define SIP_TRACE_URI "sip:127.0.0.1:9060" |
|
|
|
|
|
# # #!define HEP_CAPTURE_ID 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## YOU SHOULD NOT HAVE TO CHANGE THESE! |
|
|
## YOU SHOULD NOT HAVE TO CHANGE THESE! |
|
|
## By setting MY_IP_ADDRESS above these will resolve |
|
|
## By setting MY_IP_ADDRESS above these will resolve |
|
|
|