Jeff Lenk
|
dc2c11f13f
|
FS-4768 initial add of vs2012 build support
|
2012-12-29 14:57:15 -06:00 |
Anthony Minessale
|
d301451782
|
fix issue where rtp stack was not paying attn to header extensions
|
2012-12-13 19:49:02 -06:00 |
Anthony Minessale
|
ddea76280f
|
deteect 64 bit
|
2012-12-12 14:09:39 -06:00 |
Jeff Lenk
|
fef77d9123
|
FS-4929 -revert fix differently
|
2012-12-12 10:37:49 -06:00 |
Jeff Lenk
|
4c1776dedf
|
FS-4929 --resolve
|
2012-12-12 10:17:34 -06:00 |
Jeff Lenk
|
3c58a46329
|
whitespace cleanup only
|
2012-12-12 10:10:22 -06:00 |
Anthony Minessale
|
063962cae0
|
add switch_toupper_max to uppercase a string 4 bytes at a time with new switch_toupper function
|
2012-12-11 20:12:25 -06:00 |
Anthony Minessale
|
5d35d71cfd
|
FS-4928 doing 100 calls I found 7 million calls to toupper, this patch replaces it with an inline optimized one I found online. Not sure it helps but maybe you can profile it again with latest.
|
2012-12-11 19:18:25 -06:00 |
Anthony Minessale
|
8aba7238a8
|
FS-4905
|
2012-12-11 07:58:09 -06:00 |
Anthony Minessale
|
8be9d429fb
|
fix recursion error
|
2012-12-10 10:56:07 -06:00 |
Anthony Minessale
|
081e261956
|
FS-4883 --resolve I can add this but if it leads to issues in the loaded code we may not have resoures to investigate
|
2012-11-29 08:58:44 -06:00 |
Anthony Minessale
|
428cd029de
|
FS-4868 --resolve This patch also adds freeswitch.ready() which will return false once shutdown has started
|
2012-11-26 15:18:58 -06:00 |
Anthony Minessale
|
c7c528cd7c
|
FS-4867 --resolve
|
2012-11-26 13:52:06 -06:00 |
Anthony Minessale
|
ffa64d6f82
|
add new lib_dir to bottom of the struct
|
2012-11-21 08:54:06 -06:00 |
Anthony Minessale
|
f6baeb2109
|
bump
|
2012-11-19 18:21:25 -06:00 |
Anthony Minessale
|
d48e3de7c8
|
make it so when you put someone on hold and then they attended transfer you, the resulting bridge will still be playing hold music
|
2012-11-15 21:07:58 -06:00 |
Anthony Minessale
|
6644cefb20
|
finish fixing thread pool logic from yesterday
|
2012-11-15 17:59:11 -06:00 |
Anthony Minessale
|
6f2976298f
|
FS-4836 ok try this
|
2012-11-15 13:16:50 -06:00 |
Anthony Minessale
|
057861867e
|
FS-4836 not quite
|
2012-11-15 13:14:08 -06:00 |
Anthony Minessale
|
73f022873b
|
FS-4836 try this
|
2012-11-15 12:54:40 -06:00 |
Anthony Minessale
|
f8aa3777e9
|
thread pool was not releasing surplus threads after timeout
|
2012-11-14 18:43:28 -06:00 |
Eliot Gable
|
0160072adc
|
Fix query cancelling so it leaves the handle in a good state; fix detection of broken connections in db_is_up by consuming the EOF on a failed connection before checking if the connection failed; add more detailed logging about who called the SQL function when something goes wrong.
|
2012-11-07 21:35:40 +00:00 |
Anthony Minessale
|
94763ea52b
|
FS-4681 --resolve
|
2012-11-01 13:07:47 -05:00 |
Anthony Minessale
|
d1ad4d477c
|
add no_loopback flag to apps so they can tell mod_loopback to bow out
|
2012-10-31 12:56:09 -05:00 |
Anthony Minessale
|
a4a44fb140
|
FS-4741 parse timezone variable and adjust time for time based routing
|
2012-10-31 10:43:59 -05:00 |
Michael Jerris
|
1de65cbcd0
|
handle state update for hangup
|
2012-10-30 19:02:33 -04:00 |
Anthony Minessale
|
4baec06540
|
add api_on_pre_originate
|
2012-10-30 11:06:33 -05:00 |
Jeff Lenk
|
fe4d736ff9
|
windows trivial compiler fixes and vs2010 reswig
|
2012-10-29 22:34:51 -05:00 |
Anthony Minessale
|
3812ebb958
|
let codecs see current frame via the codec obj
|
2012-10-29 15:07:50 -05:00 |
Anthony Minessale
|
bf0056f3b8
|
FS-4729 try this
|
2012-10-29 09:47:01 -05:00 |
Anthony Minessale
|
759d26db09
|
FS-4771 --resolve
|
2012-10-29 09:27:59 -05:00 |
Anthony Minessale
|
fe5dbf3b03
|
FS-4770 --resolve
|
2012-10-29 09:27:08 -05:00 |
Anthony Minessale
|
96550e893e
|
finish off sql optimization
|
2012-10-27 12:27:00 -05:00 |
Anthony Minessale
|
9d4b72b29a
|
fold the last round of sql manager changes back into the core and use it for the central db and simplify the algorithm
|
2012-10-26 20:52:09 -05:00 |
Anthony Minessale
|
6b9c2ca8af
|
fix for new db stuff
|
2012-10-26 14:17:52 -05:00 |
Anthony Minessale
|
1d4e16419e
|
fix macro
|
2012-10-25 15:13:31 -05:00 |
Anthony Minessale
|
16d41e463c
|
get rid of little caesars
|
2012-10-25 15:09:09 -05:00 |
Anthony Minessale
|
68e0b7e859
|
optimize sofia sql by using new core transaction processor we will no longer support databases that do not support transactions
|
2012-10-25 11:31:47 -05:00 |
Eliot Gable
|
ce4fa8acfb
|
Added switch_atomic_t option for config parsing.
|
2012-10-23 13:39:31 +00:00 |
Anthony Minessale
|
4b6db1329c
|
FS-4729 try this patch clean
|
2012-10-22 13:37:41 -04:00 |
Anthony Minessale
|
17d1ffe45c
|
FS-4748 the change to the header file did not make it into the commit
|
2012-10-22 11:56:22 -04:00 |
Anthony Minessale
|
986fede6b0
|
make a way to get the jitter buffer down to the codecs
|
2012-10-18 15:29:00 -04:00 |
Jeff Lenk
|
6b6c83a718
|
FS-2746 --resolve large xmlrpc update thanks garmt
|
2012-10-13 11:37:25 -05:00 |
Anthony Minessale
|
b4c621530f
|
add some convenience for db stuff
|
2012-10-11 13:47:06 -05:00 |
Anthony Minessale
|
4dae523bca
|
tweak the session level logging to work on the console too
|
2012-10-11 12:44:31 -05:00 |
Anthony Minessale
|
a0049b2296
|
add a few fields
|
2012-10-11 11:04:09 -05:00 |
Anthony Minessale
|
21d19b6100
|
add switch_core_session_findall_matching_var func to core to get a list of uuid with a certian var set to a certian val
|
2012-10-11 09:57:02 -05:00 |
Jeff Lenk
|
9bbee350c2
|
FS-4527 --resolve add resample core support for asr. This code is very isolated and only effects mod_unimrcp at this time.
|
2012-10-10 14:20:07 -05:00 |
Anthony Minessale
|
e1fe289672
|
refactor db stuff to use single string dsn to avoid code duplication and introduce switch_sql_queue_manager api to create transactional sql queues to aggregate a bunch of sql stmts into transactions
|
2012-10-09 20:20:32 -05:00 |
Anthony Minessale
|
6998695f01
|
fold recovery db to only use core db and use transactional stmts for recovery stmts
|
2012-10-08 17:59:47 -05:00 |