]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
9 years ago[mod_sofia] FS-9966 fix private ip in contact header when invite w/ nosdp
Antonio [Tue, 24 Jan 2017 14:11:01 +0000 (15:11 +0100)] 
[mod_sofia] FS-9966 fix private ip in contact header when invite w/ nosdp

9 years agoFS-9965 [mod_hiredis] release context after getting alternate connection
Chris Rienzo [Mon, 23 Jan 2017 20:37:13 +0000 (15:37 -0500)] 
FS-9965 [mod_hiredis] release context after getting alternate connection

9 years agoFS-9965 [mod_hiredis] Improvements for performance, memory utilization, and resiliency.
Chris Rienzo [Fri, 20 Jan 2017 13:50:42 +0000 (08:50 -0500)] 
FS-9965 [mod_hiredis] Improvements for performance, memory utilization, and resiliency.

   Pipelining of requests to improve throughput
     -- new parameter max-pipelined-requests (default 20) for maximum number of requests to batch at one time

   Deletion of counter keys when zero
     -- new parameter delete-when-zero (default false) to enable.  This will cause a redis eval to execute to decrement counters instead of DECR.

   Detection of negative limit counters
     -- Self healing of negative counters (due to key eviction, etc)

9 years agoRevert "FS-9970 build debug Makefile.openbsd until it successfully builds FreeSWITCH...
Mike Jerris [Mon, 23 Jan 2017 18:04:58 +0000 (13:04 -0500)] 
Revert "FS-9970 build debug Makefile.openbsd until it successfully builds FreeSWITCH. Add additional pkg dependencies. Replace wget with native OpenBSD ftp command"

This reverts commit 68ec2a68ac1f2bd8df022cd02edbab1112ef00c3.

9 years agoMerge pull request #1163 in FS/freeswitch from ~SYSFU/freeswitch:bugfix/FS-9968-updat...
Brian West [Mon, 23 Jan 2017 16:30:41 +0000 (10:30 -0600)] 
Merge pull request #1163 in FS/freeswitch from ~SYSFU/freeswitch:bugfix/FS-9968-update-and-debug-OpenBSD-Makefile to master

* commit '68ec2a68ac1f2bd8df022cd02edbab1112ef00c3':
  FS-9968 build debug Makefile.openbsd until it successfully builds FreeSWITCH. Add additional pkg dependencies. Replace wget with native OpenBSD ftp command
  bump build tool and dependency version numbers.

9 years agoFS-9968 build debug Makefile.openbsd until it successfully builds FreeSWITCH. Add...
Seth [Sun, 22 Jan 2017 18:34:12 +0000 (10:34 -0800)] 
FS-9968 build debug Makefile.openbsd until it successfully builds FreeSWITCH. Add additional pkg dependencies. Replace wget with native OpenBSD ftp command

9 years agobump build tool and dependency version numbers.
Seth [Sun, 22 Jan 2017 16:37:51 +0000 (08:37 -0800)] 
bump build tool and dependency version numbers.

9 years agoFS-9953 [mod_av] Add mod_av to windows build
Andrey Volk [Wed, 18 Jan 2017 01:49:05 +0000 (04:49 +0300)] 
FS-9953 [mod_av] Add mod_av to windows build

9 years agoFS-9959 [mod_spandsp] Add two new channel variables
Chris Rienzo [Thu, 19 Jan 2017 19:50:51 +0000 (14:50 -0500)] 
FS-9959 [mod_spandsp] Add two new channel variables
   fax_t38_tx_reinvite_packet_count - overrides t38-tx-reinvite-packet-count param in spandsp.conf
   fax_t38_rx_reinvite_packet_count - overrides t38-rx-reinvite-packet-count param in spandsp.conf

9 years agoFS-9958
Anthony Minessale [Thu, 19 Jan 2017 16:51:24 +0000 (10:51 -0600)] 
FS-9958

9 years agoFS-9958
Anthony Minessale [Wed, 18 Jan 2017 21:12:08 +0000 (15:12 -0600)] 
FS-9958

9 years agoFS-9958: [freeswitch-core,mod_local_stream] Add agc object and use it in mod_local_st...
Anthony Minessale [Wed, 18 Jan 2017 19:19:41 +0000 (13:19 -0600)] 
FS-9958: [freeswitch-core,mod_local_stream] Add agc object and use it in mod_local_stream #resolve

