305 Commits

Author SHA1 Message Date
Anthony Minessale
4e74ef3914 FS-5573 --resolve 2013-07-19 14:05:19 -05:00
Anthony Minessale
453cfaaf7f FS-5583 --resolve 2013-07-19 14:03:11 -05:00
Travis Cross
0a4bbaf5a5 Fix uninitialized use of length variable
Bad things must have been happening when this was hit.

This was introduced in commit 7656a075c750f63d4095f6ed9b558c6f18443698
2013-07-03 16:02:40 +00:00
Nathan Neulinger
543dc3caea make noexpandtab explicit in all vim modelines other than xml files
Conflicts:
	src/include/switch_core_media.h
	src/mod/endpoints/mod_sofia/sofia_media.c
	src/switch_core_media.c
2013-06-25 09:39:37 -05:00
Anthony Minessale
5cb635039d sniffing glue 2013-06-20 22:25:42 -05:00
Anthony Minessale
7656a075c7 fill the opposite file to keep data in sync 2013-06-20 21:51:50 -05:00
Jeff Lenk
d4110541f9 fix trivial compiler warnings for windows 2013-06-19 11:15:59 -05:00
Anthony Minessale
7fb65c27e8 FS-4969 --resolve 2013-06-18 21:19:46 -05:00
Jeff Lenk
df141a13b3 trivial fix compiler warning 2013-06-07 07:26:26 +00:00
Anthony Minessale
3a0ec14130 getting read_impl too soon here 2013-05-20 11:22:54 -05:00
Anthony Minessale
88003520bb FS-5208 --resolve 2013-05-15 07:37:12 -05:00
Anthony Minessale
793008a215 FS-5011 try to fill gaps 2013-05-14 11:23:21 -05:00
Chris Rienzo
4da9aa2ae8 FS-5324 try this- set define-grammar=true to force caching of grammar in play_and_detect_speech 2013-04-18 21:29:00 -04:00
Anthony Minessale
e227bf4944 FS-5269 --resolve 2013-04-11 15:03:13 -05:00
Anthony Minessale
16c1cc7df7 FS-5208 --resolve 2013-04-08 12:10:42 -05:00
Anthony Minessale
57fb368b32 sla cid tweaks 2013-04-05 00:29:20 -05:00
Anthony Minessale
e6ef517354 FS-5011 add sync up flags so neither file writes data until audio is moving both ways 2013-03-28 10:41:28 -05:00
Seven Du
fe1a758338 fix void * arithmatic warning 2013-03-28 17:36:01 +08:00
Anthony Minessale
6cedccd6fe FS-5229 missed a spot 2013-03-27 18:47:13 -05:00
Anthony Minessale
7818c3c9ed add SMBF_ONE_ONLY flag and use it on dtmf detectors 2013-03-27 17:19:40 -05:00
Anthony Minessale
b4e21fd3f6 FS-5229 --resolve oops, i missed the part that its subsequent calls to displace 2013-03-27 15:39:10 -05:00
Christopher Rienzo
0481ce78ff tabs instead of spaces 2013-03-21 23:18:31 -04:00
Anthony Minessale
0f4f0e71c3 FS-5192 --resolve 2013-03-21 15:55:24 -05:00
Anthony Minessale
909e5f3b01 FS-5204 --resolve 2013-03-21 14:37:53 -05:00
Anthony Minessale
0b9ed0c7ca FS-5132 --resolve 2013-02-27 12:11:55 -06:00
Anthony Minessale
9c00466dae FS-5127 --resolve 2013-02-26 11:05:49 -06:00
Anthony Minessale
a76b352a1e FS-5011 --resolve if you use record_session with a filename with no extension it will record 2 files with that base-name and with extensions -in.XXX and -out.XXX where XXX is the codec name 2013-02-25 16:32:09 -06:00
Anthony Minessale
dd8784a9e0 add terminators to dmachine and a way to use them in dp_tools and httapi 2013-01-21 15:36:35 -06:00
Anthony Minessale
75dfa6516b fix issue in dmachine with regex vs static digits 2013-01-21 13:08:52 -06:00
Anthony Minessale
001a57b1f8 fix double dmachine binding of the same thing resulting in unmapping 2012-12-19 13:19:41 -06:00
Anthony Minessale
8be9d429fb fix recursion error 2012-12-10 10:56:07 -06:00
Anthony Minessale
e5fd435f11 FS-4867 try patch 2012-12-06 12:43:00 -06:00
Anthony Minessale
dfa83799d0 FS-4624 --resolve 2012-09-20 09:59:50 -05:00
Anthony Minessale
07ed03c458 FS-4625 --resolve 2012-09-20 09:57:58 -05:00
Anthony Minessale
0fd5d7696c video tweaks for echo app 2012-09-10 12:58:06 -05:00
Anthony Minessale
cbefc9dae1 fix logic in dmachine parser for overlap bindings so they work regardless of the order they are bound 2012-09-06 11:54:03 -05:00
Christopher Rienzo
187fe4e14e update name/e-mail address 2012-06-11 13:05:29 +00:00
Anthony Minessale
8bb55ed4bf abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -05:00
Anthony Minessale
a511ff3026 re-implement sla barge using eavesdrop backend 2012-05-07 13:44:16 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Anthony Minessale
c0b69c415c FS-4096 --resolve 2012-04-10 09:59:56 -05:00
Anthony Minessale
d5ad86706f FS-4023 --resolve makes sense thx 2012-03-23 19:05:20 -05:00
Anthony Minessale
25dd668af2 allow enable_file_write_buffering to alternatively allow you to set the exact size of the pre buffer 2012-02-21 10:51:18 -06:00
Anthony Minessale
2c52f23643 FS-3910 forgot part of this last patch 2012-02-18 08:37:47 -06:00
Anthony Minessale
f6941ca48f FS-3910 It seems to have a problem keeping up with the realtime audio. Try this patch that introduces some prebuffering 2012-02-17 11:23:59 -06:00
Anthony Minessale
4ac180cd8a use media_up instead of media_ready in a few place 2012-01-24 08:32:47 -06:00
Anthony Minessale
3bb26bbdc0 tweaks on earlier changes 2012-01-13 12:02:36 -06:00
Anthony Minessale
c54f42d793 more changes to recording code 2012-01-12 14:06:33 -06:00
Anthony Minessale
a365fb636a mailing list 36bc584d980ce80fe6a6f6e7d7383db9.squirrel@my.tomp.co.uk [Freeswitch-users] audo sync issues with record_session to mp3 I redid the stream recording with timestamps and headers to try to keep it more synced 2012-01-11 17:49:46 -06:00
Anthony Minessale
f7438a22f7 fix regression from earlier commit 2012-01-05 13:25:04 -06:00