diff --git a/src/mod/event_handlers/mod_cdr/mod_cdr.vcproj b/src/mod/event_handlers/mod_cdr/mod_cdr.vcproj index 1fff3b6dab..0ca64134df 100644 --- a/src/mod/event_handlers/mod_cdr/mod_cdr.vcproj +++ b/src/mod/event_handlers/mod_cdr/mod_cdr.vcproj @@ -41,7 +41,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -206,6 +370,26 @@ RelativePath=".\mod_cdr.cpp" > + + + + + + + + @@ -232,6 +416,10 @@ RelativePath=".\csvcdr.h" > + + diff --git a/src/mod/event_handlers/mod_cdr/mysqlcdr.cpp b/src/mod/event_handlers/mod_cdr/mysqlcdr.cpp index a47c146565..3d73a98e49 100644 --- a/src/mod/event_handlers/mod_cdr/mysqlcdr.cpp +++ b/src/mod/event_handlers/mod_cdr/mysqlcdr.cpp @@ -1,31 +1,40 @@ /* -* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application Call Detail Recorder module -* -* Copyright 2006, Author: Yossi Neiman, president of Cartis Solutions, Inc. -* -* -* Description: This C++ source file describes the MysqlCDR class which handles formatting a CDR out to -* a MySQL 4.1.x or greater server using prepared statements. -* -* -* Version: MPL 1.1 -* The contents of this file are subject to the Mozilla Public License Version -* 1.1 (the "License"); you may not use this file except in compliance with -* the License. You may obtain a copy of the License at -* http://www.mozilla.org/MPL/ -* -* Software distributed under the License is distributed on an "AS IS" basis, -* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -* for the specific language governing rights and limitations under the -* License -* -* The Core API is the FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application by -* Anthony Minnesale II -* -* mysqlcdr.cpp -* -*/ + * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application Call Detail Recorder module + * Copyright 2006, Author: Yossi Neiman of Cartis Solutions, Inc. + * + * Version: MPL 1.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application Call Detail Recorder module + * + * The Initial Developer of the Original Code is + * Yossi Neiman + * Portions created by the Initial Developer are Copyright (C) + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Yossi Neiman + * + * Description: This C++ source file describes the MysqlCDR class which handles formatting a CDR out to + * a MySQL 4.1.x or greater server using prepared statements. + * + * mysqlcdr.cpp + * + */ +#ifdef WIN32 +#include +#endif #include #include #include diff --git a/src/mod/event_handlers/mod_cdr/mysqlcdr.h b/src/mod/event_handlers/mod_cdr/mysqlcdr.h index fde5e19759..547f64f59f 100644 --- a/src/mod/event_handlers/mod_cdr/mysqlcdr.h +++ b/src/mod/event_handlers/mod_cdr/mysqlcdr.h @@ -1,30 +1,36 @@ /* -* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application Call Detail Recorder module -* -* Copyright 2006, Author: Yossi Neiman, president of Cartis Solutions, Inc. -* -* -* Description: This C++ header file describes the MysqlCDR class which handles formatting a CDR out to -* a MySQL 4.1.x or greater server using prepared statements. -* -* -* Version: MPL 1.1 -* The contents of this file are subject to the Mozilla Public License Version -* 1.1 (the "License"); you may not use this file except in compliance with -* the License. You may obtain a copy of the License at -* http://www.mozilla.org/MPL/ -* -* Software distributed under the License is distributed on an "AS IS" basis, -* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -* for the specific language governing rights and limitations under the -* License -* -* The Core API is the FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application by -* Anthony Minnesale II -* -* mysqlcdr.h -* -*/ + * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application Call Detail Recorder module + * Copyright 2006, Author: Yossi Neiman of Cartis Solutions, Inc. + * + * Version: MPL 1.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application Call Detail Recorder module + * + * The Initial Developer of the Original Code is + * Yossi Neiman + * Portions created by the Initial Developer are Copyright (C) + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * + * Yossi Neiman + * + * Description: This C++ header file describes the MysqlCDR class which handles formatting a CDR out to + * a MySQL 4.1.x or greater server using prepared statements. + * + * mysqlcdr.h + * + */ #include "baseregistry.h" #include