]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update doc
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Sep 2011 15:12:14 +0000 (10:12 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 2 Sep 2011 15:12:14 +0000 (10:12 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index ea6e5ca2a47d97805463d0baafe683770e4cdb4f..40a68ec471cd77763f15627431a697d7c3795489 100755 (executable)
@@ -325,7 +325,7 @@ static void bind_to_session(switch_core_session_t *session,
        switch_ivr_dmachine_bind(dmachine, act->realm, act->input, 0, digit_action_callback, act);
 }
 
-#define BIND_DIGIT_ACTION_USAGE "<realm>,<digits|~regex>,<string>,<value>[,<direction>][,<event direction>]"
+#define BIND_DIGIT_ACTION_USAGE "<realm>,<digits|~regex>,<string>,<value>[,<dtmf target leg>][,<event target leg>]"
 SWITCH_STANDARD_APP(bind_digit_action_function)
 {