Re: [SR-Users] onsend_route and replies

2011-10-24 Thread Asgaroth
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

[SR-Users] onsend_route and replies

2011-10-24 Thread Asgaroth
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");