Commit Graph

30616 Commits

Author SHA1 Message Date
Italo Rossi 37d5d003a5 Merge pull request #692 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8792-video-quality-combo-box-doesn-t-apply to master
* commit 'c6921959e14a4a42999ed4561b6d0e68b5698a19':
  FS-8792: apply video resolution on combobox video quality changes
2016-02-25 12:04:48 -06:00
Sergey Safarov 4827e22114 FS-8871: Fixed encoding "&" and "<" symbols in vanilla config 2016-02-25 18:41:37 +03:00
Michael Jerris 46599c5a8b FS-8867: do hidden visibility on vpx as we don't want symbols leaking out of libfreeswitch, and we get relocation error on a vpx symbol anyways 2016-02-24 21:35:58 -06:00
William King 1d5b898a83 FS-8867 Adding changes to the debian package building 2016-02-24 16:13:29 -08: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
Brian West bcbb2fd873 FS-8862 auto adjust on passthru 2016-02-24 17:28:23 -06: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
Anthony Minessale cd2c86b427 update verto-min 2016-02-24 11:53:18 -06:00
Anthony Minessale 3ea388f7e6 add pic 2016-02-24 11:18:35 -06:00
Michael Jerris d57c6ec48a import libyuv at hash 38d37a5 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-02-23 14:32:34 -05:00
Michael Jerris 1ffc801957 add libvpx 89cc6825 (matching current chrome canary) from repo https://chromium.googlesource.com/webm/libvpx 2016-02-23 14:08:26 -05:00
Brian West 4f7a29de5e test script 2016-02-23 11:00:21 -06:00
Anthony Minessale e0657a82e0 FS-8842 #comment please try this patch on latest master 2016-02-22 13:31:22 -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
Anthony Minessale 3bd26eaa6b FS-8847 #resolve [Silence Error on shutdown of video call] 2016-02-19 09:34:38 -06:00
Anthony Minessale 9f4f67df5d FS-8821 2016-02-18 17:04:01 -06:00
Mike Jerris 771d503579 Merge pull request #709 in FS/freeswitch from ~CRIENZO/freeswitch:bugfix/FS-8806 to master
* commit '94c11e41d29f3ba3201b2e1e86c86cc592d7e359':
  FS-8806 Change group_confirm_cancel_timeout to apply only to the legs that answer the call.
2016-02-18 12:45:03 -06:00
Anthony Minessale a1fff59c25 FS-7132 2016-02-18 11:44:16 -06:00
Anthony Minessale II 3242dc58ef Merge pull request #710 in FS/freeswitch from feature/FS-8688-implement-vp9-draft-uberti-payload to master
* commit '5b456b395cd2f907b10ff2aaa29531d7843b968d':
  FS-8688 #resolve [Implement VP9 draft uberti payload 01 and libVPX 1.5]
2016-02-17 16:48:26 -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
Ken Rice 59a8dede02 small tweak to debian package build script 2016-02-17 16:32:08 -06:00
Anthony Minessale 2b5f40b38e FS-8811 #resolve [FS 1.7 crashes intermittently] 2016-02-17 15:15:14 -06:00
Chris Rienzo 94c11e41d2 FS-8806 Change group_confirm_cancel_timeout to apply only to the legs that answer the call. 2016-02-17 11:19:04 -05:00
Italo Rossi a0841e8606 FS-8839 - [verto_communicator] Fix screenshare when caller is transferred to another conference. 2016-02-17 11:14:35 -03: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
Steve Underwood 2d46e0af01 FAX now applies the T1 timer properly after mid call returns to phase B. 2016-02-12 13:37:32 +08:00
Mike Jerris 05e80d4302 Merge pull request #708 in FS/freeswitch from bugfix/FS-8830-core-media-sdp-line-separator-needs to master
* commit '00ac46bd98528a90d354a07ad7f3f6508fd45d59':
  FS-8830 SDP line separator fix for SDP generated by the core
2016-02-11 12:49:19 -06:00
William King 00ac46bd98 FS-8830 SDP line separator fix for SDP generated by the core
Sofia when giving an SDP through SOA was parsing the SDP and rewriting
it. For endpoints that use the core SDP as is will have more accurate
SDP now.
2016-02-11 12:46:31 -06: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
Anthony Minessale cb280ab14b FS-8821 #resolve [Check for status of executed operation] 2016-02-10 14:55:20 -06:00
Ken Rice a80c67e375 FS-8818 #resolve refactor X-PRE include to not toss error if there are not files that match the include 2016-02-09 16:38:47 -06:00
Michael Jerris 7f5af042be FS-8814: fix build on older libedit 2016-02-09 12:38:40 -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
Anthony Minessale eea9f03ddd FS-8816 #resolve [switch_hashtable_insert_destructor() returns 0/-1 but switch_core_hash_insert_destructor never checks this] 2016-02-09 10:45:29 -06:00
Mike Jerris 79e2d4ed93 Merge pull request #701 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/FS-8809-avmd-compilation-fails-if-fastmath to master
* commit 'b8a8c88572cb0195aa274ed7bf07a6fe2fba1b06':
  FS-8809 fix MAP_POPULATE undeclared
2016-02-09 09:51:33 -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
Mike Jerris c7cb9d51bf Merge pull request #702 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8812-switch_channel_check_signal-in_thread_only to master
* commit 'e24c3939791657b7bf771bec11a3c7b3f1473ed8':
  FS-8812 Respect in_thread_only parameter in switch_channel_check_signal()
2016-02-08 12:44:14 -06:00
Ken Rice 1b28dadc16 FS-8808 #resolve fixed ^D in fs_cli with editline to delete char under cursor, not just backspace 2016-02-08 12:42:41 -06:00
Artur Zaprzała e24c393979 FS-8812 Respect in_thread_only parameter in switch_channel_check_signal() 2016-02-08 15:04:02 +01: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
Seven Du f04a935ff9 FS-6544 fix return type 2016-02-06 17:01:32 +08:00
Anthony Minessale II 34f02b1c0e Merge pull request #699 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/FS-8808-avmd-code-refactor to master
* commit '5216adef09990f3b963dc2f9b99c000cf120c885':
  refactor: fix comments
  refactor: fix comments
  refactor: fix comments
2016-02-05 16:11:57 -06: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 d60ea97157 FS-6833 2016-02-05 13:03:15 -06:00
Anthony Minessale f96e016135 FS-6544 2016-02-05 11:56:44 -06:00