add show distinct_channels (mix of show channels and show calls)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13944 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-06-25 00:03:41 +00:00
parent 135d0b73de
commit b5f08ca5ce
3 changed files with 13 additions and 5 deletions

View File

@@ -193,7 +193,7 @@ SWITCH_DECLARE(void) switch_sleep(switch_interval_time_t t)
SWITCH_DECLARE(void) switch_cond_next(void)
{
#ifdef DISABLE_1MS_COND
do_sleep(10000);
do_sleep(1000);
#else
if (globals.RUNNING != 1 || !runtime.timestamp || globals.use_cond_yield != 1) {
do_sleep(1000);