]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoFS-8816 #resolve [switch_hashtable_insert_destructor() returns 0/-1 but switch_core_h...
Anthony Minessale [Tue, 9 Feb 2016 16:45:29 +0000 (10:45 -0600)] 
FS-8816 #resolve [switch_hashtable_insert_destructor() returns 0/-1 but switch_core_hash_insert_destructor never checks this]

10 years agoMerge pull request #701 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/FS-8809...
Mike Jerris [Tue, 9 Feb 2016 15:51:33 +0000 (09:51 -0600)] 
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

10 years agoFS-8809 fix MAP_POPULATE undeclared
Piotr Gregor [Sun, 7 Feb 2016 23:37:37 +0000 (23:37 +0000)] 
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.

10 years agoMerge pull request #702 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8812-switch_chann...
Mike Jerris [Mon, 8 Feb 2016 18:44:14 +0000 (12:44 -0600)] 
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()

10 years agoFS-8808 #resolve fixed ^D in fs_cli with editline to delete char under cursor, not...
Ken Rice [Mon, 8 Feb 2016 18:42:41 +0000 (12:42 -0600)] 
FS-8808 #resolve fixed ^D in fs_cli with editline to delete char under cursor, not just backspace

10 years agoFS-8812 Respect in_thread_only parameter in switch_channel_check_signal()
Artur Zaprzała [Mon, 8 Feb 2016 10:25:48 +0000 (11:25 +0100)] 
FS-8812 Respect in_thread_only parameter in switch_channel_check_signal()

10 years agoFS-8822 - [mod_callcenter] Realtime counter for calls in a queue
Rodrigo Ramírez Norambuena [Sun, 7 Feb 2016 22:36:47 +0000 (19:36 -0300)] 
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

10 years agoFS-6544 fix return type
Seven Du [Sat, 6 Feb 2016 09:01:32 +0000 (17:01 +0800)] 
FS-6544 fix return type

10 years agoMerge pull request #699 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/FS-8808...
Anthony Minessale II [Fri, 5 Feb 2016 22:11:57 +0000 (16:11 -0600)] 
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

10 years agoMerge branch 'bugfix/refactor' into bugfix/FS-8808-avmd-code-refactor
Piotr Gregor [Fri, 5 Feb 2016 21:53:01 +0000 (21:53 +0000)] 
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.

10 years agorefactor: fix comments
Piotr Gregor [Fri, 5 Feb 2016 00:37:33 +0000 (00:37 +0000)] 
refactor: fix comments

Applying code guidelines. No side effects.

10 years agoFS-6833
Anthony Minessale [Fri, 5 Feb 2016 19:03:15 +0000 (13:03 -0600)] 
FS-6833

10 years agoFS-6544
Anthony Minessale [Fri, 5 Feb 2016 17:56:44 +0000 (11:56 -0600)] 
FS-6544

10 years agorefactor: fix comments
Piotr Gregor [Fri, 5 Feb 2016 00:37:33 +0000 (00:37 +0000)] 
refactor: fix comments

Applying code guidelines. No side effects.

10 years agorefactor: fix comments
Piotr Gregor [Thu, 4 Feb 2016 23:14:19 +0000 (23:14 +0000)] 
refactor: fix comments

Applying code guidelines. No side effects.

10 years agoFS-6833
Anthony Minessale [Thu, 4 Feb 2016 23:37:42 +0000 (17:37 -0600)] 
FS-6833

10 years agoFS-6833
Anthony Minessale [Thu, 4 Feb 2016 21:25:33 +0000 (15:25 -0600)] 
FS-6833

10 years agoMerge pull request #694 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8805...
Italo Rossi [Thu, 4 Feb 2016 18:01:03 +0000 (12:01 -0600)] 
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

10 years agoMerge pull request #693 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8778...
Mike Jerris [Thu, 4 Feb 2016 17:08:30 +0000 (11:08 -0600)] 
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

10 years agoMerge pull request #697 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8779...
Mike Jerris [Thu, 4 Feb 2016 17:05:50 +0000 (11:05 -0600)] 
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

10 years agoFS-8779: [mod_shout] properly detect lame/lame.h
Corey Smith [Thu, 4 Feb 2016 01:45:39 +0000 (20:45 -0500)] 
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

