<div dir="ltr"><div dir="ltr">Hi everyone,</div><div dir="ltr"><br></div><div>I'm seeing some odd behaviour in tha initial requests are allowed but RE-INVITES are resulting in 403. From my logging I can see the INVITE coming in so I think it must be matching. Why would it not obey and route the request?</div><div dir="ltr"><br></div><div dir="ltr">This is the bit of my request route that identifies the source:<div><br></div><div><div>if (check_source_address("1","$avp(trunk_attrs)")) {</div><div>                # request comes from trunks</div><div>                xlog ("MF - $rm FROM $avp(trunk_attrs)");</div><div>                setflag(IS_TRUNK);</div><div>        } else {</div><div>                send_reply("403","Forbidden");</div><div>                exit;</div><div>        }</div><div><br></div><div>Many thanks</div><div>Mark.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Mark Farmer<br><a href="mailto:farmorg@gmail.com" target="_blank">farmorg@gmail.com</a></div></div></div></div>