[OpenSIPS-Devel] [opensips] Crash with nested $param variables (#412)

Liviu Chircu notifications at github.com
Mon Feb 16 16:06:21 CET 2015


Present in OpenSIPS 1.9+.

route [route_b]
{
    # Evaluating $param(1) leads to infinite recursion!
    xlog("This should not crash: $param(1)\n");
}

route [route_a]
{
    route(route_b, $param(1));
}

route
{
    route(route_a, "test");
...
}

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/412
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150216/0caef277/attachment.htm>


More information about the Devel mailing list