Bugs item #2856801, was opened at 2009-09-11 14:45 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2856801&group_id=232389
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: trunk Status: Open >Resolution: Fixed Priority: 9 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Bogdan-Andrei Iancu (bogdan_iancu) Summary: Weird issue with DLG vars Initial Comment: I added the following to my initial INVITE route, immediately after the call to create_dialog(), just to be sure: $dlg_val(testa) = "user1"; $dlg_val(testb) = "user2"; if ($dlg_val(testa) == $dlg_val(testb)) { xlog("L_INFO", "Equal: $dlg_val(testa) $dlg_val(testb)"); } else { xlog("L_INFO", "NOT equal: $dlg_val(testa) $dlg_val(testb)"); } Syslog says: "Equal: user1 user2" Aaaaaargh!!! Cheers, Tom -- mail: tho...@gelf.net web: http://thomas.gelf.net/ ---------------------------------------------------------------------- >Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2009-09-11 20:00 Message: fixed on trunk - still to be backported to 1.5 ---------------------------------------------------------------------- Comment By: Bogdan-Andrei Iancu (bogdan_iancu) Date: 2009-09-11 18:32 Message: working on a fix ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2856801&group_id=232389 _______________________________________________ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel