Yes it works but the code in 5.2 is broken. Here's an example, maybe it's more clear:

sip_trace(); /* traces to database only no db url /
sip_trace("", "$var(correlation_id)"); /
does not work; requires valid duplicate uri /
// with my additions
sip_trace("", "$var(correlation_id)", "d"); /
does not work; requires valid duplicate uri */

So there are basically 2 functions:


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.