[OpenSIPS-Devel] [ opensips-Bugs-2856801 ] Weird issue with DLG vars

SourceForge.net noreply at sourceforge.net
Mon Sep 14 21:57:56 CEST 2009


Bugs item #2856801, was opened at 2009-09-11 14:45
Message generated for change (Settings changed) 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: Closed
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: thomas at gelf.net
  web: http://thomas.gelf.net/


----------------------------------------------------------------------

>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2009-09-14 22:57

Message:
backport done

----------------------------------------------------------------------

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



More information about the Devel mailing list