"pa_dtmf" -> "pa dtmf" in api help text.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4007 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
465456e3ee
commit
788279608b
|
@ -1623,7 +1623,7 @@ static switch_status_t pa_cmd(char *cmd, switch_core_session_t *isession, switch
|
||||||
"pa hangup [<call_id>]\n"
|
"pa hangup [<call_id>]\n"
|
||||||
"pa list\n"
|
"pa list\n"
|
||||||
"pa switch [<call_id>|none]\n"
|
"pa switch [<call_id>|none]\n"
|
||||||
"pa_dtmf <digit string>\n"
|
"pa dtmf <digit string>\n"
|
||||||
"--------------------------------------------------------------------------------\n";
|
"--------------------------------------------------------------------------------\n";
|
||||||
|
|
||||||
if (switch_strlen_zero(cmd)) {
|
if (switch_strlen_zero(cmd)) {
|
||||||
|
|
Loading…
Reference in New Issue