Hi,

I am using dlg_val. In my code after create_dialog I have
$dlg_val(RTPPROXY) = "FOO";
If after that I do:
xlog("--------------- The value for dlg_val(RTPPROXY) is
$dlg_val(RTPPROXY)");
Then log will show:
--------------- The value for dlg_val(RTPPROXY) is FOO
However if I have
xlog("--------------- The value for dlg_val(RTPPROXY) is
$dlg_val(RTPPROXY)");
for sequential requests the value is always NULL.

Is there something that I can be missing?

TIA.

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

Reply via email to