Bugs item #2861239, was opened at 2009-09-18 11:19
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2861239&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: None
Priority: 5
Private: No
Submitted By: Thomas Gelf (thomas_gelf)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: Assigning a dialog variable to an AVP fails

Initial Comment:
Steps to reproduce:
dlg_var(abc) = "hey";
$avp(efg) = dlg_var(abc);
xlog("$avp(efg) = dlg_var(abc)");
# gives "0/<null> - hey"
I'm not sure whether it was "0" or <null>, however once I assigned it to $ru 
the result was as follows:

$ru = "sip:" + dlg_var(abc) + "@whatever";
# -> "sip:0...@whatever"

Best regards,
Thomas Gelf

NB: Running trunk, r6130

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2861239&group_id=232389

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

Reply via email to