freeswitch/src/mod/applications/mod_directory
Marc Olivier Chouinard 2ca349a3f8 FS-6910 #resolve Multiple entry with the same first, last name or extension in the directory would only return 1 entry. Fix issue where group by would produce multiple row of count(*) result. Using distinct instead wouldn't solve the issue in SQLITE because of a bug, so solution is to use a subselect. 2014-10-14 09:53:12 -04:00
..
Makefile.am move applications to use automake 2014-03-07 18:36:12 -05:00
mod_directory.2008.vcproj add mod_directory to pro solutions for VS- not built by default 2010-08-29 12:26:30 -05:00
mod_directory.2010.vcxproj add mod_directory to pro solutions for VS- not built by default 2010-08-29 12:26:30 -05:00
mod_directory.2012.vcxproj Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. 2014-01-22 22:47:11 +01:00
mod_directory.c FS-6910 #resolve Multiple entry with the same first, last name or extension in the directory would only return 1 entry. Fix issue where group by would produce multiple row of count(*) result. Using distinct instead wouldn't solve the issue in SQLITE because of a bug, so solution is to use a subselect. 2014-10-14 09:53:12 -04:00
mod_directory.vcproj mod_directory: New Search by Name Directory IVR (MODAPP-325) 2009-09-25 19:48:46 +00:00