- 05 7月, 2013 1 次提交
-
-
由 Ken Rice 提交于
-
- 04 7月, 2013 1 次提交
-
-
由 Jeff Lenk 提交于
-
- 03 7月, 2013 17 次提交
-
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
Add record_seconds, record_ms and record_samples variables done recording. original patch not used due to refactor in code.
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
-
由 Raymond Chandler 提交于
-
由 Raymond Chandler 提交于
-
由 Chris Rienzo 提交于
-
由 Marc Olivier Chouinard 提交于
-
由 Ken Rice 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Bad things must have been happening when this was hit. This was introduced in commit 5cb4cd9d
-
由 Giovanni Maruzzelli 提交于
FS-5148 gsmopen: wait for the first audio write() before giving the AT command that moves the audio path to the audio tty (eg: don't accumulate noise by not sending frames on the open tty)
-
由 Giovanni Maruzzelli 提交于
gsmopen: on Linux, automatically find out and setup audio and data ports associated to dongle model, IMEI and IMSI
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
- 02 7月, 2013 5 次提交
-
-
由 Steve Underwood 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-5568 --resolve the real problem is that L=-1 is not valid because the L param is about how many times to generate the output while generating the tone so -1 is impossible because it can never end to let you hear it. The real fix is to not allow -1 loops=-1 is the correct way to do this because that is parsed after the tone is generated and repeats the entire thing. Doing something like L=100 actually generates the whole slinear audio 100 times into memore where loops=100 only generates the little snippet and repeats it after it was generated.
-
由 Nathan Neulinger 提交于
-
- 01 7月, 2013 3 次提交
-
-
由 Ken Rice 提交于
When you use $12345 in regex substitutions, it isn't obvious whenever you mean $1-concatenated-2345 or $12-concatenated-345 or any other variation. In all other languages, in order to solve this ambiguity, a braces {} are allowed to be used to separate variable name (or a reference) from surrounding text, like ${1}2345 or ${12}345. Use the same for freeswitch too. While at it, fix a buffer overflow as well: the index[] variable which is used to copy the "variable" name is 10 chars long, but it is used in the code without bounds checking, so a reference which is >9 chars long ($1234567890) will overflow the buffer, crashing freeswitch. And another overflow is in the way how size of the "substituted" variable is handled. First, in the outer loop, we compare the wrong variable with the size of `substituted' buffer (amount of bytes we took from the source instead of amount of bytes we used in `substituted'). And second, when actual regex match is being substitured, amount of room in `substituted' variable is not checked at all. Patch contributed by Michael Tokarev <mjt@tls.msk.ru>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 28 6月, 2013 7 次提交
-
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
-
由 Brian West 提交于
-
- 27 6月, 2013 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Nathan Neulinger 提交于
-