Anthony Minessale
|
34a7a594e2
|
revert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16682 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2010-02-17 22:00:01 +00:00 |
Anthony Minessale
|
984f0f44d9
|
MODAPP-398
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16681 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2010-02-17 21:57:45 +00:00 |
Anthony Minessale
|
886e1ddb4d
|
run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2010-02-06 03:38:24 +00:00 |
Jeff Lenk
|
421a06ce6a
|
code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15593 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-11-21 05:58:25 +00:00 |
Anthony Minessale
|
68f60de67f
|
fix thread saftey issue in expiring media bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15587 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-11-21 01:00:58 +00:00 |
Anthony Minessale
|
eeb3f0b225
|
IRC-00 refactor how record_answer_req=true works, add media_bug_answer_req=true variable and backport record_answer_req=true to use it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15235 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-10-26 21:59:25 +00:00 |
Anthony Minessale
|
df7637f687
|
change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-10-23 16:03:42 +00:00 |
Anthony Minessale
|
d9fb89d285
|
FSCORE-452
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15028 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-30 23:50:51 +00:00 |
Brian West
|
dcfe0f5743
|
FSCORE-442
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14893 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-16 21:24:22 +00:00 |
Anthony Minessale
|
7392fa5807
|
try to improve autoflush and other silly audio glitches from edge cases and help FSCORE-416
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14800 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-10 00:46:24 +00:00 |
Anthony Minessale
|
72d3c4cbda
|
missing reset causing the same timestamp forever on perfect storm of conditions involving transcoding and ptime combo (gotta love it)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14771 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-04 22:18:11 +00:00 |
Anthony Minessale
|
5ff9150213
|
FSCORE-426
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14755 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-03 17:55:21 +00:00 |
Mathieu Rene
|
5acb8ad899
|
Per-call logging, part two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14510 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-13 21:24:51 +00:00 |
Mathieu Rene
|
c2d5f970bc
|
Per-call logging, part one
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14509 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-13 20:35:02 +00:00 |
Anthony Minessale
|
1c3978a4e7
|
MODSKYPIAX-35 (part1)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14444 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-08-01 02:47:35 +00:00 |
Anthony Minessale
|
0573d3cf09
|
FSCORE-403
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14331 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-07-23 15:55:13 +00:00 |
Anthony Minessale
|
fae50b4197
|
prevent buffer destroy race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13219 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-05-01 21:31:16 +00:00 |
Anthony Minessale
|
ab6c4f1a6d
|
change CS_DONE to CS_DESTROY and add state handler for destroy and tear down critical parts of the channel from this method which is not called until it's impossible for anything to be referencing the channel (after final write lock and before destroying the pool)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12986 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-04-10 17:43:18 +00:00 |
Anthony Minessale
|
68b0359cfb
|
FSCORE-349 add flag to denote if a codec is init or not
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12961 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-04-09 17:17:12 +00:00 |
Anthony Minessale
|
984573a3ca
|
FSCORE-349
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12953 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-04-08 18:43:10 +00:00 |
Anthony Minessale
|
8aee0c70ea
|
FSCORE-349
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12944 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-04-07 23:44:08 +00:00 |
Anthony Minessale
|
9556be51ef
|
fix issue in monitor_early_media_fail issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12271 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-25 03:41:18 +00:00 |
Anthony Minessale
|
9a43df2578
|
FSCORE-300
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12062 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-16 18:56:13 +00:00 |
Brian West
|
babb2f83f5
|
update copyright
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12004 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-13 23:37:37 +00:00 |
Anthony Minessale
|
c31a7f2563
|
replace the resampler code with the awesome code from speex
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12003 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-13 23:35:17 +00:00 |
Anthony Minessale
|
6e80c32ae2
|
FSCORE-288
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11723 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-10 00:58:54 +00:00 |
Brian West
|
ae220d3341
|
update email
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11643 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-04 21:20:54 +00:00 |
Anthony Minessale
|
86b8ef0768
|
add missing code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11490 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-26 16:47:00 +00:00 |
Anthony Minessale
|
0463541d61
|
change low res sleep func api names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11486 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-25 21:23:07 +00:00 |
Anthony Minessale
|
ea5805e746
|
evil line of code strikes again\!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11475 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-24 00:39:37 +00:00 |
Anthony Minessale
|
611449f200
|
fix for fix that broke the other fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11366 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-22 18:40:53 +00:00 |
Anthony Minessale
|
15065d66c4
|
bangarang
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11342 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-21 22:40:50 +00:00 |
Anthony Minessale
|
b47337b660
|
refactor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11225 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-15 16:54:13 +00:00 |
Anthony Minessale
|
0d5705d396
|
add extra sanity check
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11203 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-14 20:46:02 +00:00 |
Anthony Minessale
|
bb35643915
|
fix regression from change last week
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11137 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-12 17:12:09 +00:00 |
Anthony Minessale
|
ea5c385281
|
numerous fixes from regression testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11104 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-09 20:34:01 +00:00 |
Anthony Minessale
|
4cc1136433
|
fix some media issues (shoud go into the 1.0 branch)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11079 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-01-06 21:07:58 +00:00 |
Anthony Minessale
|
2a90a43fd4
|
a few changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11011 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-31 01:08:51 +00:00 |
Anthony Minessale
|
e8c73cdf2d
|
ptime tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11010 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-30 23:31:50 +00:00 |
Anthony Minessale
|
e9d7a4a4a0
|
adjustment
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10876 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-18 23:07:32 +00:00 |
Anthony Minessale
|
1ad27943ad
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10862 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-17 22:13:24 +00:00 |
Anthony Minessale
|
c2b1ce53bc
|
MODAPP-182
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10861 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-17 21:50:34 +00:00 |
Anthony Minessale
|
4f2f60c4a0
|
fix null mutex race cond
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10766 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-15 16:10:20 +00:00 |
Anthony Minessale
|
e1e860a563
|
tweak codec ptime bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10580 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-03 19:25:49 +00:00 |
Anthony Minessale
|
4369876e57
|
fix random issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10566 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-02 21:33:01 +00:00 |
Anthony Minessale
|
c6127f7797
|
fix race
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10535 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-25 19:05:00 +00:00 |
Anthony Minessale
|
8599576dcb
|
fix FSCORE-234
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10513 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-22 01:46:31 +00:00 |
Anthony Minessale
|
52badf996d
|
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10497 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-21 16:14:02 +00:00 |
Anthony Minessale
|
86c523fbb1
|
code reworking do make current
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10487 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-21 00:09:11 +00:00 |
Anthony Minessale
|
3249dbf8ce
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10465 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-11-19 20:12:20 +00:00 |