138 Commits

Author SHA1 Message Date
Mathieu Parent
062f07f5c9 Following of commit 9350fb96
Fix "variable set but not used"
2011-07-16 12:35:25 +02:00
Giovanni Maruzzelli
60416b2298 skypopen: Fixed bogus values in 'sk list' report ? 2011-07-13 08:44:23 -05:00
Giovanni Maruzzelli
43eeeb82a8 skypopen: fixed a demented bug (incrementing a variable zeroed in the same loop) maybe responsible for moh sputtering under load on virtual machines 2011-07-13 07:43:39 -05:00
Giovanni Maruzzelli
06322d33e0 skypopen: brought almost all sleeps to at least 20millisec, because various platforms have no smaller granularity (eg: virtual machines). Fixed bogus values in 'sk list' report 2011-07-13 06:04:26 -05:00
Giovanni Maruzzelli
eb9404d745 FS-3400 skypopen: patch FS-3400 from Ivan Trifonov, Getting skype balances vie freeswitch console (and event socket) 2011-07-12 12:15:58 -05:00
Giovanni Maruzzelli
dc3ef5462f skypopen: demoting a warning to a debug when timing is not good (especially on virtual machines) 2011-07-12 07:49:21 -05:00
Giovanni Maruzzelli
891015e67c skypopen: refining oss driver, removing audio sync during call (was each 20 secs), audio sync at the tcp interfacing with the skype client (reading more than 20ms worth) 2011-07-12 05:50:46 -05:00
Jeff Lenk
e5ce51c439 FS-3356 --resolove fix windows build vs2010 2011-06-20 09:30:45 -05:00
Giovanni Maruzzelli
2146583663 skypopen: adding some guards against NULL sessions and channels 2011-05-21 02:45:39 -05:00
Giovanni Maruzzelli
7fa3f7f3dd skypopen: fixing bug from Anton VG, adding some guards against NULL sessions and channels 2011-05-21 02:36:51 -05:00
Giovanni Maruzzelli
3ad0d5d624 skypopen: fixing previous fix, Makefile.am now is ok 2011-05-09 09:09:04 -05:00
Giovanni Maruzzelli
b8543ea310 skypopen: reinstating 5f91e46914359248f62c25f7cb427ec279b2e0f5 on Makefile.am, was overwritten by 1e74a714d7b605490a48b153f1a24879a6a410fc 2011-05-09 08:42:10 -05:00
Giovanni Maruzzelli
ac7ca637f0 skypopen: * FS-3287 2011-05-09 08:24:55 -05:00
Giovanni Maruzzelli
2af0dc00c8 skypopen: let's bump the thread priorities, refined 2011-05-06 13:10:57 -05:00
Giovanni Maruzzelli
6341694d13 skypopen: let's bump the thread priorities (to be refined, thanks Tony) 2011-05-05 12:32:25 -05:00
Giovanni Maruzzelli
1e74a714d7 skypopen: * FS-351 2011-05-03 10:13:30 -05:00
Giovanni Maruzzelli
1447aec426 skypopen: directories reshuffle, old stuff is now in old_stuff subdir :) 2011-04-30 03:06:54 -05:00
Giovanni Maruzzelli
ff9607c08f skypopen: directories reshuffle, old stuff is now in old_stuff subdir :) 2011-04-30 03:01:51 -05:00
Giovanni Maruzzelli
aa7f47ac06 skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) ) 2011-04-30 02:35:41 -05:00
Giovanni Maruzzelli
7d2c2c8818 skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) ) 2011-04-30 02:29:20 -05:00
Giovanni Maruzzelli
403b3a23be skypopen: OSS driver, refinement 2011-04-25 11:36:42 -05:00
Giovanni Maruzzelli
98157dbbfc skypopen: OSS driver, refinement 2011-04-25 09:13:39 -05:00
Giovanni Maruzzelli
25ebf7159f skypopen: adding installer and Skype client configuration directories (to be announced :) ) 2011-04-21 12:44:05 -05:00
Giovanni Maruzzelli
4842a62062 skypopen: deleted osscuse subdir 2011-04-20 03:38:45 -05:00
Giovanni Maruzzelli
b0a23f8e64 skypopen: OSS driver, refinement 2011-04-20 03:32:03 -05:00
Brian West
32b8f1008e more fixes from diego 2011-01-05 14:09:16 -06:00
Giovanni Maruzzelli
7f81c3cc3c skypopen: OSS driver, added some code from /dev/zero to read(), and performances are better 2010-12-27 07:49:38 -06:00
Giovanni Maruzzelli
299c139c3e skypopen: refined hrtimers support to OSS audio driver 2010-12-19 13:40:36 -06:00
Giovanni Maruzzelli
ae7279f174 skypopen: added hrtimers support to OSS audio driver 2010-12-17 08:44:33 -06:00
Anthony Minessale
93cc3dc556 normalize tests for outbound channels to use switch_channel_direction instead of testing for CF_OUTBOUND 2010-12-15 20:59:42 -06:00
Giovanni Maruzzelli
eafd7e5e15 skypopen: tweaking the OSS audio driver 2010-12-14 16:55:39 -06:00
Giovanni Maruzzelli
739ac99e3b skypopen: tweaking the OSS audio driver, still gives a load average higher than snd-dummy + snd-pcm-oss on CentOS 5 (but not much more, and lower cpu load), but now is very very good on tickless kernels, eg: Ubuntu 10.04 LTS 2010-12-14 08:38:57 -06:00
Giovanni Maruzzelli
7997d24f33 skypopen: tweaking the OSS audio driver 2010-12-14 06:46:01 -06:00
Giovanni Maruzzelli
6e310ef8fc skypopen: slightly improve OSS audio driver 2010-12-14 06:46:01 -06:00
Giovanni Maruzzelli
0e83cbe5ca skypopen: slightly improve OSS audio driver 2010-12-14 06:46:00 -06:00
Giovanni Maruzzelli
7b59313902 skypopen: added a proof of concept standalone OSS audio driver (for Skype-oss clients) 2010-12-11 13:21:45 -06:00
Giovanni Maruzzelli
577d7b5538 skypopen: added a proof of concept standalone OSS audio driver (for Skype-oss clients) 2010-12-11 13:21:45 -06:00
Giovanni Maruzzelli
9350fb9626 skypopen: added a second timer on read from Skype client (timer_read_srv), so not to depend anymore from select on that socket 2010-12-07 00:20:07 -06:00
Giovanni Maruzzelli
04a092fab5 skypopen: a little bit of constant cleaning, and screening of A-D dtmfs (not accepted bu Skype client) - fix for FS-2891 2010-12-01 17:10:32 -06:00
Giovanni Maruzzelli
599a200509 skypopen: adding osscuse directory, lot of news to come in some days ;) 2010-11-26 07:05:16 -06:00
Giovanni Maruzzelli
4706d3946d skypopen: performance improvements in skypopen_protocol.c and alsa/dummy.c . Added pcm*c to alsa/. Let's hope the larger period in dummy.c does not make problems on ubuntu 2010-11-02 22:52:51 -05:00
Giovanni Maruzzelli
f3ae4d10d7 skypopen: callflow display reshuffle 2010-11-02 02:19:18 -05:00
Giovanni Maruzzelli
04f9b8c6f4 skypopen: very nice formatted debug output (ok, I go get a life) 2010-11-01 19:12:03 -05:00
Giovanni Maruzzelli
cda952083f skypopen: nice formatted debug output (I feel so stupid when I use one full hour for things like this, but I like it ;) ) 2010-11-01 18:48:28 -05:00
Giovanni Maruzzelli
5f91e46914 skypopen: modifying Makefile.am and skypopen.h to report in revision tag of debug lines the last commit of both mod_skypopen.c and skypopen_protocol.c (so you can have your own commits in the same dir) 2010-11-01 16:41:23 -05:00
Giovanni Maruzzelli
faa1636905 skypopen: modifying Makefile.am to report on last commit in skypopen directory 2010-11-01 16:14:16 -05:00
Giovanni Maruzzelli
3c66b497d6 skypopen: fix FS-2784, missing incoming calls to one interfacename 2010-10-29 01:58:31 -05:00
Giovanni Maruzzelli
3a3c5d261f skypopen: sk list the DEAD state 2010-10-28 13:47:15 -05:00
Giovanni Maruzzelli
aea12d1f9f skypopen: indented 2010-10-28 13:27:01 -05:00
Giovanni Maruzzelli
182da3c128 skypopen: fixed management of skype clients crash 2010-10-28 13:27:01 -05:00