mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Now with a document statement
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12351 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b08b548b48
commit
6d632fdf8d
@ -49,9 +49,14 @@ Prints the content of a hashtable displaying the key as a string and a specific
|
|||||||
end
|
end
|
||||||
|
|
||||||
define event_dump
|
define event_dump
|
||||||
|
dont-repeat
|
||||||
set $x = $arg0->headers
|
set $x = $arg0->headers
|
||||||
while($x != 0x0)
|
while($x != 0x0)
|
||||||
printf "%s = %s\n", $x->name, $x->value
|
printf "%s = %s\n", $x->name, $x->value
|
||||||
set $x = $x->next
|
set $x = $x->next
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
document event_dump
|
||||||
|
Usage: event_dump [switch_event_t*]
|
||||||
|
Print and event's headers and values
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user