]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Thu, 29 Nov 2012 07:33:12 +0000 (01:33 -0600)
committerBrian West <brian@freeswitch.org>
Thu, 29 Nov 2012 07:33:17 +0000 (01:33 -0600)
src/mod/applications/mod_snapshot/mod_snapshot.c

index 08c83dea00526778870c814ad76eb56a947cb612..bdbbcb4bc41d3f049d182145ca8d648927c0b15d 100644 (file)
@@ -328,7 +328,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_snapshot_load)
        *module_interface = switch_loadable_module_create_module_interface(pool, modname);
 
        SWITCH_ADD_API(api_interface, "uuid_snapshot", "Snapshot API", snapshot_function, SNAP_API_SYNTAX);
-       SWITCH_ADD_APP(app_interface, "snapshot", "", "", snapshot_app_function, SNAP_SYNTAX, SAF_SUPPORT_NOMEDIA);
+       SWITCH_ADD_APP(app_interface, "snapshot", "", "", snapshot_app_function, SNAP_SYNTAX, SAF_MEDIA_TAP);
        switch_console_set_complete("add uuid_snapshot ::console::list_uuid");
 
        /* indicate that the module should continue to be loaded */