freetdm: we need a channel iterator *sigh*

This commit is contained in:
Moises Silva 2010-05-25 13:35:30 -04:00
parent 9b6a9b6cae
commit 22d7d8cc14
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ static FIO_SIG_CONFIGURE_FUNCTION(ftdm_analog_configure_span)
int *intval;
uint32_t flags = FTDM_ANALOG_CALLERID;
int callwaiting = 1;
int i = 0;
unsigned int i = 0;
assert(sig_cb != NULL);
ftdm_log(FTDM_LOG_DEBUG, "Configuring span %s for analog signaling ...\n", span->name);