I am attempting to use the NAPTR response from an enum_pv_query, but I can&#39;t find the variable being used to store it.  Debug shows a response value:<div><br></div><div>DBG:enum:enum_pv_query_3: ENUM query on 5.2.1.5.7.2.8.2.1.5.1.enum.local: order 100, pref 50, flen 1, flags &#39;u&#39;, slen 12, services &#39;E2U+pstn:tel&#39;, rlen 44, regexp &#39;!^(.*)$!tel:\1;npdi;rn=5125599976;spid=1086!&#39;</div>
<div><br></div><div>Based on that, I was expecting to redirect the call by parsing the rn=5125599976 from the enum response, and using it to either rewrite the uri or construct a simple 302 from scratch.  Can I store the response or use it in a script?</div>
<div><br></div><div>Thanks.</div><div><br></div><div><br></div>