added plugin_fix_fbox_anoncall
This commit is contained in:
@@ -338,7 +338,7 @@ load_plugin=plugin_logcall.la
|
||||
#load_plugin=plugin_stripheader.la
|
||||
#load_plugin=plugin_codecfilter.la
|
||||
#load_plugin=plugin_siptrunk.la
|
||||
|
||||
#load_plugin=plugin_fix_fbox_anoncall.la
|
||||
|
||||
######################################################################
|
||||
# Plugin_demo
|
||||
@@ -490,3 +490,15 @@ plugin_codecfilter_blacklist = GSM
|
||||
#plugin_siptrunk_name = Example Trunk, 555-123100 ... 555-123112
|
||||
#plugin_siptrunk_account = sip:user@sip.example.org
|
||||
#plugin_siptrunk_numbers_regex = ^555123(10[0-9]|11[012])$
|
||||
|
||||
######################################################################
|
||||
# Plugin_fix_fbox_anoncall
|
||||
#
|
||||
# This plugin attempts to work-around some SIP issues with
|
||||
# Fritzbox devices and anonymous calls. Fritzbox devices do change their
|
||||
# Contact header when answering an anonymous call (supressed CLID) - this
|
||||
# in turn confuses siproxd. This plugin attempts to work around this by
|
||||
# sanitizing the Contact Header before processing.
|
||||
# DTAG_networks: Local Networks where such Fritzboxes are located. Only SIP
|
||||
# messages originating in those ranges will be sanitized.
|
||||
plugin_fix_fbox_anoncall_networks = 217.0.23.100/32,91.121.209.194/32,81.221.125.10/32
|
||||
|
||||
Reference in New Issue
Block a user