10 years agoMerge pull request #696 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/refactor...
Anthony Minessale II [Thu, 4 Feb 2016 00:14:45 +0000 (18:14 -0600)] 
Merge pull request #696 in FS/freeswitch from ~TINKYWINKY/freeswitch:bugfix/refactor to master

* commit 'bfe2ba45ecc57189b587ad8dc95c50b1b9cf8613':
  refactor: fix comments

10 years agorefactor: fix comments
Piotr Gregor [Wed, 3 Feb 2016 23:43:20 +0000 (23:43 +0000)] 
refactor: fix comments

Simple, independent change with no side effects.

10 years agoFS-6833 ammendium
Anthony Minessale [Wed, 3 Feb 2016 17:28:13 +0000 (11:28 -0600)] 
FS-6833 ammendium

10 years agoMerge pull request #695 in FS/freeswitch from bugfix/FS-8726-spurious-case-of-thread...
Anthony Minessale II [Wed, 3 Feb 2016 17:11:18 +0000 (11:11 -0600)] 
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]

10 years agoFS-8726 #resolve [Spurious case of thread stuck and saturating CPU]
Anthony Minessale [Wed, 13 Jan 2016 17:26:12 +0000 (11:26 -0600)] 
FS-8726 #resolve [Spurious case of thread stuck and saturating CPU]

10 years agoFS-8805: sanity check on array
Davide Colombo [Wed, 3 Feb 2016 16:36:14 +0000 (17:36 +0100)] 
FS-8805: sanity check on array

10 years agoFS-8805: sanity check on array
Davide Colombo [Wed, 3 Feb 2016 16:11:25 +0000 (17:11 +0100)] 
FS-8805: sanity check on array

10 years agoFS-8789: remove ability to swap to personal canvas while recording and prevent record...
Brian West [Tue, 2 Feb 2016 23:33:56 +0000 (17:33 -0600)] 
FS-8789: remove ability to swap to personal canvas while recording and prevent recording while personal canvas is on.

10 years agoFS-6833 #resolve [Allow Freeswitch to initiate Late offer calls.] #comment Regression...
Anthony Minessale [Tue, 2 Feb 2016 23:15:20 +0000 (17:15 -0600)] 
FS-6833 #resolve [Allow Freeswitch to initiate Late offer calls.] #comment Regression from addition of custom variables

10 years agoFS-8789 fix warning thats printed when it shouldn't be
Brian West [Tue, 2 Feb 2016 17:18:04 +0000 (11:18 -0600)] 
FS-8789 fix warning thats printed when it shouldn't be

10 years agoClean up whitespace, and remove surplus log line at crit level. #NOWIR
William King [Tue, 2 Feb 2016 01:58:12 +0000 (17:58 -0800)] 
Clean up whitespace, and remove surplus log line at crit level. #NOWIR

10 years agoFS-8802 #resolve [RTP stops sending audio when sent timestamp rolls over]
Anthony Minessale [Mon, 1 Feb 2016 22:23:36 +0000 (16:23 -0600)] 
FS-8802 #resolve [RTP stops sending audio when sent timestamp rolls over]

10 years agoFS-8778 #resolve FreeBSD: src/mod/endpoints/mod_verto/ws.h define __bswap_64
Corey Smith [Sun, 31 Jan 2016 10:09:38 +0000 (05:09 -0500)] 
FS-8778 #resolve FreeBSD: src/mod/endpoints/mod_verto/ws.h define __bswap_64

10 years agoFS-8768 - [mod_callcenter] Releasing db handle after reserving agent
Italo Rossi [Sun, 31 Jan 2016 01:35:32 +0000 (22:35 -0300)] 
FS-8768 - [mod_callcenter] Releasing db handle after reserving agent

10 years agoFS-8799 [mod_callcenter] Add JSON API interface for mod_callcenter
rajeshvaya [Thu, 28 Jan 2016 08:38:00 +0000 (12:38 +0400)] 
FS-8799 [mod_callcenter] Add JSON API interface for mod_callcenter

Adding a JSON API interface to fetch data in the JSON format. It abides with the JSON command and its implementations by other modules like mod_verto.
It outputs the exactly same column names as the data in CLI.
Various listing of mod_callcenter data such as agents, queues, members, tiers are as follows below.

- Listing of agents
Command: `json {"command": "callcenter_config", "format": "pretty", "data": {"arguments":"agent list"}}`

- Listing of queues
Command: `json {"command": "callcenter_config", "format": "pretty", "data": {"arguments":"queue list"}}`