9 years agoMerge pull request #1157 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-9955...
Mike Jerris [Wed, 18 Jan 2017 16:41:28 +0000 (10:41 -0600)] 
Merge pull request #1157 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-9955 to master

* commit '606d5354788c2c78e5e87f772e0069cbefe6ba93':
  FS-9955 [mod_kazoo] set profile var when setting channel var

9 years agoFS-9954: [freeswitch-core] Crash on switch_ivr_intercept_session due null pointer...
Anthony Minessale [Wed, 18 Jan 2017 16:40:39 +0000 (10:40 -0600)] 
FS-9954: [freeswitch-core] Crash on switch_ivr_intercept_session due null pointer for buuid #resolve

9 years agoMerge pull request #1154 in FS/freeswitch from ~DEDWARDS/freeswitch:feature/FS-9162...
Mike Jerris [Wed, 18 Jan 2017 16:27:02 +0000 (10:27 -0600)] 
Merge pull request #1154 in FS/freeswitch from ~DEDWARDS/freeswitch:feature/FS-9162-add-ability-to-include-the-external to master

* commit '15fd3f1353a8f08c2dba6a5d9a3560ec8717be12':
  FS-9162 Include external IP address in SDP if include_external_ip is set

9 years agoFS-9955 [mod_kazoo] set profile var when setting channel var
lazedo [Wed, 18 Jan 2017 04:56:52 +0000 (04:56 +0000)] 
FS-9955 [mod_kazoo] set profile var when setting channel var

9 years agoFS-9654 introduce origination_aleg_uuid
Anthony Minessale [Tue, 17 Jan 2017 22:45:22 +0000 (16:45 -0600)] 
FS-9654 introduce origination_aleg_uuid

9 years agoFS-9162 Include external IP address in SDP if include_external_ip is set
Dan Edwards [Mon, 16 Jan 2017 15:42:00 +0000 (10:42 -0500)] 
FS-9162 Include external IP address in SDP if include_external_ip is set

9 years agoMerge pull request #1146 in FS/freeswitch from bugfix/FS-9206-proxy-media-with-enable...
Mike Jerris [Tue, 17 Jan 2017 19:11:30 +0000 (13:11 -0600)] 
Merge pull request #1146 in FS/freeswitch from bugfix/FS-9206-proxy-media-with-enable-3pcc-proxy to master

* commit 'a597e216bc699567ddb77d1765cf095c3bb31183':
  FS-9206: [core] endable proxy media auto-adjust on re-invite for text and video every time as the streams may be being added on re-invite

9 years agoFS-9206: [core] endable proxy media auto-adjust on re-invite for text and video every...
Mike Jerris [Sat, 7 Jan 2017 00:12:25 +0000 (18:12 -0600)] 
FS-9206: [core] endable proxy media auto-adjust on re-invite for text and video every time as the streams may be being added on re-invite

9 years agoFS-9654
Anthony Minessale [Tue, 17 Jan 2017 01:13:24 +0000 (19:13 -0600)] 
FS-9654

9 years agoFS-9654 regression
Anthony Minessale [Mon, 16 Jan 2017 21:15:05 +0000 (15:15 -0600)] 
FS-9654 regression

9 years agoFS-9654 additional changes
Anthony Minessale [Mon, 16 Jan 2017 20:10:39 +0000 (14:10 -0600)] 
FS-9654 additional changes

9 years agoMerge pull request #1151 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9948...
Mike Jerris [Fri, 13 Jan 2017 20:56:09 +0000 (14:56 -0600)] 
Merge pull request #1151 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9948-add-mod_png-to-windows-build to master

* commit '7dce1172acb8784557977bdd02bcd9a8f9ef717a':
  FS-9948 [mod_png] Add mod_png to windows build

9 years agoFS-9948 [mod_png] Add mod_png to windows build
Andrey Volk [Fri, 13 Jan 2017 20:51:34 +0000 (23:51 +0300)] 
FS-9948 [mod_png] Add mod_png to windows build

9 years agoFS-9947 [verto_communicator] Do not try to parse empty chat messages
Italo Rossi [Fri, 13 Jan 2017 19:13:14 +0000 (16:13 -0300)] 
FS-9947 [verto_communicator] Do not try to parse empty chat messages

