[asterisk-commits] oej: branch oej/multiparking r64818 - in
/team/oej/multiparking: main/ res/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu May 17 13:20:45 MST 2007
Author: oej
Date: Thu May 17 15:20:44 2007
New Revision: 64818
URL: http://svn.digium.com/view/asterisk?view=rev&rev=64818
Log:
There are issues here to check
Modified:
team/oej/multiparking/main/loader.c
team/oej/multiparking/res/res_features.c
Modified: team/oej/multiparking/main/loader.c
URL: http://svn.digium.com/view/asterisk/team/oej/multiparking/main/loader.c?view=diff&rev=64818&r1=64817&r2=64818
==============================================================================
--- team/oej/multiparking/main/loader.c (original)
+++ team/oej/multiparking/main/loader.c Thu May 17 15:20:44 2007
@@ -347,6 +347,7 @@
}
snprintf(fn, sizeof(fn), "%s/%s", ast_config_AST_MODULE_DIR, resource);
+ ast_log(LOG_DEBUG, "****** Loading %s\n", fn);
/* make a first load of the module in 'quiet' mode... don't try to resolve
any symbols, and don't export any symbols. this will allow us to peek into
Modified: team/oej/multiparking/res/res_features.c
URL: http://svn.digium.com/view/asterisk/team/oej/multiparking/res/res_features.c?view=diff&rev=64818&r1=64817&r2=64818
==============================================================================
--- team/oej/multiparking/res/res_features.c (original)
+++ team/oej/multiparking/res/res_features.c Thu May 17 15:20:44 2007
@@ -426,7 +426,7 @@
parkinglot_unref(parkinglot);
ASTOBJ_UNLOCK(parkinglot);
free(pu);
- ast_log(LOG_WARNING, "Requested parking extension already exists: %s@%s\n", parkingexten, parking_con);
+ ast_log(LOG_WARNING, "Requested parking extension already exists: %s@%s\n", parkingexten, parkinglot->parking_con);
return 0; /* Continue execution if possible */
}
ast_copy_string(pu->parkingexten, parkingexten, sizeof(pu->parkingexten));
More information about the asterisk-commits
mailing list