]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add SAF_SUPPORT_NOMEDIA to nibblebill
authorMathieu Rene <mrene@avgs.ca>
Wed, 21 Apr 2010 20:41:08 +0000 (16:41 -0400)
committerMathieu Rene <mrene@avgs.ca>
Wed, 21 Apr 2010 20:41:08 +0000 (16:41 -0400)
src/mod/applications/mod_nibblebill/mod_nibblebill.c

index 093fbd4ef2be911d1d932636b79638c4719bb0d0..b1b124bc674642aeff17b6ff8e1cdfae5dfe5804 100755 (executable)
@@ -944,7 +944,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_nibblebill_load)
        /* Add dialplan applications */
        SWITCH_ADD_APP(app_interface, "nibblebill", "Handle billing for the current channel/call",
                                   "Pause, resume, reset, adjust, flush, heartbeat commands to handle billing.", nibblebill_app_function, APP_SYNTAX,
-                                  SAF_NONE | SAF_ROUTING_EXEC);
+                                  SAF_SUPPORT_NOMEDIA | SAF_ROUTING_EXEC);
 
        /* register state handlers for billing */
        switch_core_add_state_handler(&nibble_state_handler);