]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add name to oz list
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 24 Oct 2008 19:53:56 +0000 (19:53 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 24 Oct 2008 19:53:56 +0000 (19:53 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@598 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/mod_openzap/mod_openzap.c

index d49775cd716bd7aa9c5656ae4fdb4f665e47f4fb..4c685361b313644ebc3724276a472515b7ccbef3 100644 (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,