Module: kamailio Branch: master Commit: bb772a8a1c3d16febaab521033f42fe2ed0a7203 URL: https://github.com/kamailio/kamailio/commit/bb772a8a1c3d16febaab521033f42fe2ed0a7203
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2016-04-05T07:18:28+02:00 pv: new function pv_evalx(dst, fmt) - the fmt string is evaluated twice for exiting variables, the result is stored in dst variable - example: $var(x) = "test"; $var(y) = "$var(x)" pv_evalx("$var(z)", "$var(y) one"); the valye of $var(z) is "test one" --- Modified: modules/pv/pv.c --- Diff: https://github.com/kamailio/kamailio/commit/bb772a8a1c3d16febaab521033f42fe2ed0a7203.diff Patch: https://github.com/kamailio/kamailio/commit/bb772a8a1c3d16febaab521033f42fe2ed0a7203.patch _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
