- 11 1月, 2013 2 次提交
-
-
由 Moises Silva 提交于
-
由 Jeff Lenk 提交于
-
- 10 1月, 2013 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Add support for "q921_all"/"q931_all" to parse_debug() ("debug" span parameter), taken from ftmod_libpri. Passive libpri's raw dump feature is broken (e.g. I-frames missing), so add "q921_raw" hexdump support to the pritap I/O read/write function. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Anthony Minessale 提交于
-
由 Steve Underwood 提交于
-
由 Steve Underwood 提交于
-
- 09 1月, 2013 9 次提交
-
-
由 Stefan Knoblich 提交于
AM_CONFIG_HEADER is deprecated in automake 1.13.1 (and temporarily not available in 1.13), the replacement is available in autoconf-2.59 (and maybe before). NOTE: Remove sed hackery when upstream has released a fixed version Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Raymond Chandler 提交于
-
由 Stefan Knoblich 提交于
AM_CONFIG_HEADER is deprecated in automake 1.13.1 (and temporarily not available in 1.13), the replacement is available in autoconf-2.59 (and maybe before). NOTE: Remove sed hackery when upstream has released a fixed version (> 1.7.0) Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Michael S Collins 提交于
-
由 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 1 次提交
-
-
由 Jeff Lenk 提交于
-