From a29a989f74dc78283ae369103d9f37ecd76696b6 Mon Sep 17 00:00:00 2001 From: Darren Schreiber Date: Wed, 27 May 2009 04:58:40 +0000 Subject: [PATCH] Removed todo that is now done git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13459 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_nibblebill/mod_nibblebill.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/applications/mod_nibblebill/mod_nibblebill.c b/src/mod/applications/mod_nibblebill/mod_nibblebill.c index 978fd0353b..cf6b24d356 100644 --- a/src/mod/applications/mod_nibblebill/mod_nibblebill.c +++ b/src/mod/applications/mod_nibblebill/mod_nibblebill.c @@ -42,7 +42,6 @@ * * TODO: Fix what happens when the DB is not available * TODO: Fix what happens when the DB queries fail (right now, all are acting like success) - * TODO: Make the actions function for when funds are depleted * TODO: Add buffering abilities * TODO: Make error handling for database, such that when the database is down (or not installed) we just log to a text file * FUTURE: Possibly make the hooks not tied per-channel, and instead just do this as a supervision style application with one thread that watches all calls