On Sat, Dec 17, 2011 at 6:53 AM, ddgiants <span dir="ltr">&lt;<a href="mailto:ddgiants@gmail.com">ddgiants@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

FYI - I changed lines 69 &amp; 71 in modules/exec/exec_mod.c and it now loads<br>
with exec_avp in time_route. I have absolutely no idea what ramifications<br>
this has though. Just an FYI.<br>
<br>
Old line 69 &amp; 71<br>
REQUEST_ROUTE|FAILURE_ROUTE|LOCAL_ROUTE|STARTUP_ROUTE},<br>
<br>
New line<br>
REQUEST_ROUTE|FAILURE_ROUTE|LOCAL_ROUTE|STARTUP_ROUTE|TIMER_ROUTE},</blockquote><div><br>For what it&#39;s worth, I&#39;ve done the exact same thing in an older version 
to make exec_avp work in startup_route. I also get the URI failures on 
startup, but I&#39;m sure that&#39;s because the exec_avp method is expecting to
 parse a message.<br>
<br>
I get the error, but no obvious ramifications. Doesn&#39;t mean there arn&#39;t 
any. :) Been doing it for a while. My new code, however I&#39;m using 
startup and timer routes more and doing my logic right in the code 
instead of external scripts (like loading accounts and such)<br> <br></div></div>