- 11 3月, 2011 5 次提交
-
-
-
由 Michael S Collins 提交于
-
由 Marc Olivier Chouinard 提交于
mod_callcenter: Fix a bug when an caller leave the queue from a BREAK Call (Transfer...), it doesn't think an agent answered.
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
send another presence event on calls that were cancelled from LOSE_RACE to fix winnable race in Broadsoft SCA
-
- 10 3月, 2011 13 次提交
-
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
ftmod_libpri: go to PROGRESS_MEDIA in on_ringing() if there is inband information available and rework channel opening to not skip state changes when the channel is already open. The latter part affects on_ringing(), on_progress() and on_proceeding(). Somewhat experimental and untested (apart from a compile run). Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
-
由 Moises Silva 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Mathieu Rene 提交于
-
- 09 3月, 2011 4 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 David Yat Sin 提交于
-
- 08 3月, 2011 4 次提交
-
-
由 Luke Dashjr 提交于
Bugfix: FreeSWITCH::Client::sendmsg was returning the first FSES packet it received, which caused a race condition when an event was in transit; now it waits for Content-Type: command/reply
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
alter implementation of renegotiate codec on hold feature to still take other sdp elements into consideration
-
- 07 3月, 2011 8 次提交
-
-
由 Anthony Minessale 提交于
FS-3127 --comment-only can you try this patch first to see if it fixes it without any changes to mod_cc
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Moises Silva 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 06 3月, 2011 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-640 --comment-only can you see if this patch helps, I think it should really be fixed in sofia but this shold keep it at bay
-
由 Moises Silva 提交于
-
由 Jeff Lenk 提交于
-
由 Stefan Knoblich 提交于
Using ftdm_log_chan() in ftdm_analog_configure_span() is a bad idea, since the span won't have any channels assigned. This bug powered by declaring all variables at the top of the function, even if they are used in an if branch at the end. A C99'ish: if (callwaiting) { for (unsigned int i = 1; i <= span->span->chan_count; i++) { /* ... */ } } would have alerted the developer adding the log statement. But since we can't have nice things (thanks MSVC for not supporting C99!) </rant> Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
由 Moises Silva 提交于
-