mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
fix OPENZAP-14
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@553 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -1824,7 +1824,7 @@ SWITCH_STANDARD_API(oz_function)
|
||||
int j;
|
||||
|
||||
stream->write_function(stream, "+OK\n");
|
||||
for(j = 0; j <= span->chan_count; j++) {
|
||||
for(j = 1; j <= span->chan_count; j++) {
|
||||
dump_chan(span, j, stream);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user