I am attempting to use the NAPTR response from an enum_pv_query, but I can'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 'u', slen 12, services 'E2U+pstn:tel', rlen 44, regexp '!^(.*)$!tel:\1;npdi;rn=5125599976;spid=1086!'</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>