add name to oz list

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@598 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-10-24 19:53:56 +00:00
parent 38668daa86
commit e1ad4f2785
1 changed files with 2 additions and 1 deletions

View File

@ -2121,7 +2121,7 @@ SWITCH_STANDARD_API(oz_function)
stream->write_function(stream,
"+OK\n"
"span: %u\n"
"span: %u (%s)\n"
"type: %s\n"
"chan_count: %u\n"
"dialplan: %s\n"
@ -2131,6 +2131,7 @@ SWITCH_STANDARD_API(oz_function)
"hold_music: %s\n"
"analog_options %s\n",
j,
SPAN_CONFIG[j].span->name,
SPAN_CONFIG[j].type,
SPAN_CONFIG[j].span->chan_count,
SPAN_CONFIG[j].dialplan,