git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12027
d0543943-73ff-0310-b7d9-
9358b9ac24b2
switch_stream_handle_t order_by = { 0 };
switch_stream_handle_t pre_order = { 0 };
switch_stream_handle_t *thisorder = NULL;
- char *reorder_by_rate = SWITCH_FALSE;
+ char *reorder_by_rate = NULL;
char *id_s = NULL;
char *custom_sql = NULL;
int argc, x = 0;
}
}
- if (!switch_strlen_zero("reorder_by_rate")) {
+ if (!switch_strlen_zero(reorder_by_rate)) {
profile->reorder_by_rate = switch_true(reorder_by_rate);
}
Name="VCLinkerTool"\r
LinkLibraryDependencies="true"\r
OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.dll"\r
- LinkIncremental="1"\r
+ LinkIncremental="2"\r
AdditionalLibraryDirectories=""$(InputDir)..\..\libs\apr\$(OutDir)";"$(InputDir)..\..\libs\sqlite\$(OutDir) DLL";"$(InputDir)..\..\libs\apr-util\$(OutDir)";"$(InputDir)..\..\libs\apr-iconv\$(OutDir)";"$(InputDir)..\..\libs\libresample\win";"$(InputDir)..\..\libs\srtp\$(OutDir)""\r
AddModuleNamesToAssembly=""\r
GenerateDebugInformation="true"\r