On Sat, Dec 17, 2011 at 6:53 AM, ddgiants <span dir="ltr"><<a href="mailto:ddgiants@gmail.com">ddgiants@gmail.com</a>></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 & 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 & 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's worth, I'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'm sure that's because the exec_avp method is expecting to
parse a message.<br>
<br>
I get the error, but no obvious ramifications. Doesn't mean there arn't
any. :) Been doing it for a while. My new code, however I'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>