[SR-Users] Dispatcher OPTIONS ping not seen in onsend_route

Klaus Darilion klaus.mailinglists at pernau.at
Fri Jul 15 13:50:05 CEST 2011



Am 15.07.2011 12:09, schrieb Olle E. Johansson:
> Hello!
> 
> I noticed that the dispatcher's OPTIONs messages are not seen in onsend_route, even though I see responses in the onreply_route. 
> 
> Any reason why I can't see these in onsend_route?

I do not know why this happens, but maybe you can see them in
event_route, eg:

event_route [tm:local-request] {
  # Handle locally generated requests
  xlogl("L_INFO", "local-request: Routing locally generated $rm to <$ru>");
  route(DUMP_INFO);
  t_on_reply("REPLY_PROBER");
  # 3 seconds prober timeout
  t_set_fr(0, 3000);
}


klaus



More information about the sr-users mailing list