I've started adding sip_trace to my kamailios, and mostly have it
working, but cannot figure out how to capture the outgoing calls
from uac_reg.

I had to add:

  reply_route {
        sip_trace();
  }

  onsend_route {
        sip_trace();
  }

to capture those packets.  What *_route {} does uac_reg target for its
outgoing packets?

I read uac_reg.[ch], and see that it uses the t_request method from
tm's struct tm_binds.  And that the methods are defined via a call
to load_tm_api(), and that t_request defaults to the request() function
in tm/uac.c.

But I don't see from that which route chunk it uses.

-JimC
-- 
James Cloos <cl...@jhcloos.com>         OpenPGP: 0x997A9F17ED7DAEA6

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to