You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
875 B

## YOU SHOULD NOT HAVE TO CHANGE THESE!
## This will bind the default SIP listeners
## as determined above. The tls-role and
## websocket-role will use the appropriate
## definitions if enabled. These are here
## for those with complex layouts who know
## what they are doing :)
#!ifdef WITH_ADVERTISE_LISTENER
listen=SIP_UDP_ADVERTISED_LISTENER
listen=SIP_TCP_ADVERTISED_LISTENER
listen=ALG_UDP_ADVERTISED_LISTENER
listen=ALG_TCP_ADVERTISED_LISTENER
#!endif
#!ifdef WITH_EXTERNAL_LISTENER
listen=SIP_UDP_EXTERNAL_LISTENER
listen=SIP_TCP_EXTERNAL_LISTENER
listen=ALG_UDP_EXTERNAL_LISTENER
listen=ALG_TCP_EXTERNAL_LISTENER
#!endif
#!ifndef WITHOUT_DEFAULT_LISTENER
listen=SIP_UDP_LISTENER
listen=SIP_TCP_LISTENER
listen=ALG_UDP_LISTENER
listen=ALG_TCP_LISTENER
#!endif
#!ifdef WITH_INTERNAL_LISTENER
listen=PORT_PROTO_INTERNAL_LISTENER
#!endif