git-svn-id: http://svn.openzap.org/svn/openzap/trunk@403 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-02-18 17:41:41 +00:00
parent d809d5111d
commit 722d812aee
1 changed files with 2 additions and 2 deletions

View File

@ -1323,7 +1323,7 @@ static ZIO_SIGNAL_CB_FUNCTION(on_analog_signal)
return status;
}
static void zap_logger(char *file, const char *func, int line, int level, char *fmt, ...)
static void zap_logger(const char *file, const char *func, int line, int level, const char *fmt, ...)
{
char *data = NULL;
va_list ap;
@ -1464,7 +1464,7 @@ static switch_status_t load_config(void)
if (hold_music) {
switch_set_string(SPAN_CONFIG[span->span_id].hold_music, hold_music);
}
zap_analog_start(span);
}
}