- 04 6月, 2013 11 次提交
-
-
由 Brian West 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
-
由 Seven Du 提交于
It seems I cannot contact the original author it seems has a bug which even cannot compile with mp4v2-trunk-479 This patch allow it to compile
-
由 Seven Du 提交于
-
- 03 6月, 2013 4 次提交
-
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
Without this dependency we might not end up with sendmail installed which would be unnecessarily surprising when using mod_voicemail.
-
由 Travis Cross 提交于
When vm-storage-dir was set to an absolute path, FS would abort after delivering a VM because we were trying to free(3) memory sitting in the middle of a memory pool. FS-5329
-
由 Travis Cross 提交于
At this point we never want someone running a module against a different version of FS than the module was built for. It's also conceivable that you could want to use the modules with libfreeswitch1 even if you weren't running FS itself.
-
- 02 6月, 2013 3 次提交
-
-
由 Travis Cross 提交于
-
由 Stefan Knoblich 提交于
Use uint64_t and FTDM_UINT64_FMT for flagval and "%u" for unsigned int. Extend invalid channel id check to cover chan_id == 0 case. Use ftdm_strlen_zero() and ftdm_array_len() instead of open-coding them. Move some variables from global scope into local subcommand scope. Various other little format string and variable naming fixes. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Auto-loading can be toggled by setting the new autoload parameter to FTDM_FALSE/FTDM_TRUE. Update ftdm_span_create() and ftdm_api_execute() to use the new code. NOTE: Auto-loading of missing I/O interfaces remains enabled in both cases, but I guess we should disable it for ftdm_api_execute(). Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
- 01 6月, 2013 4 次提交
-
-
由 Stefan Knoblich 提交于
"x >> 1" is _NOT_ the reverse of "1 << x"... Use code from Sean Eron Andersen's "Bit Twiddling Hacks" (=> http://graphics.stanford.edu/~seander/bithacks.html#IntegerLog) to compute the log2 value (= position in the enum) of the bitflag. This preserves the current behaviour, which is rather odd because it is based on the position of the value in the enum, not its actual (bit flag) value. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Simplify code by using shared string constants using bool (0/1) index, !!-operator and negation-via-XOR. Future optimization: Preallocate and re-use of iterators, to avoid repeatedly allocating and freeing of memory. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Keep the original iterator around to be able to actually free it after use. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Part of my ongoing effort to split ftdm_io.c into more manageable pieces. This change (along with others in the future) allows decoupling of the span registry and its users, in preparation of moving all span related functions and data structures into ftdm_span.c. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
- 31 5月, 2013 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Nathan Neulinger 提交于
-
由 Nathan Neulinger 提交于
FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Stefan Knoblich 提交于
Zero-filled, but never used otherwise (and static), drop it. Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Steve Underwood 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
-
- 30 5月, 2013 2 次提交
-
-
由 Nathan Neulinger 提交于
-
由 Nathan Neulinger 提交于
-
- 29 5月, 2013 7 次提交
-
-
由 Jeff Lenk 提交于
-
由 Steve Underwood 提交于
-
由 Steve Underwood 提交于
-
由 Steve Underwood 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Steve Underwood 提交于
-