FS-2890 --resolve mod_nibblebill, remove on_reporting hook

This commit is contained in:
Rupa Schomaker 2011-05-10 08:12:27 -05:00
parent 7499dfb227
commit 897e6573fa
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ switch_state_handler_table_t nibble_state_handler = {
/* on_hibernate */ NULL,
/* on_reset */ NULL,
/* on_park */ NULL,
/* on_reporting */ process_hangup, /* force billing event on b-leg if we can */
/* on_reporting */ NULL,
/* on_destroy */ NULL
};