yois615
yois615
In mod_cidlookup and several other modules, config parameters are read from external XML files using the SWITCH_CONFIG_ITEM_STRING_STRDUP method. These items do not have string_options, and are not freed with switch_xml_config_cleanup....
**Describe the bug** Modules that use SWITCH_CONFIG_ITEM_STRING_STRDUP to read config options are not properly freed at module unload. **To Reproduce** Steps to reproduce the behavior: 1. enable mod_cidlookup (affected example)...
Retreive user_data from the switch to display the callee ID name on the endpoint receiving the NOTIFY if it is available Fixes #1410
If NDLB-force-rport is enabled, we rewrite the rport regardless of what the endpoint thinks the port should be. We do this by checking the status of server_rport_level before writing the...