Hi, Sasmita!
You should only check the `$avp(trl)` value if `dp_translate` succeeeds.
Best regards,
Răzvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com
On 7/22/20 11:51 AM, Sasmita Panda wrote:
Hi All ,
in opensips 1.11 I was using dp_translate function as below and its
Hi All ,
in opensips 1.11 I was using dp_translate function as below and its working
fine .
$avp(src) = $rd;
xlog("request domain,$avp(src)");
dp_translate("5", "$avp(src)/$avp(trl)");
$avp(grp)=$(avp(trl){s.int});
In opensips -2.2 i am using the same but its no working . The error is as
below .