Commit Graph

19395 Commits

Author SHA1 Message Date
Anthony Minessale 1729078f56 FS-3386 2011-07-16 11:30:36 -05:00
Anthony Minessale 73ba5a562e FS-3386 2011-07-16 11:30:25 -05:00
Anthony Minessale 23cf457d9a re-add missing revert 2011-07-16 10:36:51 -05:00
Mathieu Parent 062f07f5c9 Following of commit 9350fb96
Fix "variable set but not used"
2011-07-16 12:35:25 +02:00
Anthony Minessale 2f950634ab fix sip auto_simplify 2011-07-16 02:34:17 -05:00
Brian West 09c3fba27c swigall 2011-07-16 02:49:47 -05:00
Anthony Minessale 1675981428 FS-3386 roll back a few revs then remove some refs and reroll patches that were in between 2011-07-16 01:03:01 -05:00
Anthony Minessale b0e076a74f FS-3386 add some more debug defines to sofia and avoid double destroy in nh 2011-07-16 01:03:01 -05:00
Michael S Collins 06fa4eee78 Make mod_callcenter API syntax WAY more readable 2011-07-15 18:53:57 -07:00
Michael S Collins 5d87a38275 Update English phrase file 2011-07-15 18:53:07 -07:00
David Yat Sin 2c9bccbfc8 chlog: freetdm: Added support for RESTART timeout, treat RESTART's without restart indicator IE as restart on full interface 2011-07-15 17:56:48 -04:00
David Yat Sin 33aa1cb763 chlog: freetdm: Added support for RESTART timeout, treat RESTART's without restart indicator IE as restart on full interface 2011-07-15 17:56:41 -04:00
David Yat Sin b75f8d4b8d freetdm: ISDN - Fix for dropping some frames on start due to flush 2011-07-15 14:48:24 -04:00
Steve Underwood ffac6a00e8 Fixed a typo in setting the V.27ter bit rate for T.38 gateway 2011-07-16 00:34:42 +08:00
Mathieu Rene d90bac3888 The format string for size_t is always %zu, don't #error when not able to find it 2011-07-15 11:42:48 -04:00
Stefan Knoblich c18c2b1dc0 mod_soundtouch: Drop libtoolize call completely, autoreconf does all the magic needed
On second though (and after reading the code completely),

these are the droids^W^W^W^Wthis is the solution we've been searching for...

Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-07-15 17:10:03 +02:00
Michal Bielicki - cypromis 52f4a73a56 fix the fix 2011-07-15 16:59:13 +02:00
Jeff Lenk c30c3be169 FS-3426 --resolve Missing \n in log warning 2011-07-15 09:24:56 -05:00
Stefan Knoblich c7c1cf7fbb mod_soundtouch: Fix typo in Makefile '%%' -> '&&'
Signed-off-by: Stefan Knoblich <s.knoblich@axsentis.de>
2011-07-15 15:42:01 +02:00
Anthony Minessale 30ebe5dea4 FS-3386 this should do it 2011-07-15 00:23:07 -05:00
David Yat Sin 7dad26d834 freetdm: Changed Q921 and Q931 traces to debug level 2011-07-14 18:32:20 -04:00
David Yat Sin 3d028378c5 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-07-14 18:30:16 -04:00
Anthony Minessale f9969f3856 only list real profiles not aliases in presence code 2011-07-14 16:01:44 -05:00
David Yat Sin 4c3e3530d5 freetdm: Changed sending of RESTART message behaviour on sig UP for EuroISDN 2011-07-14 11:33:14 -04:00
Jeff Lenk 6925af68e0 FS-3422 --resolve typo 2011-07-14 09:42:33 -05:00
Anthony Minessale 2932c1fa17 FS-3386 Try this revision please 2011-07-14 00:17:05 -05:00
Anthony Minessale d2f76ca482 tweaks to codec buffer size detection 2011-07-14 00:14:10 -05:00
Anthony Minessale 8f4ab3eb3c tweak sql q params 2011-07-14 00:13:36 -05:00
Anthony Minessale c9cab41620 tweak debug code 2011-07-14 00:12:53 -05:00
Anthony Minessale e339b549e0 FS-3386 this is probably relevant, try this revision 2011-07-13 10:37:38 -05:00
David Yat Sin 72e64748e8 FreeTDM: Fix for compile error on some systems 2011-07-13 11:30:22 -04:00
Giovanni Maruzzelli e486677538 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-07-13 08:44:32 -05:00
Giovanni Maruzzelli 60416b2298 skypopen: Fixed bogus values in 'sk list' report ? 2011-07-13 08:44:23 -05:00
Jeff Lenk 707bd05b7c FS-3417 --resolve Heap corruption in strftime_api_function -thanks 2011-07-13 08:43:35 -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 9aa5c5b9b1 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-07-13 06:04:45 -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
Travis Cross 7cdc8342dc if user has set presence_id, don't override it 2011-07-13 07:08:18 +00:00
Anthony Minessale 0521886de8 use rwlock for global vars to reduce contention 2011-07-12 20:36:42 -05:00
Anthony Minessale 11690aff4c remove some unnecessary sql stmts 2011-07-12 20:36:42 -05:00
Anthony Minessale 9f1b731164 up vals 2011-07-12 20:36:42 -05:00
David Yat Sin a99380a69f Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-07-12 17:26:53 -04:00
David Yat Sin f0578a8011 chlog: freetdm: ISDN - Fix for Caller ID name on DMS-100 2011-07-12 17:26:44 -04:00
Jeff Lenk 5247d559f2 FS-3414 --resolve 2011-07-12 14:35:53 -05:00
Giovanni Maruzzelli d93c4edd50 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2011-07-12 12:16:21 -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
Anthony Minessale 3cbae3fbd8 FS-3413 --resolve 2011-07-12 09:41:02 -05:00
Michal Bielicki - cypromis a56aa89cc5 what works on centos6 does not have to work on centos5 again .. 2011-07-12 17:14:36 +02:00
Michal Bielicki - cypromis 0de51f9829 lets see what this soundtouch makefile will do 2 2011-07-12 16:58:06 +02:00
Michal Bielicki - cypromis 1a315f34ec what works on centos6 does not have to work on centos5 2011-07-12 16:42:44 +02:00