From bugtracker@sip-router.org Thu Jan 2 12:16:17 2014 From: sip-router To: sr-dev@lists.kamailio.org Subject: [sr-dev] [tracker] Task opened: acc: allow pvar as first parameter for functions (Attachment added) Date: Thu, 02 Jan 2014 11:16:15 +0000 Message-ID: <1388661375.52c54a7f0f82d@sip-router.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1823233256==" --===============1823233256== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below.=20 User who did this - V=C3=ADctor Seva (linuxmaniac)=20 Attached to Project - sip-router Summary - acc: allow pvar as first parameter for functions Task Type - Feature Request Category - Module Status - New Assigned To - V=C3=ADctor Seva Operating System - All Severity - Low Priority - Normal Reported Version - Development Due in Version - Undecided Due Date - Undecided Details - Enable using pseudo variables in acc funtions as first parameter. $var(x)=3D"403 Hola mamona"; xlog("L_INFO", "$$var(x):$var(x)\n"); acc_log_request("$var(x)"); $avp(y)=3D"503 Internal Error"; acc_log_request("$avp(y)"); 1(13534) INFO: