- 20 12月, 2010 5 次提交
-
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
- 19 12月, 2010 7 次提交
-
-
由 Mathieu Parent 提交于
-
由 Mathieu Parent 提交于
-
由 Mathieu Parent 提交于
-
由 Stefan Knoblich 提交于
The raw_data member is used for passing heap allocated data with an event, (e.g. strings of dtmf data) the memory is freed after the event has been processed. Recent changes in the event structure added a way to pass sig status changes inline, so remove the raw_data usage for FTDM_SIGEVENT_SIGSTATUS_CHANGED events. NOTE: This (finally) fixes a bug in ftmod_libpri that was caused by the event handling changes (stack corruption due to using free() on a variable on the stack, which turned into a NULL ptr deref caused by some compat code in ftdm_io.c:ftdm_span_send_signal(). Compiles and tested on my BRI setup, i did a quick audit of all places that generate FTDM_SIGEVENT_SIGSTATUS_CHANGED events and except for the sangoma_boost module there's nothing else that left using raw_data for this event. Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Giovanni Maruzzelli 提交于
-
由 Moises Silva 提交于
freetdm: ftmod_libpri - update to use proper structure member for signaling status change notifications
-
由 Moises Silva 提交于
-
- 18 12月, 2010 14 次提交
-
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
freetdm: add __USE_BSD to ftdm_os, needed by unistd.h for usleep() and string.h to define strcasecmp() add -Werror even when the compiler is unknown. This is just a work-around to gcc not being detected as GNU by our current standalone build (not bootstrapped through FreeSWITCH)
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 cypromis 提交于
-
-
由 Michael S Collins 提交于
lang: Update langs - Add pt_PT, update es to have es_ES and es_MX, update mod_say_es and add mod_say_pt (FS-2937)
-
由 cypromis 提交于
-
由 cypromis 提交于
-
- 17 12月, 2010 12 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
ioctl interface in FreeBSD expects unsigned long
-
由 Moises Silva 提交于
-
由 Giovanni Maruzzelli 提交于
-
- 16 12月, 2010 2 次提交
-
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-