@tao-communications commented on this pull request.
- if (kazoo_route_no>=0) {
+ rt = route_get(&event_rt, "kazoo:mod-init"); + if(rt>=0 && event_rt.rlist[rt]!=NULL) { + LM_DBG("executing event_route[kazoo:mod-init] (%d)\n", rt);
Now fixed formatting.