]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-567
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 7 Jun 2010 14:34:44 +0000 (09:34 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 7 Jun 2010 14:34:44 +0000 (09:34 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index 07acd275e6649f0b40b14644cb0aea5427fa687c..79475263839003a5b21a1cc660ba81ad11bd43ac 100755 (executable)
@@ -3123,7 +3123,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dptools_load)
        SWITCH_ADD_APP(app_interface, "fax_detect", "Detect faxes", "Detect fax send tone", fax_detect_session_function, "", SAF_MEDIA_TAP);
        SWITCH_ADD_APP(app_interface, "tone_detect", "Detect tones", "Detect tones", tone_detect_session_function, "", SAF_MEDIA_TAP);
        SWITCH_ADD_APP(app_interface, "echo", "Echo", "Perform an echo test against the calling channel", echo_function, "", SAF_NONE);
-       SWITCH_ADD_APP(app_interface, "park", "Park", "Park", park_function, "", SAF_NONE);
+       SWITCH_ADD_APP(app_interface, "park", "Park", "Park", park_function, "", SAF_SUPPORT_NOMEDIA);
        SWITCH_ADD_APP(app_interface, "park_state", "Park State", "Park State", park_state_function, "", SAF_NONE);
        SWITCH_ADD_APP(app_interface, "gentones", "Generate Tones", "Generate tones to the channel", gentones_function, "<tgml_script>[|<loops>]", SAF_NONE);
        SWITCH_ADD_APP(app_interface, "playback", "Playback File", "Playback a file to the channel", playback_function, "<path>", SAF_NONE);