Hi
Is there any order these should be placed in config file. Is a failure response also considered a reply in t_on_reply, if so, then placing reply above failure will mean failure never gets caught
Iqbal
On 28-04-2005 16:29, Iqbal wrote:
Hi
Is there any order these should be placed in config file.
No.
Is a failure response also considered a reply in t_on_reply,
Yes.
if so, then placing reply above failure will mean failure never gets caught
The order of the sections in the config file is not important. What is important whether you call t_on_failure and t_on_reply for the original request.
Jan.