Seven Du
24d22d6737
FS-8916 #resolve
2016-03-09 15:31:40 +08:00
Anthony Minessale
2cf9962f61
FS-8914
2016-03-09 00:02:59 -06:00
Anthony Minessale
86e6480af8
revert
2016-03-08 21:57:03 -06:00
Anthony Minessale
d0b813f0d7
FS-8914
2016-03-08 20:19:33 -06:00
Anthony Minessale
68588e811f
FS-8914 #resolve [recording mp4 cuts off the end in some cases]
2016-03-08 18:53:55 -06:00
Davide Colombo
3e9e239864
FS-8911: fix typo in conference_member
2016-03-08 12:22:06 +01:00
Anthony Minessale
ee7a298f40
FS-8868 #resolve [recording app to respect bandwidth set in SDP]
2016-03-07 21:56:13 -06:00
Anthony Minessale
b7227465b6
FS-8909 #resolve [Add feature to play background video while recording inbound video]
2016-03-07 19:59:10 -06:00
Anthony Minessale
3ca6ed4365
FS-8864 fix regression to recording
2016-03-07 19:59:10 -06:00
Brian West
8fd8c84c3b
FS-8878 fix compiling without the library installed
2016-03-07 12:20:00 -06:00
Brian West
ff9cbe6c67
Merge pull request #722 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:mod_amr-octet_aligned to master
...
* commit '8dcf8caa85c8aa9c451592292c5b4b6248e334d9':
FS-8878: mod_amr: make AMR NB transcode in octet-align mode (when compiled with HAVE_AMR)
2016-03-07 10:15:34 -06:00
Tamas Cseke
0914a501cd
Fix memory leaks
...
Destroy session event hash and events in queue
FS-8866 --resolve
2016-03-07 13:20:37 +01:00
Anthony Minessale
e0b303e2cb
FS-8905 #resolve [Heap overflow in img patch]
2016-03-05 14:41:38 -06:00
Seven Du
f0c76fab80
FS-8811 fix divide by 0
2016-03-05 20:32:40 +08:00
Anthony Minessale
b80eb983ec
FS-8905
2016-03-04 20:02:46 -06:00
Anthony Minessale
96d37a8951
FS-8905 doing -1 here prevents the crash, its something to do with the last row in the height
2016-03-04 19:54:56 -06:00
Anthony Minessale
550029b80e
FS-8811 #resolve [FS 1.7 crashes intermittently]
2016-03-04 16:56:55 -06:00
Anthony Minessale
89c2abaff2
FS-8903 #resolve [Add logo img to local_stream]
2016-03-04 16:38:41 -06:00
Anthony Minessale
66fe6e5a46
FS-8811 #comment please test
2016-03-03 18:37:42 -06:00
Anthony Minessale
c366e3615f
FS-8354 #resolve [G722 audio issues with mod_conference after fab435479ada61f2f9d726bad53ec31d002acd2f]
2016-03-03 17:28:28 -06:00
Brian West
f28babf358
swigall
2016-03-03 11:00:31 -06:00
Anthony Minessale
041dc0a62d
FS-8864 set video ready on first push to avoid catch 22 on some video files
2016-02-29 17:00:42 -06:00
Anthony Minessale
a2b806c01c
FS-8876 make function public and use it in conference also
2016-02-29 16:22:13 -06:00
Brian West
2c031e4b91
FS-8879 #resolve [SIP UPDATE and attended transfer]
2016-02-26 17:44:33 -06:00
Anthony Minessale
6334e1ce39
FS-8864 #resolve [Improve video file playback]
2016-02-26 15:28:03 -06:00
Dragos Oancea
8dcf8caa85
FS-8878: mod_amr: make AMR NB transcode in octet-align mode (when compiled with HAVE_AMR)
2016-02-26 10:50:18 -05:00
Michael Jerris
febe0f8dac
FS-8867: build using in tree libvpx, vpx no longer optional and does not use system libvpx due to issues with having to update it frequently conflicting with system libraries, now we link to the static in tree version instead. Also, mod_vpx is now a core module instead of a loadable module, so mod_vpx.so will no longer be built
2016-02-24 18:44:11 -05:00
Michael Jerris
44da905b4f
FS-8867: build using in tree libyuv to match required version and not impact system ones that are never sufficient version
2016-02-24 16:52:40 -05:00
Seven Du
ed78d38994
FS-8867: create conversion function stubs in the core so modules do not need to use libyuv directly
2016-02-24 15:12:05 -06:00
Italo Rossi
e95da7a80f
FS-8856 - [mod_callcenter] Inserting member as a new one when restoring action fails because our agent_dispatch_thread removed the members just before we tried to update him.
2016-02-22 09:54:53 -03:00
Piotr Gregor
3af3e54a6f
FS-8854 initialize circular buffer
...
Now all members of buffer are initialized
in INIT_CIRC_BUFFER macro.
2016-02-22 11:15:10 +00:00
Piotr Gregor
1e8d315178
FS-8852 change stop condition in for loop
...
Now we use predefined table length instead
of hardcoded computation in stop condition
of for loop.
2016-02-20 18:02:16 +00:00
Anthony Minessale
a1fff59c25
FS-7132
2016-02-18 11:44:16 -06:00
Anthony Minessale
5b456b395c
FS-8688 #resolve [Implement VP9 draft uberti payload 01 and libVPX 1.5]
2016-02-17 16:49:02 -06:00
Anthony Minessale
2b5f40b38e
FS-8811 #resolve [FS 1.7 crashes intermittently]
2016-02-17 15:15:14 -06:00
Chris Rienzo
0bdf4b83da
FS-8838 [mod_rayo] Do a better job of detecting when output component completed because of hangup and preventing operations on output component when call has ended.
2016-02-16 17:46:01 -05:00
Chris Rienzo
1289aa5060
FS-8838 [mod_rayo] fix syntax error in previous commit
2016-02-16 15:47:54 -05:00
Chris Rienzo
7e38ce9899
FS-8838 [mod_rayo] improve logging and error handling when executing API on output component. Attempt to make output component stop a little more robust.
2016-02-16 13:54:14 -05:00
Italo Rossi
0b840c8721
Merge pull request #700 in FS/freeswitch from ~RORAMIREZ/freeswitch:feature/mod_callcenter-realtime-counter-answer-abandoned to master
...
* commit '1661fc6a519dac70bafbe0b0767f5302337a9fb3':
FS-8822 - [mod_callcenter] Realtime counter for calls in a queue
2016-02-10 19:20:27 -06:00
Anthony Minessale
3658763cba
swigall
2016-02-10 17:07:53 -06:00
Mike Jerris
809d5bd2d5
Merge pull request #640 in FS/freeswitch from ~VIPKILLA/freeswitch-eschmidbauer:FS-8668 to master
...
* commit 'f2fcfe1a75833cf0c5e9b599e12169674460351a':
FS-8668: allow channel variable prefix-a-leg to override global setting in mod_xml_cdr
2016-02-09 10:57:55 -06:00
Piotr Gregor
b8a8c88572
FS-8809 fix MAP_POPULATE undeclared
...
Add AM_MOD_AVMD_CXXFLAGS compile flag to mod avmd
and set this flag to -std=gnu99 in configure.ac
in case compiler vendor is xgnu.
2016-02-08 23:02:22 +00:00
Rodrigo Ramírez Norambuena
1661fc6a51
FS-8822 - [mod_callcenter] Realtime counter for calls in a queue
...
Added counters for answered and abandoned calls for a queue.
Create two vars for cc_queue struct
- calls_answered
- calls_abandoned
These increases when the call is hangup.
This change also :
- refactor long lines of header and body to print the queue information.
- Update year in copyright
2016-02-08 01:22:37 -03:00
Piotr Gregor
5216adef09
Merge branch 'bugfix/refactor' into bugfix/FS-8808-avmd-code-refactor
...
This commit merges changes from bugfix/refactor that was created
by myself to refactor [avmd] code. There was no Jira issue for this
change, so after Jira issue has been set up I have created this
branch to fix Jira case.
2016-02-05 21:53:01 +00:00
Piotr Gregor
6d8fd0def6
refactor: fix comments
...
Applying code guidelines. No side effects.
2016-02-05 21:42:09 +00:00
Anthony Minessale
f96e016135
FS-6544
2016-02-05 11:56:44 -06:00
Piotr Gregor
2e30c94c35
refactor: fix comments
...
Applying code guidelines. No side effects.
2016-02-05 00:37:33 +00:00
Piotr Gregor
43d89f0258
refactor: fix comments
...
Applying code guidelines. No side effects.
2016-02-05 00:07:00 +00:00
Anthony Minessale
dd2ad0e300
FS-6833
2016-02-04 15:25:33 -06:00
Mike Jerris
09b4156f74
Merge pull request #693 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8778-FreeBSD-bswap to master
...
* commit '30077789d56f106cadf2dece2089f76715a8f45a':
FS-8778 #resolve FreeBSD: src/mod/endpoints/mod_verto/ws.h define __bswap_64
2016-02-04 11:08:30 -06:00