| 228 | |
| 229 | |
| 230 | static int cfg_validate(void) |
| 231 | { |
| 232 | if ( ebr_tmb.t_gett==NULL && is_script_func_used("notify_on_event",-1)) { |
| 233 | LM_ERR("notify_on_event() was found, but module started without TM " |
| 234 | "support/biding, better restart\n"); |
| 235 | return 0; |
| 236 | } |
| 237 | |
| 238 | return 1; |
| 239 | } |
| 240 | |
| 241 | |
| 242 | ebr_event *get_ebr_event(const str *name) |
nothing calls this directly
no test coverage detected