Mathieu Parent
|
83a5342bfa
|
Skinny: fix autocompletion
"skinny profile internal device <tab>" now works
|
2010-08-24 23:53:10 +02:00 |
|
Mathieu Parent
|
8921675668
|
Skinny: switch to new cache_db abstraction
|
2010-08-24 23:35:52 +02:00 |
|
Mathieu Parent
|
2aac00ef81
|
Skinny: MODSKINNY-14 The Cisco 7910 phone is no tone when I try to make a call and hang up.
Thanks to Sergio
|
2010-08-24 22:38:57 +02:00 |
|
Mathieu Parent
|
f34b76c5e6
|
Skinny: MODSKINNY-12 (Cisco phone 7910 transfer button will not work)
|
2010-08-24 22:13:44 +02:00 |
|
Michael S Collins
|
dc69c2ac96
|
Fix typos in stfu.c and stfu.h (thanks diego)
|
2010-08-24 11:20:24 -07:00 |
|
Jeff Lenk
|
c4a9f9e78b
|
swig vs2010
|
2010-08-24 13:02:57 -05:00 |
|
Moises Silva
|
8ec9e21490
|
mod_sangoma_codec: add SOAP server configuration
|
2010-08-24 13:54:14 -04:00 |
|
Brian West
|
812a275f47
|
swigall
|
2010-08-24 12:02:01 -05:00 |
|
Brian West
|
facf09b839
|
MODFORM-41
|
2010-08-24 11:58:53 -05:00 |
|
Anthony Minessale
|
0ea84c869c
|
presence update
|
2010-08-24 11:54:32 -05:00 |
|
Jeff Lenk
|
62206e3d43
|
FSBUILD-296 Fix VS2008 code analysis build
|
2010-08-24 08:55:00 -05:00 |
|
Jeff Lenk
|
e5aef4cd9a
|
FSCORE-658 Windows VS2008 switch_event.c compile error
|
2010-08-24 08:11:59 -05:00 |
|
Anthony Minessale
|
a873b3841a
|
more presence stuff
|
2010-08-23 18:18:56 -05:00 |
|
Anthony Minessale
|
362eade2dc
|
correction on earlier patch
|
2010-08-23 18:08:14 -05:00 |
|
Anthony Minessale
|
a62e2cf7bc
|
presence tweaks
|
2010-08-23 17:02:15 -05:00 |
|
Michael S Collins
|
44b7864ec3
|
Merge branch 'master' of git://git.freeswitch.org/freeswitch
|
2010-08-23 14:14:06 -07:00 |
|
Michael S Collins
|
7642dd2c88
|
Fix typo (thanks diegoviola)
|
2010-08-23 14:13:28 -07:00 |
|
Jeff Lenk
|
6d74d7ab66
|
MODAPP-448 Phrase "speak-text" application returns on first key press in phrase file on Windows
|
2010-08-23 15:54:23 -05:00 |
|
Moises Silva
|
705dd237de
|
freetdm: lock the channel when placing call
|
2010-08-23 16:08:06 -04:00 |
|
Moises Silva
|
fcd8df0af7
|
freetdm: allocate channels in their own memory page when debugging
|
2010-08-23 15:45:30 -04:00 |
|
Anthony Minessale
|
252aebf881
|
FSCORE-656
|
2010-08-23 13:15:58 -05:00 |
|
Anthony Minessale
|
af100fd156
|
minor refactor to deal with edge case
|
2010-08-23 13:11:58 -05:00 |
|
Luke Dashjr
|
92a9bacc44
|
MERGE: expose ASR start_input_timers to dialplan via IVR and mod_dptools
|
2010-08-22 20:24:53 -05:00 |
|
Luke Dashjr
|
8f483f41c7
|
MERGE: document all of detect_speech's valid syntax
|
2010-08-22 20:24:24 -05:00 |
|
Luke Dashjr
|
0f39c8f9c3
|
expose ASR enable/disable grammar (and disable all grammars) to dialplan via mod_dptools
|
2010-08-22 20:22:03 -05:00 |
|
Luke Dashjr
|
6d7e019b5c
|
switch_ivr interfaces to enable/disable grammar: switch_ivr_detect_speech_enable_grammar, switch_ivr_detect_speech_disable_grammar, and switch_ivr_detect_speech_disable_all_grammars
|
2010-08-22 20:21:58 -05:00 |
|
Luke Dashjr
|
128d53c2e6
|
Implement UniMRCP asr_enable_grammar, asr_disable_grammar, and asr_disable_all_grammars which allow for multiple grammar recognition
|
2010-08-22 20:21:50 -05:00 |
|
Luke Dashjr
|
4cbdfbe481
|
switch_core_asr interfaces for enable_grammar, disable_grammar, and disable_all_grammars
|
2010-08-22 20:20:36 -05:00 |
|
Luke Dashjr
|
e719ae662b
|
Allow loading grammars without sending RECOGNIZE with start-recognize=false parameter
|
2010-08-22 20:20:26 -05:00 |
|
Andrew Thompson
|
79ced283b3
|
Some more tweaks
|
2010-08-22 20:58:52 -04:00 |
|
Andrew Thompson
|
3798c39177
|
Remove some code we don't use
|
2010-08-22 20:58:48 -04:00 |
|
Andrew Thompson
|
6fc68a4aa9
|
Use a different mutex for tracking threadcount
|
2010-08-22 20:58:47 -04:00 |
|
Andrew Thompson
|
121e57a1db
|
Switch from mutex to a rwlock to increase throughput
|
2010-08-22 20:58:44 -04:00 |
|
Andrew Thompson
|
5ef61c961f
|
Null out the spawn reply after we're done with it to avoid seg
|
2010-08-22 20:58:41 -04:00 |
|
Andrew Thompson
|
c0d51b83f4
|
Improve some logging to include UUIDs
|
2010-08-22 20:58:38 -04:00 |
|
Luke Dashjr
|
439df43cae
|
document all of detect_speech's valid syntax
|
2010-08-22 18:17:36 -05:00 |
|
Luke Dashjr
|
d395b654fb
|
expose ASR start_input_timers to dialplan via mod_dptools
|
2010-08-22 18:07:24 -05:00 |
|
Luke Dashjr
|
acd56d2fe2
|
expose ASR start_input_timers on the IVR abstraction level
|
2010-08-22 18:00:40 -05:00 |
|
Jeff Lenk
|
46dd24c2e9
|
SFSIP-220 VS2010 sofia posix problem
|
2010-08-21 22:39:01 -05:00 |
|
Marc Olivier Chouinard
|
a55b9d07a8
|
mod_sofia: Add a quick fix for basic Polycom presence support. A more sane solution need to be implemented
|
2010-08-20 23:40:37 -04:00 |
|
Anthony Minessale
|
b5205c0bc0
|
MODAPP-447
|
2010-08-20 17:48:14 -05:00 |
|
Anthony Minessale
|
2ddbc457a1
|
MODCODEC-20
|
2010-08-20 16:51:55 -05:00 |
|
Anthony Minessale
|
84c2d80964
|
tweak on last commit
|
2010-08-20 14:18:08 -05:00 |
|
root
|
072bf5ad14
|
set network_addr of caller profile to signaling ip address. (requested by Steven Ayre)
|
2010-08-20 23:14:35 +04:00 |
|
Anthony Minessale
|
77e2dccf72
|
add last_bridge_to var to keep uuid of last bridged channel and fix race in show calls on hangup of bypass_media channels
|
2010-08-20 13:53:08 -05:00 |
|
Jeff Lenk
|
3867828816
|
MODSOFIA-92 fix x64 build
|
2010-08-20 09:24:00 -05:00 |
|
Marc Olivier Chouinard
|
8082aa987e
|
mod_callcenter: Added value busy_delay_time and reject_delay_time so we can wait if those 2 occur (Un registred phone are considered as busy). Add a ready_time epoch time when we can contact an again again, fix ring-all (good this time I hope).
|
2010-08-19 21:43:07 -04:00 |
|
Michael S Collins
|
4d2cc185b0
|
Fix fifo_member add syntax
|
2010-08-19 18:21:50 -07:00 |
|
Anthony Minessale
|
5481d9a98c
|
MODSOFIA-86
|
2010-08-19 18:22:06 -05:00 |
|
Anthony Minessale
|
7f075c0c28
|
more presence tweaks
|
2010-08-19 12:09:30 -05:00 |
|