- Listing of agents for a queue
Command: `json {"command": "callcenter_config", "data": {"arguments":"queue list agents", "queue_name":"support@default"}}`
(`queue_name` is a required)

- Listing of members(callers) for a queue
Command: `json {"command": "callcenter_config", "data": {"arguments":"queue list members", "queue_name":"support@default"}}`

- Listing of tiers for a queue
Command: `json {"command": "callcenter_config","data": {"arguments":"queue list tiers", "queue_name":"support@default"}}`

- Listing of members(callers)
Command: `json {"command": "callcenter_config","data": {"arguments":"member list"}}`

- Listing of tiers
Command: `json {"command": "callcenter_config","data": {"arguments":"tier list"}}`

It handles various errors and also returns back response in JSON as follow
E.g. Send a command without a required field (`queue_name`)
Command: `json {"command": "callcenter_config", "data": {"arguments":"queue list agents"}}`
Output: `{"command":"callcenter_config","data":{"arguments":"queue list agents"},"status":"error","message":"The command returned an error","response":{"error":"Missing data attribute: queue_name"}}`

10 years agoMerge pull request #661 in FS/freeswitch from ~ANDEE/freeswitch:bugfix/FS-8424-commit...
Mike Jerris [Fri, 29 Jan 2016 17:51:40 +0000 (11:51 -0600)] 
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

10 years agoMerge pull request #682 in FS/freeswitch from ~WAL-D/freeswitch:bugfix/FS-8775-mod_sa...
Mike Jerris [Fri, 29 Jan 2016 17:10:55 +0000 (11:10 -0600)] 
Merge pull request #682 in FS/freeswitch from ~WAL-D/freeswitch:bugfix/FS-8775-mod_say_de.c-is-missing-short_date_time to master

* commit 'f6e1056c9417f85024920fd4a6054b8b96b2bcbd':
  FS_8775 Add function SST_SHORT_DATE_TIME to mod_say_de.c and some language tweaks

10 years agoMerge pull request #684 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8777...
Mike Jerris [Fri, 29 Jan 2016 17:10:15 +0000 (11:10 -0600)] 
Merge pull request #684 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8777-FreeBSD to master

* commit '7129dc32c8599569bc31e737e5072f75c934959d':
  FS-8777 #resolve FreeBSD: mod_redis/credis.c missing netinet/in.h include

10 years agoMerge pull request #689 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8782...
Mike Jerris [Fri, 29 Jan 2016 17:07:06 +0000 (11:07 -0600)] 
Merge pull request #689 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8782-mod_verto-fails-to-build-on-solaris to master

* commit '2caa6efdacce9493a6a145aa6475d4b857fd4e9d':
  FS-8782: [mod_verto] fix build error for missing __bswap_64 on Solaris

10 years agoMerge pull request #690 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8195...
Mike Jerris [Fri, 29 Jan 2016 17:05:19 +0000 (11:05 -0600)] 
Merge pull request #690 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8195-compatibility-with-solaris-11-process to master

* commit '4b9bf111d76495b0f97215ece8913e5a2c05ec07':
  Allow Solaris privileges to work on both Solaris and derivatives

10 years agoMerge pull request #683 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8776...
Mike Jerris [Fri, 29 Jan 2016 16:56:46 +0000 (10:56 -0600)] 
Merge pull request #683 in FS/freeswitch from ~CORSMITH/freeswitch:bugfix/FS-8776-parallel-build to master

* commit '28c23ab147a128f8a73156f65ca66b04359a4ab4':
  FS-8776 #resolve Support GNU make parallel builds

10 years agoFS-8776 #resolve Support GNU make parallel builds
Corey Smith [Wed, 27 Jan 2016 01:22:56 +0000 (20:22 -0500)] 
FS-8776 #resolve Support GNU make parallel builds

* Explicitly define dependency tree for several modules
* Enable parallel builds for libtiff and libspandsp
* Verify module is enabled before attempting build.  Allows
  the virtual targets to be used for ordering without forcing
  a build dependency.

10 years agoFS-8798 #resolve [Typo in verto FSRTC lib]
Anthony Minessale [Thu, 28 Jan 2016 22:30:25 +0000 (16:30 -0600)] 
FS-8798 #resolve [Typo in verto FSRTC lib]

10 years agoFS-8796 #resolve [issues with verto mcast]
Anthony Minessale [Thu, 28 Jan 2016 18:29:45 +0000 (12:29 -0600)] 
FS-8796 #resolve [issues with verto mcast]

