- 09 1月, 2013 5 次提交
-
-
由 Jeff Lenk 提交于
-
由 Steve Underwood 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
- 08 1月, 2013 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
Those that lack PRI_EVENT_FACILITY (<= 1.4.10) Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Same as pri_maintenance_service(), use HAVE_LIBPRI_MAINT_SERVICE. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Said function has been added in libpri-1.4.11 and breaks building with older libpri versions (i.e. the passive one for ftmod_pritap). Check for pri_maintenance_service() in configure and disable the "maintenance" subcommand if it is not available. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
- 07 1月, 2013 10 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-4978 --resolve this is fine besides one minor change to only consider this path when we are doing passthru
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
Yeah, right, discard the incoming audio data when the b-channel is active... Reverse the check, so ftdm_read() on an active mISDN b-channel will be able to read audio data from the RX socketpair and not kill the call from repeatedly timing out in poll(). Fixes: [WARNING] mod_freetdm.c:775 Too many timeouts while waiting I/O in channel FreeTDM/1:1/XX device 1:1! [ERR] mod_freetdm.c:820 clearing IO in channel FreeTDM/1:1/XX device 1:1! Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
epoll_wait() on the B-channel socket may indicate pending messages, but recvfrom() returns EAGAIN. Retry a few more times (up to 5 retries) to get the pending message. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
- 06 1月, 2013 2 次提交
-
-
由 Jeff Lenk 提交于
-
由 Stefan Knoblich 提交于
Fixes: src/ftmod/ftmod_misdn/ftmod_misdn.c:924:3: error: format '%lx' expects argument of type 'long unsigned int', but argument 13 has type '__u64' [-Werror=format] Signed-off-by:
Stefan Knoblich <stkn@openisdn.net> Reported-by: hyper_ch #freetdm @ irc.freenode.net
-
- 05 1月, 2013 3 次提交
-
-
由 Jeff Lenk 提交于
-
由 Raymond Chandler 提交于
-
由 Raymond Chandler 提交于
don't disable conference if conference-set-profile is disallowed and set expand-vars permission to match code
-
- 04 1月, 2013 7 次提交
- 03 1月, 2013 3 次提交
-
-
由 Eliot Gable 提交于
-
由 Eliot Gable 提交于
Fix segfault on shut down of SQL queue manager in rare case where registration cleanup is firing at the same time the queue manager is shutting down.
-
由 Travis Cross 提交于
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in the environment. So instead we use os.environ.get('CFLAGS','') which will return the empty string in the event no CFLAGS variable is set. The previous problematic pattern originated from the suggested code here for importing the build environment in SCons: http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line. FS-4746 --resolve
-
- 02 1月, 2013 1 次提交
-
-
由 Jeff Lenk 提交于
-