Commit Graph

24806 Commits

Author SHA1 Message Date
Nathan Neulinger bab6ebc549 skinny: improve cleanup of devices during registration and unregistration, resolves some weird state issues when devices get disconnected 2013-07-11 13:14:44 -05:00
Nathan Neulinger e529924b17 Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2013-07-11 12:24:45 -05:00
Nathan Neulinger 65dcf18d5f Revert "FS-5567 --resolve add a non-error level informational log message when no files match pattern"
This reverts commit 79d23ec0da.
2013-07-11 12:24:32 -05:00
Nathan Neulinger 79d23ec0da FS-5567 --resolve add a non-error level informational log message when no files match pattern 2013-07-11 12:23:04 -05:00
Ken Rice 2f48c63107 Revert "FS-5567 --resolve"
pulling this one for a bit...

This reverts commit 518b5a802e.
2013-07-11 12:04:12 -05:00
Ken Rice 518b5a802e FS-5567 --resolve 2013-07-11 11:10:11 -05:00
Travis Cross a4123ab896 Ignore test-driver files from autotools 2013-07-11 15:06:30 +00:00
Travis Cross bb5e55ac6a Ignore .deb files from e.g. mk-build-deps 2013-07-11 15:06:15 +00:00
Stefan Knoblich cb554fb023 mod_shout: Rework our_mpg123_new() to handle error cases correctly and to clean up the code
Keeping parameter handling quirks for backwards compatibility reasons.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-07-11 03:17:04 +02:00
Stefan Knoblich 90021b2953 mod_sofia: Add missing format string to switch_event_add_body() call
Fixes GCC format string warning/error.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-07-11 01:15:16 +02:00
Ken Rice 7f3792234b FS-5003 --resolve 2013-07-10 17:31:00 -05:00
Raymond Chandler df7a4fc958 FS-4123 --resolve slightly modified patch applied 2013-07-10 17:53:42 -04:00
Ken Rice 6240d5213f FS-5555 --resolve 2013-07-10 12:08:54 -05:00
Ken Rice eb329ad5ae FS-5524 --resolve 2013-07-10 11:49:59 -05:00
Ken Rice be98eb34ab FS-5559 --resolve 2013-07-10 11:49:58 -05:00
Raymond Chandler a64af62938 add chatplan info app 2013-07-10 12:47:32 -04:00
Anthony Minessale 745ab02e2b render arrays properly in xml_cdr 2013-07-10 10:29:45 -05:00
Raymond Chandler 91392fb18d FS-5467 --resolve patch applied 2013-07-10 12:17:29 -04:00
Anthony Minessale 30d5ecf9f7 FS-5445 --resolve this was actually just missing one word from the code as seen in the similar code in the core, the same mistake was made there where the compiler is not smart enough to see the mutually exclusive logical paths this code is specific to spontaneously creating an array in a single set like set foo[12]=val which would be totally broken if that line were commented 2013-07-10 10:26:08 -05:00
Raymond Chandler de9bd1c367 FS-3911 --resolve patch applied 2013-07-10 10:53:41 -04:00
Ken Rice 41880353f9 FS-5589 --resolve 2013-07-10 09:44:02 -05:00
Jeff Lenk 267ef728e1 FS-5275 --resolve 2013-07-09 08:53:36 -05:00
Jeff Lenk 5fc2bc9993 FS-5588 --resolve windows compiler fixes 2013-07-09 07:53:56 -05:00
Seven Du 2985d38f52 debug audio on h323 channels 2013-07-09 14:10:02 +08:00
Michael S Collins e21c57b099 BNPH-5393: --resolve add vars to affect mod_voicemail behavior: skip_record_check and skip_record_urgent_check 2013-07-08 13:45:27 -07:00
Brian West 35fca3d290 fix logic from race fix 2013-07-08 13:19:22 -05:00
Chris Rienzo 6423787da8 mod_rayo: fix - client messages not accepted over s2s connection 2013-07-08 13:09:27 -04:00
Anthony Minessale 8de63a750e FS-5571 --resolve 2013-07-08 10:02:38 -05:00
Anthony Minessale fd1893197e FS-5586 --resolve 2013-07-08 07:55:50 -05:00
Anthony Minessale 94f3b90040 use static buffer and nonblocking socket in websocket client 2013-07-08 08:25:45 -05:00
Marc Olivier Chouinard c613c65446 --resolve FS-5478 2013-07-08 00:55:48 -04:00
Ken Rice 5110e28486 FS-5576 --resolve
fix the vp8 issue, but the other part causes issues with centos5... we\'ll need better detection there and working on a way to handle this
2013-07-07 11:11:43 -05:00
Seven Du f4a66142ce --resolve FS-5072 2013-07-08 00:03:11 +08:00
Ken Rice 22baa51acc FS-2816 --resolve 2013-07-06 22:04:06 -05:00
Jeff Lenk 82292cced7 FS-3127 --resolve please reopen if not fixed 2013-07-06 12:52:21 -05:00
Brian West 9ed53db590 fix race 2013-07-05 19:50:57 -05:00
Ken Rice 9202f0398f Make this a warning not an error. libuuid and its associated dev packages are HIGHLY recommended. 2013-07-05 10:12:45 -05:00
Ken Rice 37a1f2c633 fix typo 2013-07-05 09:49:28 -05:00
Ken Rice f7fb54d0cd fix libuuid detection 2013-07-04 22:02:47 -05:00
Ken Rice f30e40a80b --resolve FS-3922 2013-07-04 21:18:20 -05:00
Jeff Lenk 2908e3acd5 fix stupid c89 for windows 2013-07-04 12:28:35 -05:00
Ken Rice e0210d75e3 --resolve FS-5558 2013-07-03 15:01:03 -05:00
Ken Rice 4f71d38e17 --resolve FS-5569 2013-07-03 14:59:53 -05:00
Ken Rice 3f84fc99e9 --resolve FS-4461
Add record_seconds, record_ms and record_samples variables done recording.
original patch not used due to refactor in code.
2013-07-03 14:13:06 -05:00
Ken Rice 51fd5a6cee --resolve FS-5426 2013-07-03 14:13:05 -05:00
Ken Rice bf89fbd81d --resolve FS-5432 2013-07-03 14:13:05 -05:00
Raymond Chandler fe27589af7 Merge branch 'master' of fs-git:freeswitch 2013-07-03 14:56:33 -04:00
Raymond Chandler b93f35ec76 add missing modules 2013-07-03 14:55:13 -04:00
Chris Rienzo 0d32f510f2 mod_rayo: move example config so that make config-rayo works 2013-07-03 14:22:30 -04:00
Marc Olivier Chouinard fdbfbc867f --resolve FS-3852 2013-07-03 13:01:23 -04:00