10 years agoMerge pull request #673 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8758...
Italo Rossi [Thu, 28 Jan 2016 17:52:19 +0000 (11:52 -0600)] 
Merge pull request #673 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8758-fix-scroll-bar-in-call-history to master

* commit '9f7afc4bed01dc97ee1124b55d10f48d401315cd':
  FS-8758: scroll properly numbers in call history div

10 years agoFS-8792: apply video resolution on combobox video quality changes
Davide Colombo [Thu, 28 Jan 2016 15:50:17 +0000 (16:50 +0100)] 
FS-8792: apply video resolution on combobox video quality changes

10 years agoAllow Solaris privileges to work on both Solaris and derivatives
Spencer Thomason [Thu, 28 Jan 2016 03:54:47 +0000 (19:54 -0800)] 
Allow Solaris privileges to work on both Solaris and derivatives

Solaris does not have PRIV_PROC_PRIOUP but SmartOS does.  This allows
fallback to this privilege on supported platforms

FS-8195 #resolve

10 years agoFS-8782: [mod_verto] fix build error for missing __bswap_64 on Solaris
Spencer Thomason [Thu, 28 Jan 2016 03:44:59 +0000 (19:44 -0800)] 
FS-8782: [mod_verto] fix build error for missing __bswap_64 on Solaris

10 years agoFS-8595 lower the q size by 1
Anthony Minessale [Wed, 27 Jan 2016 20:02:40 +0000 (14:02 -0600)] 
FS-8595 lower the q size by 1

10 years agoFS-8788 Enabling stacksize limits for Debian packaging
William King [Wed, 27 Jan 2016 19:53:59 +0000 (11:53 -0800)] 
FS-8788 Enabling stacksize limits for Debian packaging

10 years agoFS-8787 #resolve [fs_cli prompt modifications]
Anthony Minessale [Wed, 27 Jan 2016 18:01:14 +0000 (12:01 -0600)] 
FS-8787 #resolve [fs_cli prompt modifications]

10 years agoFS-8786 #resolve [rtp-timeout-sec on profile triggers when receiving T.38 UDPTL frames]
Anthony Minessale [Wed, 27 Jan 2016 16:49:34 +0000 (10:49 -0600)] 
FS-8786 #resolve [rtp-timeout-sec on profile triggers when receiving T.38 UDPTL frames]

10 years agoApplied the Sangoma patch to FS version 1.2 in order to port to FS v1.6+
William King [Wed, 27 Jan 2016 04:05:47 +0000 (20:05 -0800)] 
Applied the Sangoma patch to FS version 1.2 in order to port to FS v1.6+

Sourced from:
http://gitlab.sangoma.com/projects/CORE/repos/freetdm/browse/public_freeswitch/sangoma-FS-1.2.patch

10 years agoFS-8777 #resolve FreeBSD: mod_redis/credis.c missing netinet/in.h include
Corey Smith [Wed, 27 Jan 2016 02:13:31 +0000 (21:13 -0500)] 
FS-8777 #resolve FreeBSD: mod_redis/credis.c missing netinet/in.h include

10 years agoFS-8656: Fix switch_event_channel_broadcast identifier redeclared
Spencer Thomason [Tue, 26 Jan 2016 20:35:59 +0000 (15:35 -0500)] 
FS-8656: Fix switch_event_channel_broadcast identifier redeclared

10 years agoFS-8770 #resolve [media_bug_answer_req=true results in a file being created for unans...
Anthony Minessale [Tue, 26 Jan 2016 17:00:41 +0000 (11:00 -0600)] 
FS-8770 #resolve [media_bug_answer_req=true results in a file being created for unanswered calls]

10 years agoFS_8775 Add function SST_SHORT_DATE_TIME to mod_say_de.c and some language tweaks
Chris Walder [Mon, 25 Jan 2016 20:07:40 +0000 (21:07 +0100)] 
FS_8775 Add function SST_SHORT_DATE_TIME to mod_say_de.c and some language tweaks

German voice-mail is broken since mod_say_de.c is missing function SST_SHORT_DATE_TIME.
Insert function SST_SHORT_DATE_TIME into mod_say_de.c (refering and equal to mod_say_en.c) and tweaks some german language issues.

