freeswitch/src/mod/applications
Chris Rienzo d8d3db284c FS-7496 [mod_http_cache] lookup file extension from content-type if missing in URL 2015-04-30 16:06:19 -04:00
..
mod_abstraction move applications to use automake 2014-03-07 18:36:12 -05:00
mod_avmd FS-6373 2014-07-09 08:25:54 -05:00
mod_bert Fix timestamps in mod_bert broken by the cpu improvements refactoring 2014-12-18 02:04:05 -05:00
mod_blacklist FS-6620 mod_blacklist fix not deleting entries from list 2014-08-03 11:51:46 +02:00
mod_callcenter Fix race condition when callcenter member cancels the call. 2015-02-18 14:26:02 +01:00
mod_cidlookup CID:1025879 Logically dead code 2014-05-16 18:20:25 +00:00
mod_cluechoo move applications to use automake 2014-03-07 18:36:12 -05:00
mod_commands fix the thing the guy mentioned on irc 2015-02-21 00:49:18 -06:00
mod_conference FS-7342: regression from FS-7230 957c8fc9. Don't destroy buffers we are currently using, only create them if they are not yet created 2015-03-04 11:35:08 -05:00
mod_curl FS-7340: remove all build system references to json-c because we are no longer using it anywhere 2015-03-04 14:06:18 -05:00
mod_db FS7750: When using the api command group, there is no way to return the contact list separated by :_:, which is required to group call extensions that have been multiply-registered. 2015-03-06 14:39:53 -07:00
mod_directory 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_distributor move applications to use automake 2014-03-07 18:36:12 -05:00
mod_dptools Typo from previous convenience app commit 2015-04-16 07:50:07 -05:00
mod_easyroute move applications to use automake 2014-03-07 18:36:12 -05:00
mod_enum different distros have diff pkg names 2014-05-02 18:35:37 -04:00
mod_esf move applications to use automake 2014-03-07 18:36:12 -05:00
mod_esl FS-6293: mod_esl srcdir build 2014-03-18 14:07:38 -04:00
mod_expr Run dos2unix on mod_expr HTML files 2014-12-25 10:38:10 +00:00
mod_fifo FS-6968 Changes to mod_fifo.c to add outbound_per_cycle_min 2014-11-06 19:21:58 -05:00
mod_fsk CID:1214209 Resource leak, don't leak event populated by switch_channel_get_variables 2014-05-15 13:22:51 +00:00
mod_fsv move applications to use automake 2014-03-07 18:36:12 -05:00
mod_hash Check for null hash on increment of mod_hash limit 2014-09-11 17:47:57 +00:00
mod_httapi FS-7496 Updated mime.types, added switch_core_mime_type2ext function and used it in mod_httapi. Now, file extensions defined in mime.types will be applied if mod_httapi downloads a file without one. 2015-04-30 14:24:41 -04:00
mod_http_cache FS-7496 [mod_http_cache] lookup file extension from content-type if missing in URL 2015-04-30 16:06:19 -04:00
mod_ladspa move applications to use automake 2014-03-07 18:36:12 -05:00
mod_lcr CID: 1210770 2014-05-01 16:36:58 -04:00
mod_limit move applications to use automake 2014-03-07 18:36:12 -05:00
mod_memcache FS-7214: [mod_memchace] fix seg caused by bad command argument bounds checking for flush and deleete 2015-01-29 10:41:51 -06:00
mod_mongo FS-7346 #resolve #comment update mod_mongo driver to 1.1.0 2015-03-04 09:06:10 -05:00
mod_mp4 move applications to use automake 2014-03-07 18:36:12 -05:00
mod_nibblebill CID: 1210739 2014-05-01 17:34:54 -04:00
mod_oreka move applications to use automake 2014-03-07 18:36:12 -05:00
mod_osp update copyright header for 2014 2014-02-12 12:08:56 -06:00
mod_prefix Add new module: mod_prefix 2014-07-22 15:28:31 +00:00
mod_rad_auth move applications to use automake 2014-03-07 18:36:12 -05:00
mod_random add channels param the the silence generator function 2014-06-13 04:49:44 +05:00
mod_redis FS-5666: [mod_redis] add ignore_connect_fail config setting to not kill the call when redis is down when using redis backend for limit 2014-11-17 10:29:47 -05:00
mod_rss vs2010 reswig and fix mod_rss for recent stereo changes 2014-06-12 22:48:21 -05:00
mod_skel move applications to use automake 2014-03-07 18:36:12 -05:00
mod_sms FS-6831 while you can already unset by calling set with var=, same with set in dialplan this is a convience function similar to our unset in dialplan 2014-11-05 09:44:24 -06:00
mod_snapshot move applications to use automake 2014-03-07 18:36:12 -05:00
mod_snipe_hunt move applications to use automake 2014-03-07 18:36:12 -05:00
mod_snom add command 'action' with types 'reboot', 'reset', 'dialeddel', 'misseddel', 'receiveddel' 2014-10-14 23:26:48 +02:00
mod_sonar FS-6410 Adding some log lines to mod_sonar so that it is more clear what is happening when the app is sending and detecting pings. 2014-03-29 19:08:24 -07:00
mod_soundtouch Edit out gcc-ism from soundtouch lib 2014-03-18 21:39:18 +00:00
mod_spandsp FS-7305 #resolve 2015-03-06 16:44:53 -06:00
mod_spy CID:1214196 Dereference null return value, if we hit this condition, something very bad has happened, we should never have the private not set if we get to the hangup hook, log error instead of crashing 2014-05-15 14:09:38 +00:00
mod_stress dos2unix a bunch of files 2014-07-22 15:04:28 -04:00
mod_translate https://freeswitch.org/jira/browse/FS-7126 fix variable expansion in translate api when there is no session involved. 2015-02-23 13:45:25 -03:00
mod_valet_parking FS-6781: #resolve #comment lets change this to always do confirm to match the other place where we set this 2014-10-03 16:53:38 -04:00
mod_vmd move applications to use automake 2014-03-07 18:36:12 -05:00
mod_voicemail FS-7313 #resolve any further issues in this code it will just be removed 2015-02-23 16:38:20 -06:00
mod_voicemail_ivr FS-7294: Enable -Werror when building with clang compiler #resolve 2015-02-17 12:20:33 -05:00
.gitignore move applications to use automake 2014-03-07 18:36:12 -05:00