]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2890 --resolve mod_nibblebill, remove on_reporting hook
authorRupa Schomaker <rupa@rupa.com>
Tue, 10 May 2011 13:12:27 +0000 (08:12 -0500)
committerRupa Schomaker <rupa@rupa.com>
Tue, 10 May 2011 13:12:27 +0000 (08:12 -0500)
src/mod/applications/mod_nibblebill/mod_nibblebill.c

index 068a31f5f3fca3b703c28f26eed176953328b7c4..2cd772ece071d784d31a57ec87e1eaf026996040 100755 (executable)
@@ -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
 };