Dear Friends
local_route
       {
       if (is_method("200"))
{
               }
}
I need to intercept the code at the moment when a call connects, so I
may notify that information to the database. What specific code can I
use inside a Local Route so the 200 OK corresponds with a real
connection and not any other kind of 200?
Is this doable?