提交 6d632fdf authored 作者: Mathieu Rene's avatar Mathieu Rene

Now with a document statement

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12351 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b08b548b
......@@ -49,9 +49,14 @@ Prints the content of a hashtable displaying the key as a string and a specific
end
define event_dump
dont-repeat
set $x = $arg0->headers
while($x != 0x0)
printf "%s = %s\n", $x->name, $x->value
set $x = $x->next
end
end
document event_dump
Usage: event_dump [switch_event_t*]
Print and event's headers and values
end
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论