<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<br>I use the following statement to create a branch, seems it is working ...<br>Any chance it might be unreliable?<br><br>$br = $avp(i:10);<br><br><br><br><br>&gt; Date: Thu, 13 Nov 2008 15:21:47 +0100<br>&gt; From: klaus.mailinglists@pernau.at<br>&gt; To: alex_rsm@hotmail.com<br>&gt; CC: users@lists.kamailio.org<br>&gt; Subject: Re: [Kamailio-Users] AVP variable as a variable in a function<br>&gt; <br>&gt; <br>&gt; <br>&gt; Alex R.S.M schrieb:<br>&gt; &gt; Hi,<br>&gt; &gt; <br>&gt; &gt; How can I use AVP variable as a variable in a function (eg: <br>&gt; &gt; append_branch(??)) ?<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; append_branch( $avp(i:10) );   // getting error message<br>&gt; &gt; <br>&gt; &gt; append_branch( "$avp(i:10)" );  // takes "$avp(i:10)" as the function <br>&gt; &gt; parameter and not its value<br>&gt; <br>&gt; No. This is a missing feature reported recently by Juha too.<br>&gt; <br>&gt; dirty workaround:<br>&gt; <br>&gt; $avp(s:temp) = $ru;<br>&gt; $ru = $avp(i:10);<br>&gt; append_branch();<br>&gt; $ru = $avp(s:temp);<br>&gt; <br>&gt; but this may cause problems with send_socket, destination URI and bflags.<br>&gt; <br>&gt; regards<br>&gt; klaus<br><br /><hr />Stay up to date on your PC, the Web, and your mobile phone with Windows Live <a href='http://clk.atdmt.com/MRT/go/119462413/direct/01/' target='_new'>Click here</a></body>
</html>