mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
- Formatting fix in musiconhold
- One extra doxygen comment in res_features git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1451,6 +1451,7 @@ int ast_bridge_call(struct ast_channel *chan,struct ast_channel *peer,struct ast
|
||||
return res;
|
||||
}
|
||||
|
||||
/*! \brief Take care of parked calls and unpark them if needed */
|
||||
static void *do_parking_thread(void *ignore)
|
||||
{
|
||||
int ms, tms, max;
|
||||
|
@@ -950,7 +950,7 @@ static int load_moh_classes(int reload)
|
||||
class->format = AST_FORMAT_SLINEAR;
|
||||
}
|
||||
}
|
||||
var = var->next;
|
||||
var = var->next;
|
||||
}
|
||||
|
||||
if (ast_strlen_zero(class->dir)) {
|
||||
|
Reference in New Issue
Block a user