Hi All,

I'm looking to have a better understanding of when to use the Timer process versus the "Slow Timer" Process.  This is what I came up with, but please correct me:

  • The “Timer” process is used to handle core processing within Kamailio.  Therefore, you don’t want to put long running logic into the routing handler

  • The “Slow Timer” process can be used for long running processes