[OpenSIPS-Devel] [OpenSIPS/opensips] a46eb0: sipcapture: fix modparam typo (promiscious_on)
Bogdan Andrei IANCU
noreply at github.com
Thu Sep 10 12:59:54 UTC 2026
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: a46eb0beccb2d4a417ddedf6939ccd6248c5968f
https://github.com/OpenSIPS/opensips/commit/a46eb0beccb2d4a417ddedf6939ccd6248c5968f
Author: Denys Ivonenko <denys.i at didww.com>
Date: 2026-09-08 (Tue, 08 Sep 2026)
Changed paths:
M modules/sipcapture/examples/opensips.cfg
M modules/sipcapture/sipcapture.c
Log Message:
-----------
sipcapture: fix modparam typo (promiscious_on)
The module registers "promiscious_on" while its README documents
"promiscuous_on". Both spellings arrived in the same commit in 2011,
so the documented name has never worked.
Following 36a09ee7ab (dispatcher: Fix modparam typo), the correct name
is registered against the same variable and the old one is kept, so
existing configurations keep working. The variable itself is already
spelled correctly, promisc_on, and is untouched.
No documentation change is needed - the README already documents the
correct name, and after this it is true. The module's own example
config, which used the misspelling, now uses the documented name.
Commit: 9f35369c211ac30545ddad59a9f235d8f36c729b
https://github.com/OpenSIPS/opensips/commit/9f35369c211ac30545ddad59a9f235d8f36c729b
Author: Bogdan Andrei IANCU <bogdan at opensips.org>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M modules/sipcapture/examples/opensips.cfg
M modules/sipcapture/sipcapture.c
Log Message:
-----------
Merge pull request #4248 from denys-i-didww/fix/sipcapture-modparam-typo
sipcapture: fix modparam typo (promiscious_on)
Compare: https://github.com/OpenSIPS/opensips/compare/61433be15cf2...9f35369c211a
To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications
More information about the Devel
mailing list