<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I've tried it before <br><br># perl<br>OpenSIPS::AVP::add(4,$x);<br><br>#config file<br>xlog ("$avp(i:4)");<br><br>but I am getting error: <br>perl error: Undefined subroutine &amp;OpenSIPS::AVP::add called line 84.&nbsp; <br><br>Also: is there any list with all pseudo-variables in OpenSIPS ?<br><br><br>&gt; Date: Wed, 12 Nov 2008 16:11:57 -0500<br>&gt; From: abalashov@evaristesys.com<br>&gt; To: axisml@gmail.com<br>&gt; CC: users@lists.opensips.org<br>&gt; Subject: Re: [OpenSIPS-Users] a simple perl question<br>&gt; <br>&gt; Chris wrote:<br>&gt; &gt; On Wednesday 12 November 2008 1:50:59 pm Robert R wrote:<br>&gt; &gt;&gt; How can I return a string value from perl function in openSER?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; return $x;   is not working.<br>&gt; &gt; <br>&gt; &gt; Here's the way I'm doing it...from my Perl script code:<br>&gt; &gt; <br>&gt; &gt; if ($routeid) {<br>&gt; &gt;         # set AVP variable with the destination route ID to route call to<br>&gt; &gt;               OpenSIPS::AVP::add(369,$routeid);<br>&gt; &gt; }<br>&gt; &gt; <br>&gt; &gt; And then  in the OpenSIPS script opensips.cfg, I can read it:<br>&gt; &gt; <br>&gt; &gt; if ($avp(i:369) == "whatever") {<br>&gt; &gt;         ......<br>&gt; &gt; }<br>&gt; <br>&gt; Ditto.  That is the only way I have gotten it to work.<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Alex Balashov<br>&gt; Evariste Systems<br>&gt; Web    : http://www.evaristesys.com/<br>&gt; Tel    : (+1) (678) 954-0670<br>&gt; Direct : (+1) (678) 954-0671<br>&gt; Mobile : (+1) (706) 338-8599<br>&gt; <br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; Users@lists.opensips.org<br>&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br><br /><hr />Windows Live Hotmail now works up to 70% faster. <a href='http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008' target='_new'>Sign up today.</a></body>
</html>