- 11 11月, 2010 8 次提交
-
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 root 提交于
-
由 Moises Silva 提交于
-
由 Anthony Minessale 提交于
-
- 10 11月, 2010 11 次提交
-
-
由 Stefan Knoblich 提交于
Move some things around and remove 'paramindex' var (just use 'i' for that too). Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Anthony Minessale 提交于
add manual_rtp_bugs to profile and chan var and 3 new RTP bugs SEND_LINEAR_TIMESTAMPS|START_SEQ_AT_ZERO|NEVER_SEND_MARKER RTP_BUG_SEND_LINEAR_TIMESTAMPS = (1 << 3), Our friends at Sonus get real mad when the timestamps are not in perfect sequence even during periods of silence. With this flag, we will only increment the timestamp when write packets even if they are eons apart. RTP_BUG_START_SEQ_AT_ZERO = (1 << 4), Our friends at Sonus also get real mad if the sequence number does not start at 0. Typically, we set this to a random starting value for your saftey. This is a security risk you take upon yourself when you enable this flag. RTP_BUG_NEVER_SEND_MARKER = (1 << 5), Our friends at Sonus are on a roll, They also get easily dumbfounded by marker bits. This flag will never send any. Sheesh....
-
由 Moises Silva 提交于
-
由 Stefan Knoblich 提交于
- Add alias names for parameters: "node" -> "mode" "dp" -> "ton" "switch" -> "dialect" "l1" -> "layer1" (Switching between ftmod_libpri and ftmod_isdn is easier now.) - Removed unused members from struct ftdm_libpri_data and rename misnamed ones Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
- Check D and B-channel availability (could be extended to check B-channel count) - Drop usage of spri->private_info, use spri->span instead - Use accessor functions where possible - Rename ftdmchan to chan where possible - Various other cleanups Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de> Tested-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Paulo R. Panhoto 提交于
* depends on libmp4v2 <http://code.google.com/p/mp4v2/> (originally compiled against v1.6.1) * File format details: - Files must be hinted (mpeg4ip can be used to create the hint tracks). - Video track encoding must be supported by FS (e.g. H.263) - Audio track encoding must be PCMU/8000/Mono. The audio track can be created with this tool: <https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/tools/pcm2mp4.cpp>
-
由 Anthony Minessale 提交于
-
由 David Yat Sin 提交于
-
由 Moises Silva 提交于
as that does not work on gcc (Debian 4.3.2-1.1) 4.3.2 and probably other compilers when the inlined function is not defined in the same compilation unit
-
由 Stefan Knoblich 提交于
ftmod_libpri: Completely disable on_facility if AOC support is not available in libpri (= is too old). Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
- 09 11月, 2010 12 次提交
-
-
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
git://git.freeswitch.org/freeswitch由 Moises Silva 提交于
Conflicts: conf/autoload_configs/modules.conf.xml libs/freetdm/src/ftdm_sched.c libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.c
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Moises Silva 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
ftmod_libpri: Bail out with an error message if libpri is too old and selected trunk type is BRI or BRI_PTMP Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
- 08 11月, 2010 9 次提交
-
-
由 David Yat Sin 提交于
-
由 David Yat Sin 提交于
compatible with std=c99
-
由 Anthony Minessale 提交于
-
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 David Yat Sin 提交于
-
由 David Yat Sin 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-