Hello guys,<div><br></div><div>Why I can only append_branch() a SIP URI as a literal constant string? Why not from a pseudovariable? It&#39;s the same for most of the core functions.</div><div><br></div><div>My intention is to do something like this:</div>
<div><br></div><div>append_branch(&quot;$cnx3a(route1)&quot;);</div><div>t_relay();</div><div><br></div><div>where cnx3a is a variable containing the SIP URIs.</div><div><br></div><div>The only &quot;fix&quot; I have found for this is by doing it as follows:</div>
<div><br></div><div>$ru = $cnx3a(route1);</div><div>append_branch();</div><div>t_relay();</div><div><br></div><div>Is there any other (and more elegant) way?</div><div><br></div><div>Regards.</div><div><br></div><div>Carlos.</div>
<div><br></div>