# siproxd configuration file daemonize = 1 user = nobody # chrootjail = /var/empty pid_file = /var/run/siproxd/siproxd.pid # loglevel 0: debug 1: info 2: warning 3: errors 4: nothing silence_log = 2 if_inbound = wlan0 if_outbound = ppp0 sip_listen_port = 5060 # by default all hosts are allowed #hosts_allow_reg = 192.168.1.8/24 #hosts_allow_sip = 123.45.0.0/16,123.46.0.0/16 #hosts_deny_sip = 10.0.0.0/8,11.0.0.0/8 # RTP settings rtp_proxy_enable = 1 rtp_port_low = 7070 rtp_port_high = 7089 rtp_timeout = 300 rtp_dscp = 46 rtp_input_dejitter = 0 rtp_output_dejitter = 0 # Default Expiration timeout for Registrations # If a REGISTER request does not contain an Expires header # or expires= parameter in the Contact header, this number of # seconds will be used - and reported back to the UA in the answer. default_expires = 600 # Debug level... (setting to -1 will enable everything) # # DBCLASS_BABBLE 0x00000001 // babble (like entering/leaving func) # DBCLASS_NET 0x00000002 // network # DBCLASS_SIP 0x00000004 // SIP manipulations # DBCLASS_REG 0x00000008 // Client registration # DBCLASS_NOSPEC 0x00000010 // non specified class # DBCLASS_PROXY 0x00000020 // proxy # DBCLASS_DNS 0x00000040 // DNS stuff # DBCLASS_NETTRAF 0x00000080 // network traffic # DBCLASS_CONFIG 0x00000100 // configuration # DBCLASS_RTP 0x00000200 // RTP proxy # DBCLASS_ACCESS 0x00000400 // Access list evaluation # DBCLASS_AUTH 0x00000800 // Authentication # DBCLASS_PLUGIN 0x00001000 // Plugins # DCLASS_RTPBABL 0x00002000 // RTP babble # debug_level = 0x00000000 debug_port = 0 # Loadable Plug-ins # # The plugins are loaded in the order they appear here. Also # the processing order is given by the load order. # plugin_dir must be terminated with '/' plugindir=/usr/lib/siproxd/ # List of plugins to load: #load_plugin=plugin_demo.so #load_plugin=plugin_shortdial.so #load_plugin=plugin_logcall.so #load_plugin=plugin_defaulttarget.so #load_plugin=plugin_fix_bogus_via.so