<div dir="ltr">```<div><pre style="background-color:rgb(43,43,43);color:rgb(169,183,198);font-family:"JetBrains Mono",monospace;font-size:9.8pt"><span style="color:rgb(204,120,50)">def </span><span style="color:rgb(255,198,109)">ksr_route_relay</span>(<span style="color:rgb(148,85,141)">self</span><span style="color:rgb(204,120,50)">, </span>msg):<br>    <span style="color:rgb(204,120,50)">if </span>KSR.is_method_in(<span style="color:rgb(106,135,89)">"IBSU"</span>):<br>        <span style="color:rgb(204,120,50)">if </span>KSR.tm.t_is_set(<span style="color:rgb(106,135,89)">"branch_route"</span>) < <span style="color:rgb(104,151,187)">0</span>:<br>            KSR.tm.t_on_branch(<span style="color:rgb(106,135,89)">"ksr_branch_manage"</span>)<br><br>    <span style="color:rgb(204,120,50)">if </span>KSR.is_method_in(<span style="color:rgb(106,135,89)">"ISU"</span>):<br>        <span style="color:rgb(204,120,50)">if </span>KSR.tm.t_is_set(<span style="color:rgb(106,135,89)">"onreply_route"</span>) < <span style="color:rgb(104,151,187)">0</span>:<br>            KSR.tm.t_on_reply(<span style="color:rgb(106,135,89)">"ksr_onreply_manage"</span>)<br><br>    <span style="color:rgb(204,120,50)">if </span>KSR.is_INVITE():<br>        KSR.info(<span style="color:rgb(106,135,89)">"try and relay the traffic</span><span style="color:rgb(204,120,50)">\n</span><span style="color:rgb(106,135,89)">"</span>)<br>        <span style="color:rgb(204,120,50)">if </span>KSR.tm.t_is_set(<span style="color:rgb(106,135,89)">"ksr_failure_route"</span>) < <span style="color:rgb(104,151,187)">0</span>:<br>            KSR.tm.t_on_failure(<span style="color:rgb(106,135,89)">"ksr_failure_manage"</span>)<br><br>    t_relay_result = KSR.tm.t_relay([<span style="color:rgb(106,135,89)">"10.0.0.6"</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(106,135,89)">"5060"</span>])<br><br>    KSR.info(<span style="color:rgb(106,135,89)">f't_relay: </span><span style="color:rgb(204,120,50)">{</span>t_relay_result<span style="color:rgb(204,120,50)">}\n</span><span style="color:rgb(106,135,89)">'</span>)<br>    KSR.info(<span style="color:rgb(106,135,89)">f'MSG: </span><span style="color:rgb(204,120,50)">{</span>msg<span style="color:rgb(204,120,50)">}</span><span style="color:rgb(106,135,89)">'</span>)<br>    <span style="color:rgb(204,120,50)">if </span>KSR.tm.t_is_set(<span style="color:rgb(106,135,89)">"ksr_failure_route_one"</span>):<br>        KSR.tm.t_on_reply(<span style="color:rgb(106,135,89)">"ksr_on_reply_route_one"</span>)</pre><div>```</div><div>ERROR: app_python3 [python_exec.c:91]: apy_exec(): ksr_request_route not found or is not callable<br></div><div><br></div><div>Again this only happens after t_replay is called. Any help understanding why this happens would be appreciated.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">- Nigel </div></div></div></div>