9 years agoFS-9946 [verto_communicator] Fixed video size when window is resized on canary
Italo Rossi [Fri, 13 Jan 2017 19:11:33 +0000 (16:11 -0300)] 
FS-9946 [verto_communicator] Fixed video size when window is resized on canary

9 years agoMerge pull request #1150 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9944...
Mike Jerris [Thu, 12 Jan 2017 21:21:05 +0000 (15:21 -0600)] 
Merge pull request #1150 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9944-add-core-video-support-to-windows to master

* commit '1f11deb0236145c6da3030a00541ffc34f71823d':
  FS-9944 [core] Add core video support to windows build

9 years agoFS-9944 [core] Add core video support to windows build
Andrey Volk [Thu, 12 Jan 2017 20:52:06 +0000 (23:52 +0300)] 
FS-9944 [core] Add core video support to windows build

9 years agoadditional test cases for FS-9943
Brian West [Thu, 12 Jan 2017 17:56:38 +0000 (11:56 -0600)] 
additional test cases for FS-9943

9 years agoFS-9943: [core] Default 488 handling for t.38 re-invite switches to udptl mode when...
Brian West [Thu, 12 Jan 2017 17:47:25 +0000 (11:47 -0600)] 
FS-9943: [core] Default 488 handling for t.38 re-invite switches to udptl mode when it should not. #resolve

9 years agoMerge pull request #1149 in FS/freeswitch from ~LAZEDO/freeswitch:bugfix/FS-9940...
Mike Jerris [Thu, 12 Jan 2017 16:57:55 +0000 (10:57 -0600)] 
Merge pull request #1149 in FS/freeswitch from ~LAZEDO/freeswitch:bugfix/FS-9940 to master

* commit '52e1785d947c8798de72457003660c05e2240651':
  [mod_sofia] FS-9940 fix finding a-leg parameter

9 years ago[mod_sofia] FS-9940 fix finding a-leg parameter
Luis Azedo [Thu, 12 Jan 2017 14:37:18 +0000 (08:37 -0600)] 
[mod_sofia] FS-9940 fix finding a-leg parameter

9 years agoFS-9934: [mod_redis] fix segfault on windows on close or connect failure
Mike Jerris [Wed, 11 Jan 2017 00:17:09 +0000 (18:17 -0600)] 
FS-9934: [mod_redis] fix segfault on windows on close or connect failure

9 years agoMerge pull request #1147 in FS/freeswitch from bugfix/FS-9931-display-updates-are...
Mike Jerris [Tue, 10 Jan 2017 23:07:41 +0000 (17:07 -0600)] 
Merge pull request #1147 in FS/freeswitch from bugfix/FS-9931-display-updates-are-sent-to-endpoints to master

* commit '5d5b815e426fa87392a6dd9657106664cb4caa42':
  FS-9931: [mod_sofia] don't send display updates to endpoints who don't have UPDATE in their Allow header

9 years agoFS-9933: [freeswitch-core] Fallback from native file failure to alternate ext #resolve
Anthony Minessale [Tue, 10 Jan 2017 23:00:18 +0000 (17:00 -0600)] 
FS-9933: [freeswitch-core] Fallback from native file failure to alternate ext #resolve

9 years agoFS-9931: [mod_sofia] don't send display updates to endpoints who don't have UPDATE...
Mike Jerris [Tue, 10 Jan 2017 21:39:02 +0000 (15:39 -0600)] 
FS-9931: [mod_sofia] don't send display updates to endpoints who don't have UPDATE in their Allow header

9 years agoFS-9932: [freeswitch-core] Error with group confirm feature combined with enterprise...
Anthony Minessale [Tue, 10 Jan 2017 22:06:33 +0000 (16:06 -0600)] 
FS-9932: [freeswitch-core] Error with group confirm feature combined with enterprise originate #resolve

9 years agoFS-9929: [core,mod_spandsp] Assert in switch_frame_buffer_dup when receiving a fax...
Anthony Minessale [Tue, 10 Jan 2017 17:20:20 +0000 (11:20 -0600)] 
FS-9929: [core,mod_spandsp] Assert in switch_frame_buffer_dup when receiving a fax using t.38 #resolve