10 years agoFS-8688 #comment add more detailed logs and tweak some params for the comming libvpx...
Seven Du [Mon, 25 Jan 2016 00:11:11 +0000 (08:11 +0800)] 
FS-8688 #comment add more detailed logs and tweak some params for the comming libvpx 1.5.0

seems 1.5.0 doesn't support postproc, returns VPX_CODEC_INCAPABLE if set

10 years agoFixed the application of the T.30 T1 timeout in faxing.
Steve Underwood [Sat, 23 Jan 2016 17:58:36 +0000 (01:58 +0800)] 
Fixed the application of the T.30 T1 timeout in faxing.

10 years agoupdate my email address
Ken Rice [Fri, 22 Jan 2016 22:43:23 +0000 (16:43 -0600)] 
update my email address

10 years agoMerge pull request #678 in FS/freeswitch from ~KATHLEEN.KING/freeswitch:api-complete2...
Mike Jerris [Fri, 22 Jan 2016 22:40:02 +0000 (16:40 -0600)] 
Merge pull request #678 in FS/freeswitch from ~KATHLEEN.KING/freeswitch:api-complete2 to master

* commit 'e5b5b9b2d8dd598ce51f1beed170141c002f91c9':
  FS-8111 [mod_sofia] 'sofia' API command auto-complete cleanup

10 years agoMerge pull request #648 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature...
Mike Jerris [Fri, 22 Jan 2016 21:31:35 +0000 (15:31 -0600)] 
Merge pull request #648 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-8685-conference-relate-multiple-members to master

* commit '75f94438bc85ca7394220279d65aea4164d9c060':
  FS-8685: multiple member arguments for conference relate api command

10 years agoFS-8685: multiple member arguments for conference relate api command
Chad Phillips [Fri, 22 Jan 2016 19:13:47 +0000 (12:13 -0700)] 
FS-8685: multiple member arguments for conference relate api command

multiple member arguments can be separated by a comma, eg:

  conference foo relate 1 2,3,4 nohear
  conference foo relate 1,2 3 nospeak

10 years agoMerge pull request #652 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8571...
Anthony Minessale II [Fri, 22 Jan 2016 05:32:49 +0000 (23:32 -0600)] 
Merge pull request #652 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8571-configure-with-disable-srtp-breaks to master

* commit 'e3e6bd875747c379ae78e7528dc66ce210c24ed9':
  Add missing ENABLE_SRTP ifdef to allow building without SRTP

10 years agoFS-8111 [mod_sofia] 'sofia' API command auto-complete cleanup
Kathleen King [Fri, 22 Jan 2016 02:34:56 +0000 (18:34 -0800)] 
FS-8111 [mod_sofia] 'sofia' API command auto-complete cleanup

10 years agoMerge pull request #671 in FS/freeswitch from ~IVO/freeswitch:bugfix/FS-8756-dutch...
Mike Jerris [Thu, 21 Jan 2016 22:42:10 +0000 (16:42 -0600)] 
Merge pull request #671 in FS/freeswitch from ~IVO/freeswitch:bugfix/FS-8756-dutch-localisation-issues-in-mod_say_nl to master

* commit '5d140310bdb64982e3a184436b7c5c7c32be4e8c':
  FS-8756: [mod_say_nl] Improve dutch localisation

10 years agoMerge pull request #674 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-8763...
Mike Jerris [Thu, 21 Jan 2016 18:00:14 +0000 (12:00 -0600)] 
Merge pull request #674 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-8763 to master

* commit 'f80d6cc5517c6886dc15dc446c0519811c55d04e':
  FS-8763 [mod_sofia] set is_auth on switch_ivr_set_user result

10 years agoFS-8759 #resolve [segfault on 1.7] #comment please update to master
Anthony Minessale [Wed, 20 Jan 2016 17:56:10 +0000 (11:56 -0600)] 
FS-8759 #resolve [segfault on 1.7] #comment please update to master

10 years agoFS-8763 [mod_sofia] set is_auth on switch_ivr_set_user result
Luis Azedo [Wed, 20 Jan 2016 16:09:17 +0000 (16:09 +0000)] 
FS-8763 [mod_sofia] set is_auth on switch_ivr_set_user result

10 years agoMerge pull request #669 in FS/freeswitch from ~ICEHESS/freeswitch:feature/FS-8737...
Mike Jerris [Tue, 19 Jan 2016 20:18:04 +0000 (14:18 -0600)] 
Merge pull request #669 in FS/freeswitch from ~ICEHESS/freeswitch:feature/FS-8737-add-bill_msec-variable-to-default to master

