OK, I found the documentation on this routing block, it is only executed
when forwarding requests. (Core Cookbook) :)
On 24/10/2011 21:15, Asgaroth wrote:
> Hi All,
>
> Does the onsend route get executed for all messages? I'm just performing
> some xlog's in the onsend_route, but I'm not seeing it
Hi All,
Does the onsend route get executed for all messages? I'm just performing
some xlog's in the onsend_route, but I'm not seeing it being called for
replies.
Currently my onsend_route looks like:
onsend_route {
xlog("onsend_route : $rm : Recieve Details $si:$sp -> $Ri:$Rp");