9 years agoswigall
Anthony Minessale [Mon, 9 Jan 2017 22:57:52 +0000 (16:57 -0600)] 
swigall

9 years agoFS-9874 - implement use of translate:<profile> - squashed
Tihomir Culjaga [Wed, 4 Jan 2017 14:18:30 +0000 (08:18 -0600)] 
FS-9874 - implement use of translate:<profile> - squashed

9 years agoMerge pull request #1143 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-9924 to master
Ken Rice [Mon, 9 Jan 2017 19:56:51 +0000 (13:56 -0600)] 
Merge pull request #1143 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-9924 to master

%backport=1.6

* commit '392f09569455ccf5bced51ea5edc6642e57c0d97':
  FS-9924: Removed libvpx dependency from SPEC file.

9 years agoMerge pull request #1142 in FS/freeswitch from bugfix/FS-9844-sip_full_route-variable...
Mike Jerris [Mon, 9 Jan 2017 16:44:08 +0000 (10:44 -0600)] 
Merge pull request #1142 in FS/freeswitch from bugfix/FS-9844-sip_full_route-variable-doesnt-show to master

* commit 'f418baf7c85c91b79ecb1cd593b570f99a7c0e2d':
  FS-9844: [mod_sofia] populate sip_full_route var with all of the route headers, not just the first one

9 years agoswigall
Mike Jerris [Fri, 6 Jan 2017 23:13:39 +0000 (17:13 -0600)] 
swigall

9 years agoFS-9809: [mod_sofia] url encode caller id number before sticking it in the from heade...
Mike Jerris [Fri, 6 Jan 2017 22:16:16 +0000 (16:16 -0600)] 
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

9 years agoFS-9928 [mod_v8] Implement Event Hooks in JavaScript
Andrey Volk [Fri, 6 Jan 2017 18:57:20 +0000 (21:57 +0300)] 
FS-9928 [mod_v8] Implement Event Hooks in JavaScript

9 years agoFS-9924: Removed libvpx dependency from SPEC file.
Sergey Safarov [Fri, 6 Jan 2017 07:01:02 +0000 (02:01 -0500)] 
FS-9924: Removed libvpx dependency from SPEC file.

9 years agoFS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a...
Brian West [Thu, 5 Jan 2017 22:34:11 +0000 (16:34 -0600)] 
FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a-leg when using T38 gateway mode #resolve

9 years agoFS-9844: [mod_sofia] populate sip_full_route var with all of the route headers, not...
Mike Jerris [Thu, 5 Jan 2017 22:02:17 +0000 (16:02 -0600)] 
FS-9844: [mod_sofia] populate sip_full_route var with all of the route headers, not just the first one

9 years agoFS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a...
Brian West [Thu, 5 Jan 2017 21:51:52 +0000 (15:51 -0600)] 
FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a-leg when using T38 gateway mode #resolve

9 years agoFS-9915: [mod_sofia] fix non null terminated parsed sip body being passed in when...
Mike Jerris [Thu, 5 Jan 2017 21:06:42 +0000 (15:06 -0600)] 
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

9 years agoFS-9906: [mod_conference] Member join/part in conference shows webcam briefly during...
Anthony Minessale [Wed, 4 Jan 2017 23:08:07 +0000 (17:08 -0600)] 
FS-9906: [mod_conference] Member join/part in conference shows webcam briefly during slide transition #resolve

9 years agoFS-9916: [mod_spandsp] OB fax calls go zombie #resolve
Brian West [Wed, 4 Jan 2017 22:13:47 +0000 (16:13 -0600)] 
FS-9916: [mod_spandsp] OB fax calls go zombie  #resolve

9 years agoMerge pull request #1137 in FS/freeswitch from ~KIDPLUG/freeswitch-kp:bugfix/FS-9917...
Mike Jerris [Wed, 4 Jan 2017 18:58:57 +0000 (12:58 -0600)] 
Merge pull request #1137 in FS/freeswitch from ~KIDPLUG/freeswitch-kp:bugfix/FS-9917-switch_rtp-loses-the-current-packet to master

* commit '879c04b339fb4f0553e5d54d7f2b88a36e84695a':
  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

