From dnadares@gmail.com Wed Apr 26 17:40:19 2017 From: Diego Nadares To: sr-users@lists.kamailio.org Subject: [SR-Users] acces $dlg_var in failure_route Date: Wed, 26 Apr 2017 12:40:12 -0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1552894898==" --===============1552894898== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi guys, I'm trying to access dialog vars in failure_route with no success. Dialog exists but vars are null and I'can modify them either. Is there any restriction? if ($dlg_var(v1) == 0){ $dlg_var(v1) = "1"; if (is_known_dlg()){ xlog("L_NOTICE", "negative_reply $ci $T_rpl($si) $dlg_var(v2)"); $dlg_var(v2) = $T_rpl($si); } } Log Apr 26 12:36:26 drwsip02 /usr/local/sbin/kamailio[27223]: NOTICE: