Commit Graph

30542 Commits

Author SHA1 Message Date
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
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 19a86d55a5 FS-6833 2016-02-04 17:37:42 -06:00
Anthony Minessale dd2ad0e300 FS-6833 2016-02-04 15:25:33 -06:00
Italo Rossi 3ef684108c Merge pull request #694 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8805-verto-communicator-doesn-t-work-with to master
* commit '70b142410bb541e8c71b62f6846233ae56f19c99':
  FS-8805: sanity check on array
  FS-8805: sanity check on array
2016-02-04 12:01:03 -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
Mike Jerris ad09a72eab Merge pull request #697 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8779-freebsd-src-mod-formats-mod_shout-mod_shout.c to master
* commit '3cb04ced217c5ac00e2d6ce70b9ae4315c1e32dd':
  FS-8779: [mod_shout] properly detect lame/lame.h
2016-02-04 11:05:50 -06:00
Corey Smith 3cb04ced21 FS-8779: [mod_shout] properly detect lame/lame.h
* Add correct mp3lame configure check since it does not use pkg-config
* Update mod_shout Makefile to log failure message if mp3lame not available
* Rewrite #include for lame.h to lame/lame.h in mod_shout.c
2016-02-03 20:45:39 -05:00
Anthony Minessale II 6914808402 Merge pull request #696 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/refactor to master
* commit 'bfe2ba45ecc57189b587ad8dc95c50b1b9cf8613':
  refactor: fix comments
2016-02-03 18:14:45 -06:00
Piotr Gregor bfe2ba45ec refactor: fix comments
Simple, independent change with no side effects.
2016-02-03 23:43:20 +00:00
Anthony Minessale 93587f21bb FS-6833 ammendium 2016-02-03 11:28:13 -06:00
Anthony Minessale II 993c6e85aa Merge pull request #695 in FS/freeswitch from bugfix/FS-8726-spurious-case-of-thread-stuck-and to master
* commit '49462bfe00b1e3e7083093d00421f41a207eea92':
  FS-8726 #resolve [Spurious case of thread stuck and saturating CPU]
2016-02-03 11:11:18 -06:00
Anthony Minessale 49462bfe00 FS-8726 #resolve [Spurious case of thread stuck and saturating CPU] 2016-02-03 11:12:05 -06:00
Davide Colombo 70b142410b FS-8805: sanity check on array 2016-02-03 17:36:14 +01:00
Davide Colombo bbca264940 FS-8805: sanity check on array 2016-02-03 17:11:25 +01:00
Brian West 277ce6d0de FS-8789: remove ability to swap to personal canvas while recording and prevent recording while personal canvas is on. 2016-02-02 17:34:02 -06:00
Anthony Minessale 46ebf3cea7 FS-6833 #resolve [Allow Freeswitch to initiate Late offer calls.] #comment Regression from addition of custom variables 2016-02-02 17:15:27 -06:00
Brian West 6f936349f7 FS-8789 fix warning thats printed when it shouldn't be 2016-02-02 11:18:09 -06:00
William King 1cb7a5ba43 Clean up whitespace, and remove surplus log line at crit level. #NOWIR 2016-02-01 17:58:12 -08:00
Anthony Minessale 60bd4bec38 FS-8802 #resolve [RTP stops sending audio when sent timestamp rolls over] 2016-02-01 16:23:43 -06:00
Corey Smith 30077789d5 FS-8778 #resolve FreeBSD: src/mod/endpoints/mod_verto/ws.h define __bswap_64 2016-01-31 05:09:38 -05:00
Italo Rossi fe5fd7667a FS-8768 - [mod_callcenter] Releasing db handle after reserving agent 2016-01-30 22:35:32 -03:00
Mike Jerris caff4d8b4e Merge pull request #661 in FS/freeswitch from ~ANDEE/freeswitch:bugfix/FS-8424-commit-8f343939dc7f63f6a1686941e7d34e1cbf27a1c3 to master
* commit '92ac448c951e575a8b9b417f5e8e5ed05341b586':
  FS-8424 fix for default rounding values
2016-01-29 11:51:40 -06:00