01-05-2018 06:32 AM - edited 03-18-2019 01:44 PM
consider a typical rule to block common SIP scanning
<taa:rule unauthenticated-origin="(.+)@1.1.1.1" destination="(.*)"><reject status="403"/></taa:rule>
is is required that the Expressway send back a reject reason ?
can the message just be silently dropped ?
Solved! Go to Solution.
01-05-2018 09:59 AM
01-05-2018 08:41 AM
01-05-2018 08:46 AM
Can you have a Reject without sending a status message back ?
Such as:
<taa:rule unauthenticated-origin="(.+)@1.1.1.1" destination="(.*)"><reject status=""/></taa:rule>
OR
<taa:rule unauthenticated-origin="(.+)@1.1.1.1" destination="(.*)"><reject/></taa:rule>
01-05-2018 09:59 AM
01-05-2018 02:10 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide