Module: kamailio Branch: master Commit: bb772a8a1c3d16febaab521033f42fe2ed0a7203 URL: https://github.com/kamailio/kamailio/commit/bb772a8a1c3d16febaab521033f42fe2...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com 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/bb772a8a1c3d16febaab521033f42fe2... Patch: https://github.com/kamailio/kamailio/commit/bb772a8a1c3d16febaab521033f42fe2...