diff --git a/src/modules/sipcapture/sipcapture.c
b/src/modules/sipcapture/sipcapture.c
index beaff682d3..1c365f8168 100644
--- a/src/modules/sipcapture/sipcapture.c
+++ b/src/modules/sipcapture/sipcapture.c
@@ -367,7 +367,7 @@ static param_export_t params[] = {
{"insert_retries", INT_PARAM, &insert_retries },
{"insert_retry_timeout", INT_PARAM, &insert_retry_timeout },
{"table_time_sufix", PARAM_STR, &table_time_sufix },
- {"topoh_unamsk", PARAM_INT, &sc_topoh_unmask },
+ {"topoh_unmask", PARAM_INT, &sc_topoh_unmask },
{"nonsip_hook", PARAM_INT, &nonsip_hook },
{0, 0, 0}
};
This looks innocent, but not being topoh user, I cannot verify if activated
code paths are free of troubles in real world.
Same typo exists in 5.0.
--
Mikko