- 11 1月, 2017 2 次提交
-
-
由 Ken Rice 提交于
-
由 Mike Jerris 提交于
-
- 10 1月, 2017 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
FS-9931: [mod_sofia] don't send display updates to endpoints who don't have UPDATE in their Allow header
-
由 Anthony Minessale 提交于
FS-9932: [freeswitch-core] Error with group confirm feature combined with enterprise originate #resolve
-
由 Anthony Minessale 提交于
FS-9929: [core,mod_spandsp] Assert in switch_frame_buffer_dup when receiving a fax using t.38 #resolve
-
由 Sergey Safarov 提交于
-
由 Ken Rice 提交于
-
- 09 1月, 2017 2 次提交
-
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
-
- 06 1月, 2017 3 次提交
-
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
-
由 Mike Jerris 提交于
FS-9809: [mod_sofia] url encode caller id number before sticking it in the from header in case we have non url safe chars in the cid number in the caller profile
-
- 05 1月, 2017 3 次提交
-
-
由 Mike Jerris 提交于
FS-9915: [mod_sofia] fix non null terminated parsed sip body being passed in when sending to sip messages in a row on tcp in a single packet
-
由 Brian West 提交于
FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a-leg when using T38 gateway mode #resolve
-
由 Anthony Minessale 提交于
FS-9906: [mod_conference] Member join/part in conference shows webcam briefly during slide transition #resolve
-
- 04 1月, 2017 5 次提交
-
-
由 Brian West 提交于
-
由 chapman 提交于
FS-9917 [switch_rtp/core] Fix in do_flush to handle the current packet (if RFC2833) rather than discard it. only print flushed if we flushed something
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-9206: [mod_sofia] proxy media with enable-3pcc=proxy does not properly pass audio after 3pcc re-invite #resolve
-
由 Mike Jerris 提交于
FS-9840: [mod_avmd] fix error avmd_desa2_tweaked.c:61:5: error: implicit declaration of function 'ISINF' [-Werror=implicit-function-declaration]
-
- 03 1月, 2017 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Andrey Volk 提交于
-
由 Anthony Minessale 提交于
-
- 30 12月, 2016 13 次提交
-
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
-
由 Italo Rossi 提交于
-
由 Italo Rossi 提交于
-
由 Brian West 提交于
Conflicts: src/mod/endpoints/mod_sofia/sofia.c
-
由 Mike Jerris 提交于
-
由 Italo Rossi 提交于
-
由 Italo Rossi 提交于
[mod_callcenter] FS-9347: Do not log as error when the member is gone just before we assigned an agent, now logging as DEBUG
-
由 Italo Rossi 提交于
[mod_callcenter] FS-9689 Fixed issue when agent rejects the call while hearing cc_outbound_announce making member (caller) waiting on queue forever
-
由 Italo Rossi 提交于
[mod_callcenter] FS-9723: Fixing cc_warning_tone, using switch_ivr_play_file instead of queue private event
-
由 StefanYohansson 提交于
When someone set any wss server and do login VC doesn't record the settings on localStorage, so when we reload the browser, it will try to connect on "wss://" + window.location.hostname + ":8082" and if this wss server is offline for any reason, user will be stuck on splash screen by auto-login step plus reconnect modal blocking any action. - Added button "Change Server" on modal reconnection alert; - Stop jsonRpcClient retry timeout and delete verto instance to create a new one when user login with new wss server; - Record wss server and hostname on localStorage.
-
由 Sebastian Kemper 提交于
Fix the following compile-time warning: making all mod_avmd make[7]: Entering directory '/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/src/mod/applications/mod_avmd' CC mod_avmd_la-mod_avmd.lo mod_avmd.c: In function 'avmd_process_sample': mod_avmd.c:49:19: error: implicit declaration of function '__isinf' [-Werror=implicit-function-declaration] #define ISINF(x) (__isinf(x)) ^ mod_avmd.c:2038:33: note: in expansion of macro 'ISINF' if (ISNAN(amplitude) || ISINF(amplitude)) { ^ cc1: all warnings being treated as errors Makefile:682: recipe for target 'mod_avmd_la-mod_avmd.lo' failed Fix this by adding the declaration for __isinf(), the same is done for __isnan() already Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-