When invoking dialog tracking by flag instead of dlg_manage(), dialog doesn't store uac_replace_* variables. As a result, uac restore functionality doesn't work.
#!define FLT_DIALOG 4
...
modparam("dialog", "dlg_flag", FLT_DIALOG)
...
request_route {
if (is_method("INVITE"))
setflag(FLT_DIALOG);
...
}
Make a call.
List dialogs (kamcmd dlg.list)
You'll notice the dialog has no uac variables
(paste your debugging data here)
(paste your log messages here)
(paste your sip traffic here)
kamailio -v
version: kamailio 5.3.8 (x86_64/linux) a58155
NAME="Debian GNU/Linux"
VERSION="8 (jessie)"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.