- 16 11月, 2010 7 次提交
-
-
由 Stefan Knoblich 提交于
I really need to dig deeper here, some libpri events never fire for incoming calls and i'll have to find out how mod_freetdm or the FreeSWITCH core change states on the channel... Anyway, incoming and outgoing calls still work for me (BRI PTMP TE), so commit this now and let a wider audience do some more testing. Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de> Tested-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Michael S Collins 提交于
-
由 Mathieu Rene 提交于
-
由 Anthony Minessale 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
由 Moises Silva 提交于
-
- 15 11月, 2010 8 次提交
-
-
由 Jeff Lenk 提交于
-
由 Brian West 提交于
-
由 Andrew Thompson 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 David Yat Sin 提交于
-
由 Stefan Knoblich 提交于
ftmod_pritap: Abort before overflowing spanparameters array and initialize to all zero ftmod_isdn: Fix overflow check, skip over parameters without name or value, initialize spanparameters array to all zero. ftmod_libpri: Skip over parameters without name or value, initialize spanparameters array to all zero and drop "i < 10" hardcoded check. This should fix: 2010-11-15 09:24:34.609515 [ERR] ftmod_libpri.c:1741 Unknown parameter '', aborting configuration 2010-11-15 09:24:34.609515 [ERR] mod_freetdm.c:3080 Error configuring FreeTDM span BRI_1 Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de> Reported-by:
Ingmar Schraub <is@eseco.de>
-
由 Stefan Knoblich 提交于
Signed-off-by:
lakshmanan ganapathy <lakindia89@gmail.com> Reviewed-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
- 14 11月, 2010 7 次提交
-
-
由 Stefan Knoblich 提交于
Preparation for fixing channel handling for BRI PTMP (Point-To-MultiPoint) setups. Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
freeswitch: Update .gitignore file (libcodec2, esl binaries, mod_hash + mod_osp autogenerated files) Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
freetdm: Add ftdm_channel_get_state(), ftdm_channel_get_last_state() and ftdm_span_get_trunk_type_str(). Remove custom versions from ftmod_isdn and ftmod_libpri. Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
- 12 11月, 2010 4 次提交
-
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
"if (ftdm_array_len(spanparameters) == paramindex)" is still off-by-one, we want to stop at "ftdm_array_len(spanparameters) - 1", before we overwrite the last (= terminating, NULL) element. NOTE: i'd prefer an "argc, argv"-style interface here Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Marc Olivier Chouinard 提交于
-
- 11 11月, 2010 11 次提交
-
-
由 Stefan Knoblich 提交于
mod_freetdm: Avoid overflowing the spanparameters array of libpri spans, and make other span types use ftdm_array_len() too. Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 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 3 次提交
-
-
由 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....
-