<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>How to intercept reply messages</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi all,</FONT>
<BR><FONT SIZE=2>I need to intercept the reply messages (&quot;302 Moved Temporarily&quot;, &quot;200 Accepted&quot;,&nbsp; &quot;405 Method not allow&quot; etc. ) and execute different actions for different status codes (for example I could block all the &quot;Moved Temporally&quot; messages or, in the Failure_route block, I could route the calls to different destinations for each different failure reason : Busy, no response, not available ...).&nbsp;&nbsp; </FONT></P>

<P><FONT SIZE=2>How can I do this thing with the ser.cfg file?&nbsp;&nbsp;&nbsp; </FONT>
</P>

<P><FONT SIZE=2>I have tried with the &quot;method&quot; operand and with the &quot;search&quot; function but I'm not able to intercept the reply messages with these functions.</FONT></P>

</BODY>
</HTML>