[asterisk-commits] mvanbaak: branch group/res_clialiases r151099 - /team/group/res_clialiases/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Oct 19 12:06:35 CDT 2008
Author: mvanbaak
Date: Sun Oct 19 12:06:34 2008
New Revision: 151099
URL: http://svn.digium.com/view/asterisk?view=rev&rev=151099
Log:
make sure we re-read the config file even if it's not changed in the ast_atstart callback
Based on feedback from eliel on the -dev mailinglist and a pointer
from Corydon.
Modified:
team/group/res_clialiases/res/res_clialiases.c
Modified: team/group/res_clialiases/res/res_clialiases.c
URL: http://svn.digium.com/view/asterisk/team/group/res_clialiases/res/res_clialiases.c?view=diff&rev=151099&r1=151098&r2=151099
==============================================================================
--- team/group/res_clialiases/res/res_clialiases.c (original)
+++ team/group/res_clialiases/res/res_clialiases.c Sun Oct 19 12:06:34 2008
@@ -259,7 +259,7 @@
static void clialiases_atloaded(void)
{
- load_config(1);
+ load_config(0);
}
/*! \brief Function called to unload the module */
More information about the asterisk-commits
mailing list