Description

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.

Troubleshooting

Reproduction

#!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

Debugging Data

(paste your debugging data here)

Log Messages

(paste your log messages here)

SIP Traffic

(paste your sip traffic here)

Possible Solutions

Additional Information

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.