* commit 'dee37afbb34990dea5d77e038cd5f55212893b97':
  FS-8737: [mod_kazoo] Add require vars to default filter

10 years agoFS-8737: [mod_kazoo] Add require vars to default filter
Hesaam Farhang [Fri, 15 Jan 2016 23:02:01 +0000 (15:02 -0800)] 
FS-8737: [mod_kazoo] Add require vars to default filter

10 years agoFS-8758: scroll properly numbers in call history div
Davide Colombo [Tue, 19 Jan 2016 16:02:58 +0000 (17:02 +0100)] 
FS-8758: scroll properly numbers in call history div

10 years agoFS-8756: [mod_say_nl] Improve dutch localisation
Leo Noordergraaf [Tue, 19 Jan 2016 10:19:30 +0000 (11:19 +0100)] 
FS-8756: [mod_say_nl] Improve dutch localisation

This change fixes various Dutch localisation issues.
Euro is used instead of Dollar
Some date/time digits are played different to be compatible with the Dutch language.

10 years agoFS-8721 last should only be set on the ones we skip that will not be destroyed
Anthony Minessale [Mon, 18 Jan 2016 21:25:19 +0000 (15:25 -0600)] 
FS-8721 last should only be set on the ones we skip that will not be destroyed

10 years agoMerge pull request #670 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-7776...
Mike Jerris [Mon, 18 Jan 2016 16:50:33 +0000 (10:50 -0600)] 
Merge pull request #670 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-7776 to master

* commit '4722992f66673680b510c5943f990955ca83cbc7':
  FS-7776 build kazoo module

10 years agoFS-7776 build kazoo module
Luis Azedo [Sun, 17 Jan 2016 16:10:14 +0000 (16:10 +0000)] 
FS-7776 build kazoo module

10 years agoand debug code vpx params
Seven Du [Fri, 15 Jan 2016 07:38:13 +0000 (15:38 +0800)] 
and debug code vpx params

10 years agoFS-8721 keep track of last on continue cases
Anthony Minessale [Fri, 15 Jan 2016 19:58:53 +0000 (13:58 -0600)] 
FS-8721 keep track of last on continue cases

10 years agoMerge pull request #668 in FS/freeswitch from bugfix/FS-8673-core-dump-on-playback...
Anthony Minessale II [Fri, 15 Jan 2016 19:49:32 +0000 (13:49 -0600)] 
Merge pull request #668 in FS/freeswitch from bugfix/FS-8673-core-dump-on-playback-after-decode to master

* commit '2db6cc18ea66a71edd8867d625be850395298886':
  FS-8673 #resolve [core dump on playback after "Decode Codec is not initialized!" log message]

10 years agoFS-8673 #resolve [core dump on playback after "Decode Codec is not initialized!"...
Anthony Minessale [Thu, 7 Jan 2016 00:48:16 +0000 (18:48 -0600)] 
FS-8673 #resolve [core dump on playback after "Decode Codec is not initialized!" log message]

10 years agoMerge pull request #667 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-8735:master...
Anthony Minessale II [Fri, 15 Jan 2016 19:41:37 +0000 (13:41 -0600)] 
Merge pull request #667 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-8735:master to master

* commit 'b17602be09769e3f119b1eda41d9ad1806afc15d':
  FS-8735 display update support for Panasonic devices

10 years agoFS-8721 #resolve [Bug removal at call end causes eavesdrop memory leak] #comment...
Anthony Minessale [Fri, 15 Jan 2016 19:29:29 +0000 (13:29 -0600)] 
FS-8721 #resolve [Bug removal at call end causes eavesdrop memory leak] #comment This should do it, bug_remove_all is called after destroy where it's more than safe to kill bugs indiscriminately

10 years agoFS-8736 #resolve [Missing MEMMOVE macro in spandsp autoconf]
Anthony Minessale [Fri, 15 Jan 2016 19:14:07 +0000 (13:14 -0600)] 
FS-8736 #resolve [Missing MEMMOVE macro in spandsp autoconf]

10 years agoFS-8713 #resolve [crash on bad video rtp stream] #comment Pushed a patch to make...
Anthony Minessale [Fri, 15 Jan 2016 17:26:30 +0000 (11:26 -0600)] 
FS-8713 #resolve [crash on bad video rtp stream] #comment Pushed a patch to make the sizes match.  This was the original intention since we want to preserve the packet as-is while in the jb