9 years agoFS-9917 [switch_rtp/core] Fix in do_flush to handle the current packet (if RFC2833...
chapman [Wed, 4 Jan 2017 18:56:48 +0000 (13:56 -0500)] 
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

9 years agoMerge pull request #1124 in FS/freeswitch from ~TCULJAGA/freeswitch_tc:bugfix/FS...
Mike Jerris [Wed, 4 Jan 2017 17:37:32 +0000 (11:37 -0600)] 
Merge pull request #1124 in FS/freeswitch from ~TCULJAGA/freeswitch_tc:bugfix/FS-9873-a1-hash_for_mod_verto to master

* commit '1f7a7e336f0d2d0d4c67ee45478bf9b759e0dda8':
  FS-9873 mod_verto a1-hash - squashed

9 years agoFS-9881 accidentally removed -1 for forever support
Anthony Minessale [Wed, 4 Jan 2017 17:00:22 +0000 (11:00 -0600)] 
FS-9881 accidentally removed -1 for forever support

9 years agoAdditional test cases for FS-9855
Brian West [Wed, 4 Jan 2017 16:32:47 +0000 (10:32 -0600)] 
Additional test cases for FS-9855

9 years agoFS-9873 mod_verto a1-hash - squashed
Tihomir Culjaga [Sun, 25 Dec 2016 22:30:54 +0000 (16:30 -0600)] 
FS-9873 mod_verto a1-hash - squashed

9 years agoFS-9206: [mod_sofia] proxy media with enable-3pcc=proxy does not properly pass audio...
Anthony Minessale [Wed, 4 Jan 2017 00:32:26 +0000 (18:32 -0600)] 
FS-9206: [mod_sofia] proxy media with enable-3pcc=proxy does not properly pass audio after 3pcc re-invite #resolve

9 years agoMerge pull request #1128 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-9896...
Mike Jerris [Tue, 3 Jan 2017 23:08:29 +0000 (17:08 -0600)] 
Merge pull request #1128 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-9896-mod_v8-implement-serving-configuration to master

* commit 'a3a8d7e6b3a2d48c49196be0d578c023588a006c':
  FS-9896 [mod_v8] Implement Serving Configuration with JavaScript

9 years agoMerge pull request #1134 in FS/freeswitch from ~J0SH/freeswitch:byereason to master
Mike Jerris [Tue, 3 Jan 2017 22:58:11 +0000 (16:58 -0600)] 
Merge pull request #1134 in FS/freeswitch from ~J0SH/freeswitch:byereason to master

* commit '7248a4f3eb0c956e17dc59ab2544e2ed4f0fa689':
  FS-9910 [mod_sofia]: Set SIP reason header for BYE events.

9 years agoFS-9912: [mod_conference] floor-only and file-only not working properly in canvas...
Anthony Minessale [Tue, 3 Jan 2017 21:29:57 +0000 (15:29 -0600)] 
FS-9912: [mod_conference] floor-only and file-only not working properly in canvas-layouts #resolve

9 years agoFS-9911: [mod_conference] Canvas not clearing when video playback of file is done...
Anthony Minessale [Tue, 3 Jan 2017 21:27:08 +0000 (15:27 -0600)] 
FS-9911: [mod_conference] Canvas not clearing when video playback of file is done #resolve

9 years agoFS-9881: [core] FS crashing when playing png file #resolve
Anthony Minessale [Tue, 3 Jan 2017 21:24:15 +0000 (15:24 -0600)] 
FS-9881: [core] FS crashing when playing png file #resolve

9 years agoFS-9910 [mod_sofia]: Set SIP reason header for BYE events.
Josh Allmann [Tue, 3 Jan 2017 21:14:36 +0000 (16:14 -0500)] 
FS-9910 [mod_sofia]: Set SIP reason header for BYE events.

9 years agoMerge pull request #1118 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-9877...
Mike Jerris [Tue, 3 Jan 2017 20:39:40 +0000 (14:39 -0600)] 
Merge pull request #1118 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-9877-mod_loopback-no-audio to master

* commit '5dfc63c126f664cff09ddc6d2a67e05c2426f940':
  FS-9877 [mod_loopback] fix no audio

9 years agoFS-9903: [msrp] fix namespacing and visibility of some structs
Mike Jerris [Tue, 3 Jan 2017 19:51:30 +0000 (13:51 -0600)] 
FS-9903: [msrp] fix namespacing and visibility of some structs

9 years agoFS-9860
Anthony Minessale [Tue, 3 Jan 2017 19:15:03 +0000 (13:15 -0600)] 
FS-9860

9 years agoFS-9860
Anthony Minessale [Tue, 3 Jan 2017 19:06:08 +0000 (13:06 -0600)] 
FS-9860

9 years agoMerge pull request #1129 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9897...
Mike Jerris [Tue, 3 Jan 2017 18:51:15 +0000 (12:51 -0600)] 
Merge pull request #1129 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9897-mod_v8-fix-visual-studio-2015-build to master

* commit '31fd8f3654913a5174b7a64bb5ee04df53b98fad':
  FS-9897 [mod_v8] Fix Visual Studio 2015 build

9 years agoFS-9903: [msrp] fix namespacing and visibility of some structs and defines for ssl...
Mike Jerris [Tue, 3 Jan 2017 18:46:02 +0000 (12:46 -0600)] 
FS-9903: [msrp] fix namespacing and visibility of some structs and defines for ssl private header

9 years agoFS-9898: [mod_sofia] Call hanging in FS if HOLD not successful #resolve
Anthony Minessale [Tue, 3 Jan 2017 18:01:48 +0000 (12:01 -0600)] 
FS-9898: [mod_sofia] Call hanging in FS if HOLD not successful  #resolve

9 years agoMerge pull request #1131 in FS/freeswitch from pr/1130 to master
Anthony Minessale II [Tue, 3 Jan 2017 00:06:54 +0000 (18:06 -0600)] 
Merge pull request #1131 in FS/freeswitch from pr/1130 to master

* commit 'c1abfaf4f8f2ec954d9a5ba745c874790e2d279c':
  FS-9903 #resolve #comment fix server side TLS and add client TLS support

9 years agoFS-9903 #resolve #comment fix server side TLS and add client TLS support
Seven Du [Mon, 2 Jan 2017 06:17:46 +0000 (14:17 +0800)] 
FS-9903 #resolve #comment fix server side TLS and add client TLS support

9 years agoFS-9903 WIP MSRP client mode support
Seven Du [Mon, 2 Jan 2017 02:24:53 +0000 (10:24 +0800)] 
FS-9903 WIP MSRP client mode support

9 years agoFS-7933 #comment fix incompatible time pointer
Seven Du [Sat, 31 Dec 2016 00:53:27 +0000 (08:53 +0800)] 
FS-7933 #comment fix incompatible time pointer

9 years agoFS-9206: [mod_sofia] proxy media with enable-3pcc=proxy does not properly pass audio...
Anthony Minessale [Fri, 30 Dec 2016 23:36:29 +0000 (17:36 -0600)] 
FS-9206: [mod_sofia] proxy media with enable-3pcc=proxy does not properly pass audio after 3pcc re-invite #resolve

9 years agoFS-9897 [mod_v8] Fix Visual Studio 2015 build
Andrey Volk [Thu, 29 Dec 2016 20:42:33 +0000 (23:42 +0300)] 
FS-9897 [mod_v8] Fix Visual Studio 2015 build

9 years ago[mod_callcenter] FS-9894: Removing reference to call_timeout, use leg_timeout instead
Italo Rossi [Thu, 29 Dec 2016 16:17:41 +0000 (13:17 -0300)] 
[mod_callcenter] FS-9894: Removing reference to call_timeout, use leg_timeout instead

9 years ago[mod_callcenter] FS-9891: Checking if we got a valid pointer for a queue
Italo Rossi [Thu, 29 Dec 2016 15:59:24 +0000 (12:59 -0300)] 
[mod_callcenter] FS-9891: Checking if we got a valid pointer for a queue

9 years agoFS-9896 [mod_v8] Implement Serving Configuration with JavaScript
Andrey Volk [Thu, 29 Dec 2016 00:58:22 +0000 (03:58 +0300)] 
FS-9896 [mod_v8] Implement Serving Configuration with JavaScript

9 years agoFS-9776: [mod_sofia] SIP Transfer generates high CPU #resolve
Brian West [Wed, 28 Dec 2016 18:39:58 +0000 (12:39 -0600)] 
FS-9776: [mod_sofia] SIP Transfer generates high CPU #resolve

9 years agoFS-9569: [mod_shout] close file handle when recording mp3 files that never get written to
Mike Jerris [Wed, 28 Dec 2016 18:21:45 +0000 (12:21 -0600)] 
FS-9569: [mod_shout] close file handle when recording mp3 files that never get written to

9 years ago[mod_callcenter] FS-9891: Get queue again to increase calls answered and abandoned
Italo Rossi [Wed, 28 Dec 2016 00:35:17 +0000 (21:35 -0300)] 
[mod_callcenter] FS-9891: Get queue again to increase calls answered and abandoned

9 years ago[mod_callcenter] FS-9347: Do not log as error when the member is gone just before...
Italo Rossi [Wed, 28 Dec 2016 00:19:57 +0000 (21:19 -0300)] 
[mod_callcenter] FS-9347: Do not log as error when the member is gone just before we assigned an agent, now logging as DEBUG

9 years ago[mod_callcenter] FS-9689 Fixed issue when agent rejects the call while hearing cc_out...
Italo Rossi [Wed, 28 Dec 2016 00:14:57 +0000 (21:14 -0300)] 
[mod_callcenter] FS-9689 Fixed issue when agent rejects the call while hearing cc_outbound_announce making member (caller) waiting on queue forever

9 years ago[mod_callcenter] FS-9723: Fixing cc_warning_tone, using switch_ivr_play_file instead...
Italo Rossi [Tue, 27 Dec 2016 23:49:59 +0000 (20:49 -0300)] 
[mod_callcenter] FS-9723: Fixing cc_warning_tone, using switch_ivr_play_file instead of queue private event

9 years agoMerge pull request #1126 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:feature...
Italo Rossi [Tue, 27 Dec 2016 22:36:40 +0000 (16:36 -0600)] 
Merge pull request #1126 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:feature/change-wss-server to master

* commit '10646ab9e3f03d1993fd443a48b7b541eb1d6802':
  [verto-communicator] - Added change server feature

9 years agoMerge pull request #1125 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-7933...
Mike Jerris [Tue, 27 Dec 2016 19:33:00 +0000 (13:33 -0600)] 
Merge pull request #1125 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-7933-v8-allow-non-blocking-socket-access to master

* commit '3f3cd7343ba3a9beecc9b6a074c9955e7c504afd':
  FS-7933 [mod_v8] Implement timeout property for Socket() class in javascript.

9 years agoMerge pull request #1084 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9792 to...
Mike Jerris [Tue, 27 Dec 2016 19:30:40 +0000 (13:30 -0600)] 
Merge pull request #1084 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9792 to master

* commit '8c1ed38d5eef031e4f471fe5f69ad052a9711997':
  FS-9792: Set channel variable based on the sip phone Accept Language SIP message

9 years agoMerge pull request #1110 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-9840...
Mike Jerris [Tue, 27 Dec 2016 18:36:58 +0000 (12:36 -0600)] 
Merge pull request #1110 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-9840-fix-some-warnings-V2 to master

* commit '8c94e6f57fd9adee5e6a12535811fff8e4d9ae46':
  FS-9840 mod_avmd: Fix implicit declaration warning
  FS-9840 sofia-sip: fix implicit declaration warning
  FS-9840 mod-verto: fix implicit declaration warning
  FS-9840 mod_sofia: fix redefine warning

9 years ago[verto-communicator] - Added change server feature
StefanYohansson [Tue, 27 Dec 2016 14:25:35 +0000 (11:25 -0300)] 
[verto-communicator] - Added change server feature

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.

9 years agoFS-7933 [mod_v8] Implement timeout property for Socket() class in javascript.
Andrey Volk [Tue, 27 Dec 2016 01:18:14 +0000 (04:18 +0300)] 
FS-7933 [mod_v8] Implement timeout property for Socket() class in javascript.

9 years agoFS-9840 mod_avmd: Fix implicit declaration warning
Sebastian Kemper [Tue, 13 Dec 2016 20:09:45 +0000 (21:09 +0100)] 
FS-9840 mod_avmd: Fix implicit declaration warning

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>
9 years agoFS-9840 sofia-sip: fix implicit declaration warning
Sebastian Kemper [Tue, 13 Dec 2016 19:33:02 +0000 (20:33 +0100)] 
FS-9840 sofia-sip: fix implicit declaration warning

This fixes the following compile-time warning:

cc1: note: someone does not honour COPTS correctly, passed 2 times
 LTCOMPILE tport_type_connect.lo
cc1: note: someone does not honour COPTS correctly, passed 2 times
 LTCOMPILE tport_type_ws.lo
cc1: note: someone does not honour COPTS correctly, passed 2 times
 LTCOMPILE ws.lo
cc1: note: someone does not honour COPTS correctly, passed 2 times
ws.c: In function 'hton64':
ws.c:730:14: error: implicit declaration of function '__bswap_64' [-Werror=implicit-function-declaration]
  else return __bswap_64(val);
              ^
cc1: all warnings being treated as errors
Makefile:1465: recipe for target 'ws.lo' failed
make[12]: *** [ws.lo] Error 1

Fix by including byteswap.h, which is available on Linux and also
everywhere glibc is used (wpa_supplicant includes this header the same
way).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
9 years agoFS-9840 mod-verto: fix implicit declaration warning
Sebastian Kemper [Tue, 13 Dec 2016 19:32:10 +0000 (20:32 +0100)] 
FS-9840 mod-verto: fix implicit declaration warning

This fixes the following compile-time warning:

making all mod_verto
make[7]: Entering directory '/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/src/mod/endpoints/mod_verto'
  CC       mod_verto_la-mod_verto.lo
  CC       mod_verto_la-ws.lo
ws.c: In function 'hton64':
ws.c:730:14: error: implicit declaration of function '__bswap_64' [-Werror=implicit-function-declaration]
  else return __bswap_64(val);
              ^
cc1: all warnings being treated as errors

Fix by including byteswap.h, which is available on Linux and also
everywhere glibc is used (wpa_supplicant includes this header the same
way).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
9 years agoFS-9840 mod_sofia: fix redefine warning
Sebastian Kemper [Tue, 13 Dec 2016 19:30:45 +0000 (20:30 +0100)] 
FS-9840 mod_sofia: fix redefine warning

This fixes the following compile-time warning:

make[8]: Entering directory '/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/src/mod/endpoints/mod_sofia'
  CC       mod_sofia_la-mod_sofia.lo
  CC       mod_sofia_la-sofia.lo
  CC       mod_sofia_la-sofia_glue.lo
  CC       mod_sofia_la-sofia_presence.lo
  CC       mod_sofia_la-sofia_reg.lo
  CC       mod_sofia_la-sofia_media.lo
  CC       mod_sofia_la-sip-dig.lo
In file included from sip-dig.c:137:0:
/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/libs/sofia-sip/libsofia-sip-ua/bnf/../../config.h:522:0: error: "__BYTE_ORDER" redefined [-Werror]
 #define __BYTE_ORDER __BIG_ENDIAN
 ^
In file included from /home/sk/tmp/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.15/include/sys/types.h:70:0,
                 from ../../../../src/include/switch.h:107,
                 from sip-dig.c:135:
/home/sk/tmp/lede/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl-1.1.15/include/endian.h:11:0: note: this is the location of the previous definition
 #define __BYTE_ORDER __BYTE_ORDER__
 ^
cc1: all warnings being treated as errors

SWITCH_BYTE_ORDER is already used elsewhere in FS source and takes care
of changing byte order without causing a warning

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
9 years agoMerge pull request #1105 in FS/freeswitch from bugfix/FS-9832-start-a-single-gateway...
Mike Jerris [Fri, 23 Dec 2016 20:15:53 +0000 (14:15 -0600)] 
Merge pull request #1105 in FS/freeswitch from bugfix/FS-9832-start-a-single-gateway to master

* commit '50e0f0195e67208889f15a439ea6ccb567b862e7':
  FS-9832 start a single gateway or _all_ gateways

9 years agoMerge pull request #1117 in FS/freeswitch from ~ANTONIO/freeswitch:feature/FS-6893...
Mike Jerris [Fri, 23 Dec 2016 20:11:17 +0000 (14:11 -0600)] 
Merge pull request #1117 in FS/freeswitch from ~ANTONIO/freeswitch:feature/FS-6893-mod_conference-auto-record-create to master

* commit '38c3f5f66e775d814b5e3d5581aed5b2f41b6fd1':
  FS-6893 [mod_conference] recording auto creates file path if not exists