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.
54 lines
1.4 KiB
54 lines
1.4 KiB
## |
|
## siproxd.conf - siproxd configuration file |
|
## |
|
|
|
# PROCESS |
|
silence_log = 0 |
|
log_calls = 1 |
|
user = @l_nusr@ |
|
pid_file = @l_prefix@/var/siproxd/siproxd.pid |
|
daemonize = 1 |
|
debug_level = 0x0000ffff |
|
debug_port = 0 |
|
|
|
# TOPOLOGY |
|
if_inbound = eth0 |
|
if_outbound = ppp0 |
|
#host_outbound = sip-proxy.example.com |
|
#mask_host = 10.0.0.42 |
|
#masked_host = sip-proxy.example.com |
|
|
|
# ACCESS CONTROL |
|
hosts_allow_reg = 10.0.0.0/8 |
|
hosts_allow_sip = 0.0.0.0/0 |
|
#proxy_auth_realm = Example SIP Proxy Authentication |
|
#proxy_auth_pwfile = @l_prefix@/etc/siproxd.passwd |
|
|
|
# REGISTRATION |
|
registration_file = @l_prefix@/var/siproxd/siproxd_registrations |
|
autosave_registrations = 300 |
|
default_expires = 600 |
|
|
|
# SERVICES |
|
sip_listen_port = 5060 |
|
rtp_proxy_enable = 1 |
|
rtp_port_low = 7070 |
|
rtp_port_high = 7089 |
|
rtp_timeout = 300 |
|
rtp_dscp = 46 |
|
|
|
# QUICK DIAL |
|
# *01 -> FWD Echo Test |
|
# *02 -> SIPphone Echo Test |
|
pi_shortdial_enable = 1 |
|
pi_shortdial_akey = *00 |
|
pi_shortdial_entry = 000393613 |
|
pi_shortdial_entry = 17474743246 |
|
|
|
# UPSTREAM PROXY |
|
#outbound_proxy_host = sip-proxy2.upstream.example.com |
|
#outbound_proxy_port = 5060 |
|
#outbound_domain_name = foo.example.com |
|
#outbound_domain_host = sip-proxy.foo.example.com |
|
#outbound_domain_port = 5060 |
|
|
|
|