提交 74c5c120 authored 作者: Michael Jerris's avatar Michael Jerris

fix typo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4131 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2cc47e0a
...@@ -837,7 +837,7 @@ SWITCH_DECLARE(switch_status_t) switch_api_execute(char *cmd, char *arg, switch_ ...@@ -837,7 +837,7 @@ SWITCH_DECLARE(switch_status_t) switch_api_execute(char *cmd, char *arg, switch_
switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command", cmd); switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command", cmd);
} }
if (arg) { if (arg) {
switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command-Arguement", arg); switch_event_add_header(stream->event, SWITCH_STACK_BOTTOM, "API-Command-Argument", arg);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论