fulhade created an issue (kamailio/kamailio#4546)
### Description
I'm testing version 6.0.5 (an upgrade from 6.0.4) and noticed this error on
t_relay: `<core> [core/basex.c:503]: base64url_enc(): null pointer parameter`.
Call break after this, 200 and ACK fall apart.
### Troubleshooting
I'm using `topos` and `topos_htable`. I suspect the `topos_htable_base64`
modparam might be the issue. Strangely, I get the same error with both `0` and
`1`. However, if I comment out this parameter, there are no errors in the log,
and the call works fine.
These are the modparams I'm using:
```
# ----- topos -----
modparam("topos", "storage", "htable")
modparam("topos", "sanity_checks", 1)
modparam("topos", "event_mode", 0)
modparam("topos", "contact_mode", 1)
# ----- topos htable -----
modparam("topos_htable", "topos_htable_dialog",
"my_dialogs=>size=4;autoexpire=7200;dmqreplicate=0")
modparam("topos_htable", "topos_htable_base64", 1)
``
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4546
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/[email protected]>_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!