Hi
I am wondering, if a profile with value can on the same time be used as profile without value of this usages exclude each other.
Like doing:
set_dlg_profile("caller"); set_dlg_profile("caller","$si");
get_profile_size("caller","$var(c_total)"); get_profile_size("caller","$si","$var(c_ip)");
xlog("L_INFO", "$cfg(route): Total Caller: $var(c_total)\n"); xlog("L_INFO", "$cfg(route): Caller from $si: $var(c_ip)\n");
I fear this is not possible, as I keep getting:
w_set_dlg_profile_helper(): invalid value parameter and w_get_profile_size_helper(): invalid value parameter
right?
Mit freundlichen Grüssen
-Benoît Panizzon-