Hi all,

Variable *$DLG_status* returns "1" in the response route after provisional
responses are received.
Here is extraction of the logs:
//-------------------------------------------------------------
NOTICE:=====> incoming reply T_reply_code=100, DLG_status=1
NOTICE:=====> incoming reply T_reply_code=180, DLG_status=1
NOTICE:=====> incoming reply T_reply_code=200, DLG_status=2
//-------------------------------------------------------------

Reply route code with log:
//-------------------------------------------------------------
onreply_route[main_reply] {
    xlog("=====> incoming reply T_reply_code=$T_reply_code,
DLG_status=$DLG_status\n");
}
//-------------------------------------------------------------

Doc says:
1 - Dialog unconfirmed (created but no reply received at all)

So, I expect to see "DLG_status=2" when first 100 response received (Dialog
in early state).

The script is very simple and generated with "make menuconfig" (please, see
attached)

I have tried with ver 3.4 and 3.6
My question: is it a bug or am I missing some configuration?

Thank you!

Attachment: opensips-redisential-34.cfg
Description: Binary data

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to