Raymond Chandler
|
f44c90e04f
|
more logging, cleanup, etc
|
2011-04-08 17:03:50 -04:00 |
|
Anthony Minessale
|
bcd6c3a188
|
FS-3137 --resolve less of a memory leak more of a pool swelling, replaced a pool strdup that could recur with a strdup/free to avoid it
|
2011-04-08 14:04:01 -05:00 |
|
Anthony Minessale
|
31cebd4fb3
|
--resolve FS-3219
|
2011-04-05 10:35:52 -05:00 |
|
Jeff Lenk
|
ee1a840cef
|
FS-3228 --resolve
|
2011-04-04 20:55:56 -05:00 |
|
Anthony Minessale
|
38c3a67a7e
|
FS-3229 --resolve
|
2011-04-04 18:50:46 -05:00 |
|
Anthony Minessale
|
6eba56d2cb
|
FS-3224 --resolve
|
2011-04-03 17:55:07 -05:00 |
|
Anthony Minessale
|
8bf9133fee
|
FS-3224 this is comfort noise. i guess its not comforting, i'll remove it.
|
2011-04-03 17:53:13 -05:00 |
|
Anthony Minessale
|
008f988990
|
FS-3208 --resolve
|
2011-04-01 12:30:24 -05:00 |
|
Anthony Minessale
|
5382972a39
|
FS-3215
|
2011-04-01 10:35:20 -05:00 |
|
Anthony Minessale
|
44304f4962
|
the intent for having the module and lang separate is for things where the same module can use different sets of sounds like en module and en-male or en-female lang (sound dirs) there was indeed a disconnect in the dialplan version of this app. Originally say was only available in phrase macros so I change the syntax of the say app so you can specify both the module and the lang absolte from the dp with something like he:he as the module name. BTW: Going forward can you attach the patch or give me instructions on how to get it in raw format or merge it to our local git, I don't really have the time to figure it out just to pull in a patch......
|
2011-03-31 19:44:29 -05:00 |
|
Anthony Minessale
|
913ec9861e
|
FS-3176 forget the last patch I forgot there is no way to know the right codec using it the file string way, you will just have to manually specify en.PCMA as before but now it should work
|
2011-03-31 15:01:58 -05:00 |
|
Anthony Minessale
|
e52e44e39c
|
change mod_dptools to use the better method of fetching user xml that does not hang onto the xml root
|
2011-03-31 13:44:24 -05:00 |
|
Anthony Minessale
|
4714ed4380
|
revert 471bd6df1ae73ca410f0b4051ee050e21401b17b and implement reference counting on the xml roots to achieve the same end result
|
2011-03-31 13:44:24 -05:00 |
|
Jeff Lenk
|
78e16b86e6
|
fix regression from Commit:4ae8282e6c6df0e296113e9b4b4a1383e1af8ad7
|
2011-03-31 09:38:48 -05:00 |
|
Marc Olivier Chouinard
|
40a134bdf5
|
mod_callcenter: Remove the concept of Caller for Members. Event Socket event have been changed (CC-Caller.* to CC-Member.*) Also CC-Caller-UUID is renamed to CC-Member-Session-UUID.
The reason for this is you could actually put people to be call in the queue. So they are not caller per say. But they are a member of a queue.
|
2011-03-31 05:22:50 -04:00 |
|
Marc Olivier Chouinard
|
b63a72f8b3
|
mod_callcenter: Generate per member uuid different from the member session uuid. Might fix transfer between queue. More changes are commings
|
2011-03-31 05:17:04 -04:00 |
|
Anthony Minessale
|
b986e13a58
|
again
|
2011-03-30 21:03:25 -05:00 |
|
Jeff Lenk
|
4e3d1f3f86
|
windows mod_enum fix potential seg
|
2011-03-30 21:10:24 -05:00 |
|
Anthony Minessale
|
31580d6661
|
tweak
|
2011-03-30 20:44:45 -05:00 |
|
Anthony Minessale
|
b8063c3d34
|
wait for channels to come up in paging mode
|
2011-03-30 20:12:25 -05:00 |
|
Anthony Minessale
|
3253bcb363
|
FS-3147 --resolve I finally tracked this down to the actual recordings generated by mod_conference. This patch delays the recording slightly to allow time for the buffer to fill up, we were riding it so closely that sometimes we would come up short and inject silence into the file to preserve time passing
|
2011-03-30 19:17:54 -05:00 |
|
Anthony Minessale
|
eefdb764cf
|
merge file_string into dptools
|
2011-03-29 20:35:34 -05:00 |
|
Anthony Minessale
|
d5ef86d778
|
introduce new say_string method of doing say and use it in mod_say_en as an example. try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch. We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty....
|
2011-03-29 19:55:35 -05:00 |
|
Anthony Minessale
|
1552ecf54a
|
prevent race condition on conference join/exit
|
2011-03-29 19:55:35 -05:00 |
|
Anthony Minessale
|
45edec4ce3
|
FS-3193 note I changed the variable name to auto_cause
|
2011-03-29 12:52:12 -05:00 |
|
Rupa Schomaker
|
98a950165a
|
FS-1792 - add API uuid_limit - thanks to Franois Delawarde
|
2011-03-28 18:24:01 -05:00 |
|
Rupa Schomaker
|
084819a331
|
Fix FS-3199
|
2011-03-28 18:17:59 -05:00 |
|
Anthony Minessale
|
246b21952d
|
FS-3095 --comment-only This patch removes the existing conference transfer function and replaces it using the core transfer it also introduces a new tracking method where the same conference id is reserved for a particular member for the lifetime of the call allowing a user to transfer in and out of conferences and ivr and bridges etc and retain the same member id for the duration of that call
|
2011-03-28 14:44:28 -05:00 |
|
Stefan Knoblich
|
87884c5c67
|
mod_enum: fix race condition between ldns configure creating ldns/util.h and mod_enum
Unbreaking make -jX parallel builds...
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
|
2011-03-28 21:21:13 +02:00 |
|
Marc Olivier Chouinard
|
d04b9a85a5
|
mod_callcenter: Fix error from previous commit
|
2011-03-28 15:10:59 -04:00 |
|
Marc Olivier Chouinard
|
6cf8c8f6b0
|
mod_callcenter: Fix potential segfault on loopback agent. Thanks to François Delawarde
|
2011-03-28 12:33:07 -04:00 |
|
Marc Olivier Chouinard
|
608b9abd5a
|
mod_callcenter: Temporary fix for some race condition with loopback agent. Need to find the root cause of this problem
|
2011-03-26 10:20:06 -04:00 |
|
Jeff Lenk
|
159efea47c
|
ldns for windows first working version
|
2011-03-25 17:18:16 -05:00 |
|
Anthony Minessale
|
2bbc37e3d1
|
switch mod_enum to use new portable in-tree version
|
2011-03-25 15:54:13 -05:00 |
|
Jeff Lenk
|
bc0b702cf6
|
add ldns and mod_enum to vs2010 solution - not tested yet
|
2011-03-25 15:11:31 -05:00 |
|
Anthony Minessale
|
45162c15b7
|
FS-3110 --comment-only OMFG select on FD > 1024 get this patch to ldns ppl
|
2011-03-24 20:45:48 -05:00 |
|
Anthony Minessale
|
60da5740eb
|
FS-3110 --comment-only phase 3.3 nevermind use getlibs
|
2011-03-24 17:22:42 -05:00 |
|
Anthony Minessale
|
a25ef8b9ae
|
FS-3110 --comment-only phase 3.1 nevermind use getlibs
|
2011-03-24 17:12:02 -05:00 |
|
Anthony Minessale
|
017bea0468
|
FS-3110 --comment-only phase 3 nevermind use getlibs
|
2011-03-24 17:08:41 -05:00 |
|
Anthony Minessale
|
1773b890eb
|
FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap
|
2011-03-24 16:27:08 -05:00 |
|
Anthony Minessale
|
72f52aae19
|
only all one file to be bound per instance
|
2011-03-21 10:32:33 -05:00 |
|
Anthony Minessale
|
b7891511db
|
add string params to ladspa so you can connect files to audio ports (string params don't count towards number params)
|
2011-03-18 17:58:13 -05:00 |
|
Michael S Collins
|
3c9ee25a0a
|
Add conf_uuid chan var for djbinter (Thanks Math)
|
2011-03-18 11:24:48 -07:00 |
|
Anthony Minessale
|
5eb9c3f4a7
|
FS-3164
|
2011-03-18 11:57:16 -05:00 |
|
Marc Olivier Chouinard
|
dcafff201e
|
mod_callcenter: FS-3158 Change the default and sequentially-by-agent-order strategy to include the longest-idle-agent. This should offer a default consistant way to go through all the agent within the same tier/position. (Before, it was left to the DB to return the order of the result)
|
2011-03-17 10:58:39 -04:00 |
|
Anthony Minessale
|
2d3d8f8d34
|
Add mod_ladspa (Audio plugin framework for linux) http://http://www.ladspa.org/ try it with autotalent http://web.mit.edu/tbaran/www/autotalent.html
|
2011-03-16 16:19:57 -05:00 |
|
Anthony Minessale
|
2c009dd954
|
doh
|
2011-03-15 14:29:04 -05:00 |
|
Marc Olivier Chouinard
|
d4f845ed08
|
mod_callcenter: Should resolve lot of loopback issues mentioned. Thanks to François Delawarde
|
2011-03-14 12:42:02 -04:00 |
|
Marc Olivier Chouinard
|
25cee25547
|
mod_callcenter: Add better handle of failed agent, member channel getting a break, and debuging info upon leaving. Thanks to François Delawarde (with some changes)
|
2011-03-14 12:31:56 -04:00 |
|
Marc Olivier Chouinard
|
26303c5c7a
|
mod_callcenter: Add better support when agent doesn't answer, including creating a new variable for the delay that is different than reject or busy. Thanks to François Delawarde
|
2011-03-12 11:58:35 -05:00 |
|