<div dir="ltr">I'm trying to use the is_present_hf function to detect the presence of a user-defined header and getting the following errors in my Kamailio logs:<div><br></div><div>







<p class=""><span class="">2(12149) BUG: <core> [select.c:426]: run_select(): Select structure has not been resolved<br></span>2(12149) ERROR: <core> [lvalue.c:416]: lval_assign(): assignment failed at pos: (99,58-99,58)<br>2(12149) ERROR: <script>: </p><p class="">A quick Google search yielded no results for why this could be happening. Originally, I had my code in route[REPLY], but noticed that was not one of the paths it was listed as available in the textops document, so I moved it to request_route, but got the same errors. Does anyone have any feedback on how to move forward? My code snippet is below:</p><p class="">if (is_present_hf("X-Digium-AppServer-Response-URI")) {<br>     $var(a) = @hf_value.X_Digium_AppServer_Response_URI[1];<br>     xlog ("\n\nHERE RESPONSE URI $var(a)\n\n");<br>}</p><p class="">Thanks,<br>Kyle</p>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><img src="https://dl.dropboxusercontent.com/u/1538991/Photos/digiumlogo.png"><br style="color:rgb(0,0,0);font-family:Times;font-size:medium"><font color="#000000" face="Calibri, Helvetica, Arial, Sans" style="color:rgb(0,0,0);font-size:medium"><span style="font-weight:bold;font-size:12px"><b><span>Kyle Kurz</span></b></span><br><span style="font-size:11px">Digium, Inc. · Senior <span>Software Engineer</span><br><span>9115 Brown Deer Rd</span> · <span>San Diego, CA 92121</span> · <span>US</span><br><span>direct</span> <span>+1 858.537.1166</span><br><span>Check us out at: <a href="http://digium.com/" target="_blank">http://digium.com</a> · <a href="http://www.asterisk.org/" target="_blank">http://asterisk.org</a> </span></span></font><br></div></div></div></div>
</div></div>