10 years agoFS-8735 display update support for Panasonic devices
François [Fri, 15 Jan 2016 11:00:57 +0000 (12:00 +0100)] 
FS-8735 display update support for Panasonic devices

10 years agoFS-8734 #resolve [Video JitterBuffer Cleanup]
Anthony Minessale [Thu, 14 Jan 2016 23:38:03 +0000 (17:38 -0600)] 
FS-8734 #resolve [Video JitterBuffer Cleanup]

10 years agoMerge pull request #666 in FS/freeswitch from feature/FS-8728-mod_amqp-add-logging...
William King [Thu, 14 Jan 2016 22:46:34 +0000 (16:46 -0600)] 
Merge pull request #666 in FS/freeswitch from feature/FS-8728-mod_amqp-add-logging-ability to master

* commit 'e7d2083263319499fbdf897e22fdb24ab3d81b55':
  FS-8728 default configs
  FS-8728 Adding logging profile and functionality

10 years agoFS-8728 default configs
William King [Thu, 14 Jan 2016 22:45:51 +0000 (14:45 -0800)] 
FS-8728 default configs

10 years agoFS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update...
Anthony Minessale [Thu, 14 Jan 2016 21:12:01 +0000 (15:12 -0600)] 
FS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update and retest

10 years agoFS-8728 Adding logging profile and functionality
William King [Wed, 13 Jan 2016 22:22:57 +0000 (14:22 -0800)] 
FS-8728 Adding logging profile and functionality

10 years agoFS-8720 #resolve [Segmentation Fault when switch_channel_str2cause is called]
Anthony Minessale [Tue, 12 Jan 2016 22:29:37 +0000 (16:29 -0600)] 
FS-8720 #resolve [Segmentation Fault when switch_channel_str2cause is called]

10 years agoRevert "FS-8720: [core] allow passing in blank/null to session::hangup to mean NORMAL...
Michael Jerris [Tue, 12 Jan 2016 18:03:01 +0000 (13:03 -0500)] 
Revert "FS-8720: [core] allow passing in blank/null to session::hangup to mean NORMAL_CLEARING hangup cause instead of segfault"
wrong fix for this issue
This reverts commit 3304492b411c46376d9b0d4dbe512c08390e4836.

10 years agoMerge pull request #665 in FS/freeswitch from ~CXREG/freeswitch-8721:master to master
Mike Jerris [Tue, 12 Jan 2016 17:58:39 +0000 (11:58 -0600)] 
Merge pull request #665 in FS/freeswitch from ~CXREG/freeswitch-8721:master to master

* commit '7020d21e292090c4dc644fa47df1a3a9bd98ba78':
  FS-8721: avoid memory leak when removing thread-locked bugs

10 years agoFS-8719: [mod_conference] fix seg when building without video support, but specifying...
Michael Jerris [Tue, 12 Jan 2016 17:25:36 +0000 (12:25 -0500)] 
FS-8719: [mod_conference] fix seg when building without video support, but specifying video_mute_png variable for a conference member

10 years agoFS-8720: [core] allow passing in blank/null to session::hangup to mean NORMAL_CLEARIN...
Michael Jerris [Tue, 12 Jan 2016 15:56:41 +0000 (10:56 -0500)] 
FS-8720: [core] allow passing in blank/null to session::hangup to mean NORMAL_CLEARING hangup cause instead of segfault

10 years agoFS-8721: avoid memory leak when removing thread-locked bugs
Dave Olszewski [Tue, 12 Jan 2016 09:27:03 +0000 (01:27 -0800)] 
FS-8721: avoid memory leak when removing thread-locked bugs

10 years agoFS-8716
Anthony Minessale [Fri, 8 Jan 2016 23:18:12 +0000 (17:18 -0600)] 
FS-8716

10 years agoAdding a file extension to the package build logs
William King [Fri, 8 Jan 2016 18:14:19 +0000 (10:14 -0800)] 
Adding a file extension to the package build logs

10 years agoFS-8715: [mod_sofia] make the oubound_proxy on the profile consistent with how we...
Brian West [Fri, 8 Jan 2016 17:06:12 +0000 (11:06 -0600)] 
FS-8715: [mod_sofia] make the oubound_proxy on the profile consistent with how we do the same thing on the gateway