I would like to construct an enum query using more than one pseudo variable.  The result will be a non-e.164 string which is ok for this application.  <div><br></div><div>Ideally, it would be something like:</div><div><br>
</div><div> enum_pv_query(&quot;$rU + $rp&quot;);</div><div><br></div><div><br></div><div>This would result in the username from the R-URI appended to the port of the R-URI.</div><div><br></div><div>However, this doen&#39;t seem to work and I wind up with 1.2.1.2.5.5.5.2.1.2.1.$rp.e164.arpa.</div>
<div><br></div><div>Instead of using the $rp pseudo variable, the string &quot;$rp&quot; is used to form the query.  It should be:</div><div><br></div><div>1.2.1.2.5.5.5.2.1.2.1.<b>0.6.0.5</b>.e164.arpa.</div><div><br></div>
<div>where the port 5060 is inserted between the R-URI username and the domain suffix.</div><div><br></div><div>Is there a different or better way to use the variables within enum_pv_query to construct a query?  </div><div>
<br></div><div>Thanks.</div><div><br></div><div><br></div><div><br></div>