]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoMerge pull request #329 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7776...
Mike Jerris [Tue, 7 Jul 2015 16:20:15 +0000 (11:20 -0500)] 
Merge pull request #329 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7776 to master

* commit 'eaf6430e0d3cb72525fbd7af4975341439d62c49':
  FS-7776 #resolve add mod_kazoo to build system

10 years agoMerge pull request #331 in FS/freeswitch from ~CRIENZO/freeswitch:fs-7780-add-max...
Mike Jerris [Tue, 7 Jul 2015 16:16:03 +0000 (11:16 -0500)] 
Merge pull request #331 in FS/freeswitch from ~CRIENZO/freeswitch:fs-7780-add-max-session-transfers to master

* commit '05cc8bb37d4ec19446943c98cfb6e21cd6aaf9e9':
  FS-7780 add new channel variable max_session_transfers.  If set, this variable is used to count the number of session transfers allowed instead of the max_forwards variable.  If not set, the existing behavior is preserved.

10 years agoMerge pull request #327 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus...
Mike Jerris [Tue, 7 Jul 2015 16:13:57 +0000 (11:13 -0500)] 
Merge pull request #327 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-keep-fec-on to master

* commit 'b3f453b02f62da450681c4b584bda838134c1317':
  FS-7772: mod_opus: add functionality to keep FEC enabled on the encoder by modifying the bitrate if packet loss changes (Opus codec specific behaviour).

10 years agoMerge pull request #334 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus...
Mike Jerris [Tue, 7 Jul 2015 16:10:23 +0000 (11:10 -0500)] 
Merge pull request #334 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-8khz-fix-init-ptime-40ms to master

* commit '12d240308cd22f824ef30d9d879bdc56e22290fb':
  FS-7785: mod_opus: fix for invalid ptime 30 ms for opus@8000h . Replaced 30 ms with 40 ms.

10 years agoMerge pull request #335 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang to...
Mike Jerris [Tue, 7 Jul 2015 16:04:32 +0000 (11:04 -0500)] 
Merge pull request #335 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang to master

* commit '97ed52cbefebb192fa5c16e28eb7bc2733f9a77c':
  FS-7628: mod_erlang_event - removed unused var

10 years agoFS-7762: [mod_av] handle buffer allocation failures of large buffers
Michael Jerris [Tue, 7 Jul 2015 15:50:07 +0000 (11:50 -0400)] 
FS-7762: [mod_av] handle buffer allocation failures of large buffers

10 years agotest sets for FS-7762
Brian West [Tue, 7 Jul 2015 13:48:24 +0000 (08:48 -0500)] 
test sets for FS-7762

10 years agoFS-7628: mod_erlang_event - removed unused var
Sergey Safarov [Tue, 7 Jul 2015 13:20:06 +0000 (16:20 +0300)] 
FS-7628: mod_erlang_event - removed unused var

10 years agoFS-7785: mod_opus: fix for invalid ptime 30 ms for opus@8000h . Replaced 30 ms with...
Dragos Oancea [Tue, 7 Jul 2015 11:56:55 +0000 (07:56 -0400)] 
FS-7785: mod_opus: fix for invalid ptime 30 ms for opus@8000h . Replaced 30 ms with 40 ms.

10 years agoFS-7585 fix copyright copy and paste error
Seven Du [Tue, 7 Jul 2015 00:12:06 +0000 (08:12 +0800)] 
FS-7585 fix copyright copy and paste error

10 years agoFS-7772: mod_opus: add functionality to keep FEC enabled on the encoder by modifying...
Dragos Oancea [Fri, 3 Jul 2015 15:21:27 +0000 (11:21 -0400)] 
FS-7772: mod_opus: add functionality to keep FEC enabled on the encoder by modifying the bitrate if packet loss changes (Opus codec specific behaviour).

10 years agoFS-7776 #resolve add mod_kazoo to build system
Luis Azedo [Sat, 4 Jul 2015 00:20:02 +0000 (01:20 +0100)] 
FS-7776 #resolve add mod_kazoo to build system

10 years agorename debug trace
Michael Jerris [Mon, 6 Jul 2015 21:28:05 +0000 (17:28 -0400)] 
rename debug trace

10 years agoupdate docs %nojira
Brian West [Mon, 6 Jul 2015 21:22:55 +0000 (16:22 -0500)] 
update docs %nojira

10 years agoMerge pull request #332 in FS/freeswitch from feature/FS-7783-play_and_get_digits...
William King [Mon, 6 Jul 2015 21:22:32 +0000 (16:22 -0500)] 
Merge pull request #332 in FS/freeswitch from feature/FS-7783-play_and_get_digits-capture-invalid to master

* commit 'eed386bc8d843d01cda4c0ab99382aa3c49f41c5':
  FS-7783 Add channel variable for capturing DTMF input when using play_and_get_digits when the response does not match

10 years agoFS-7783 Add channel variable for capturing DTMF input when using play_and_get_digits...
William King [Mon, 6 Jul 2015 21:13:12 +0000 (14:13 -0700)] 
FS-7783 Add channel variable for capturing DTMF input when using play_and_get_digits when the response does not match

10 years agoFS-7780 add new channel variable max_session_transfers. If set, this variable is...
Chris Rienzo [Mon, 6 Jul 2015 19:26:56 +0000 (15:26 -0400)] 
FS-7780 add new channel variable max_session_transfers.  If set, this variable is used to count
the number of session transfers allowed instead of the max_forwards variable.  If not set, the existing
behavior is preserved.

10 years agoFS-7777 #resolv
Seven Du [Sat, 4 Jul 2015 06:09:52 +0000 (14:09 +0800)] 
FS-7777 #resolv

10 years agoMerge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket...
Mike Jerris [Fri, 3 Jul 2015 23:00:08 +0000 (18:00 -0500)] 
Merge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket to master

* commit '97c25275a629f88700d28513a98f234d821ac9d7':
  FS-7628: mod_erlang_event - added ipv6 support

10 years agoMerge pull request #283 in FS/freeswitch from bugfix/FS-7572-broadcasting-multiple...
Mike Jerris [Fri, 3 Jul 2015 22:57:52 +0000 (17:57 -0500)] 
Merge pull request #283 in FS/freeswitch from bugfix/FS-7572-broadcasting-multiple-wav-files-using to master

* commit '9049c004b70207a43b73c7b2b31d19410fc2c4bf':
  FS-7572: add some events for file open/close/fail when using file_string

10 years agoMerge pull request #274 in FS/freeswitch from bugfix/FS-7578-telephone-event-codec...
Mike Jerris [Fri, 3 Jul 2015 22:32:35 +0000 (17:32 -0500)] 
Merge pull request #274 in FS/freeswitch from bugfix/FS-7578-telephone-event-codec-clock-rate to master

* commit 'f35343a9cc26ba08b20571784f14a5ef36bca0fc':
  FS-7578: properly generate telephone-event in sdp for each rate of codec being offered

10 years agoMerge pull request #328 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7774...
Mike Jerris [Fri, 3 Jul 2015 22:03:01 +0000 (17:03 -0500)] 
Merge pull request #328 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7774 to master

* commit 'd66839debe4ca57eaff4d477d239f88a3e30c60d':
  FS-7774 add mod_kazoo  #resolve

10 years agoFS-7774 add mod_kazoo
karl anderson [Thu, 2 Apr 2015 22:46:23 +0000 (18:46 -0400)] 
FS-7774 add mod_kazoo
 #resolve

10 years agoFS-7730 fix default configs to provided sample load option for mod_sms and mod_smpp
William King [Fri, 3 Jul 2015 21:38:32 +0000 (14:38 -0700)] 
FS-7730 fix default configs to provided sample load option for mod_sms and mod_smpp

10 years agoFS-7775: [mod_conference] fix threading issue causing stuck worker threads
Anthony Minessale [Fri, 3 Jul 2015 20:43:20 +0000 (15:43 -0500)] 
FS-7775: [mod_conference] fix threading issue causing stuck worker threads

10 years agoFS-7760 test_pflag not test_flag
Brian West [Fri, 3 Jul 2015 21:33:59 +0000 (16:33 -0500)] 
FS-7760 test_pflag not test_flag

10 years agoMerge pull request #301 in FS/freeswitch from mod_smpp to master
William King [Fri, 3 Jul 2015 21:32:09 +0000 (16:32 -0500)] 
Merge pull request #301 in FS/freeswitch from mod_smpp to master

* commit '775ce5c0a8a4acbacaa36d70c81e351fbb73c50d':
  Adding mod_smpp as an event_handler module.

10 years agoAdding mod_smpp as an event_handler module.
William King [Wed, 15 Oct 2014 22:26:29 +0000 (18:26 -0400)] 
Adding mod_smpp as an event_handler module.

FS-7730 #resolve

10 years agoMerge pull request #318 in FS/freeswitch from ~LAZEDO/freeswitch:feature/silence_hits...
Mike Jerris [Fri, 3 Jul 2015 20:11:27 +0000 (15:11 -0500)] 
Merge pull request #318 in FS/freeswitch from ~LAZEDO/freeswitch:feature/silence_hits_exausted to master

* commit 'c4bd342bdaae6f8881b0099d596e8309997121cb':
  FS-7771 #resolve

10 years agoMerge pull request #315 in FS/freeswitch from ~LAZEDO/freeswitch:feature/xml_fetch_ch...
Mike Jerris [Fri, 3 Jul 2015 18:47:52 +0000 (13:47 -0500)] 
Merge pull request #315 in FS/freeswitch from ~LAZEDO/freeswitch:feature/xml_fetch_channels to master

* commit 'b2b9555d347b11e84a86b3de1c2de5f8f8d8437e':
  FS-7760 #resolve

10 years agoFS-7760 #resolve
karl anderson [Thu, 2 Apr 2015 23:10:53 +0000 (19:10 -0400)] 
FS-7760 #resolve

added xml fetch for channels to externally support nightmare transfer
depends on channel-xml-fetch-on-nightmare-transfer profile param (default is disabled)

10 years agoFS-7486
Anthony Minessale [Fri, 3 Jul 2015 16:41:49 +0000 (11:41 -0500)] 
FS-7486

10 years agoMerge pull request #263 in FS/freeswitch from ~LAZEDO/freeswitch-fs-7463:FS-7463...
William King [Fri, 3 Jul 2015 17:28:16 +0000 (12:28 -0500)] 
Merge pull request #263 in FS/freeswitch from ~LAZEDO/freeswitch-fs-7463:FS-7463 to master

* commit 'e12608bd11c62de715c1d6eecf05a8fe8b8becb0':
  FS-7463 #resolve

10 years agofreetdm: Fix some GSM compilation errors and do a bit of code cleanup
Moises Silva [Fri, 3 Jul 2015 16:39:44 +0000 (12:39 -0400)] 
freetdm: Fix some GSM compilation errors and do a bit of code cleanup

10 years agofreetdm: Declare __FTDM_FUNC__ macro and use it instead of __FUNCTION__ to deal with...
Moises Silva [Mon, 29 Jun 2015 20:59:47 +0000 (16:59 -0400)] 
freetdm: Declare __FTDM_FUNC__ macro and use it instead of __FUNCTION__ to deal with platform differences

OPENZAP-237 #resolve

10 years agoFS-7771 #resolve
karl anderson [Thu, 2 Apr 2015 23:03:41 +0000 (19:03 -0400)] 
FS-7771 #resolve

set a channel var if the recording is terminated due to silence hits

10 years agoFS-7744 amend
Anthony Minessale [Thu, 2 Jul 2015 21:12:28 +0000 (16:12 -0500)] 
FS-7744 amend

10 years agomod_av use time_now instead of micro_time_now and hide annoying warning
Anthony Minessale [Thu, 2 Jul 2015 20:13:50 +0000 (15:13 -0500)] 
mod_av use time_now instead of micro_time_now and hide annoying warning

10 years agoFS-7744 #resolve
Anthony Minessale [Thu, 2 Jul 2015 18:39:56 +0000 (13:39 -0500)] 
FS-7744 #resolve

10 years agoFS-7767 #resolve
Brian West [Thu, 2 Jul 2015 18:18:56 +0000 (13:18 -0500)] 
FS-7767 #resolve

10 years agoMerge pull request #324 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7758...
Mike Jerris [Thu, 2 Jul 2015 17:00:43 +0000 (12:00 -0500)] 
Merge pull request #324 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7758 to master

* commit 'e336ca8c37806f105b3cc266d44eb1ae03d57052':
  FS-7758 #resolve

10 years agoMerge pull request #326 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7759...
Mike Jerris [Thu, 2 Jul 2015 16:57:55 +0000 (11:57 -0500)] 
Merge pull request #326 in FS/freeswitch from ~LAZEDO/freeswitch:feature/fs-7759 to master

* commit '46d98d4a19cffdf77d181a45a6edcd5bc92f211b':
  FS-7759 #resolve added a channel var to suppress setting the completed elsewhere cause

10 years agoFS-7759 #resolve added a channel var to suppress setting the completed elsewhere...
karl anderson [Thu, 2 Apr 2015 23:25:25 +0000 (19:25 -0400)] 
FS-7759 #resolve added a channel var to suppress setting the completed elsewhere cause

10 years agoFS-7758 #resolve
karl anderson [Thu, 2 Apr 2015 23:05:13 +0000 (19:05 -0400)] 
FS-7758 #resolve

emit an event if a loopback bowout occurs

10 years agoFS-7761 [core] fix shutdown races running api commands during shutdown
Brian West [Thu, 2 Jul 2015 15:08:54 +0000 (10:08 -0500)] 
FS-7761 [core] fix shutdown races running api commands during shutdown

10 years agotesting example, need to form this into a framework
Brian West [Thu, 2 Jul 2015 14:53:48 +0000 (09:53 -0500)] 
testing example, need to form this into a framework

10 years agoeavesdrop test case
Brian West [Wed, 1 Jul 2015 20:14:10 +0000 (15:14 -0500)] 
eavesdrop test case

10 years agoMerge pull request #140 in FS/freeswitch from ~ARON45/freeswitch:FS-5945 to master
Brian West [Thu, 2 Jul 2015 14:45:27 +0000 (09:45 -0500)] 
Merge pull request #140 in FS/freeswitch from ~ARON45/freeswitch:FS-5945 to master

* commit '2cad5a6940bb76458e909a56c5e5e35e622467ed':
  more whitespace cleanup
  fixed indentation
  cleanup
  cond api return -ERR on all syntax errors
  FS-5945 - cond api improved
  FS-5945 - cond api escape special charactars

10 years agoFS-7753 #resolve
Anthony Minessale [Wed, 1 Jul 2015 19:39:09 +0000 (14:39 -0500)] 
FS-7753 #resolve

10 years agoFS-7750 #resolve
Anthony Minessale [Wed, 1 Jul 2015 17:54:51 +0000 (12:54 -0500)] 
FS-7750 #resolve

10 years agoFS-7752 [mod_rayo] increase maximum number of <tag> elements from 30 to 1024. This...
Chris Rienzo [Wed, 1 Jul 2015 15:30:39 +0000 (11:30 -0400)] 
FS-7752 [mod_rayo] increase maximum number of <tag> elements from 30 to 1024.  This allows adhearsion to create large grammars to navigate IVR menus.

10 years agotweak
Brian West [Wed, 1 Jul 2015 13:59:12 +0000 (08:59 -0500)] 
tweak

10 years agoFS-7726 puppet xml curl handler
Brian West [Tue, 30 Jun 2015 23:27:19 +0000 (18:27 -0500)] 
FS-7726 puppet xml curl handler

10 years agoFS-7726 puppet extension
Brian West [Tue, 30 Jun 2015 23:23:22 +0000 (18:23 -0500)] 
FS-7726 puppet extension

10 years agoFS-7726 updates
Brian West [Tue, 30 Jun 2015 22:04:50 +0000 (17:04 -0500)] 
FS-7726 updates

10 years agoFS-7746 #resolve this should work now
Anthony Minessale [Tue, 30 Jun 2015 19:46:57 +0000 (14:46 -0500)] 
FS-7746 #resolve this should work now

10 years agoMerge pull request #322 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7429...
Mike Jerris [Tue, 30 Jun 2015 18:08:06 +0000 (13:08 -0500)] 
Merge pull request #322 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7429-mod_curl-json-response to master

* commit '8ca2cfa574fa453d094356e5905a2a2bc61dc999':
  FS-7429: fix to output proper json

10 years agoFS-7429: fix to output proper json
Yossi Neiman [Tue, 30 Jun 2015 17:45:01 +0000 (12:45 -0500)] 
FS-7429: fix to output proper json

10 years agoFS-7721 #resolve #comment this will fix your issue but of course now your example...
Anthony Minessale [Tue, 30 Jun 2015 17:30:36 +0000 (12:30 -0500)] 
FS-7721 #resolve #comment this will fix your issue but of course now your example will not function anymore because you are unsetting the input callback and dtmf will be ignored but this is to be expected

10 years agotweak bashrc so the aliases will always work
Brian West [Mon, 29 Jun 2015 21:10:57 +0000 (16:10 -0500)] 
tweak bashrc so the aliases will always work

10 years agoFS-7726 #resolve
Anthony Minessale [Mon, 29 Jun 2015 21:06:13 +0000 (16:06 -0500)] 
FS-7726 #resolve

10 years agoMerge pull request #303 in FS/freeswitch from ~DCOLOMBO/freeswitch:master to master
Mike Jerris [Mon, 29 Jun 2015 17:55:10 +0000 (12:55 -0500)] 
Merge pull request #303 in FS/freeswitch from ~DCOLOMBO/freeswitch:master to master

* commit 'cfb7e3d1cd56b84d5d7e5e6de25112f441e110e7':
  FS-7732 follow recording on other session

10 years agoMerge pull request #304 in FS/freeswitch from ~ANDEE/freeswitch:bugfix/FS-7734-mod_ni...
Mike Jerris [Mon, 29 Jun 2015 16:10:30 +0000 (11:10 -0500)] 
Merge pull request #304 in FS/freeswitch from ~ANDEE/freeswitch:bugfix/FS-7734-mod_nibblebill-doesn-t-release-mutex to master

* commit '5c7f0bc010a42386a3e5a9c9be3d144e37e58934':
  FS-7734 fixed mutex lock that should be an unlock

10 years agoFS-7732 follow recording on other session
Davide Colombo [Fri, 26 Jun 2015 14:20:22 +0000 (16:20 +0200)] 
FS-7732 follow recording on other session

follow recording on other session

10 years agofreetdm: Use __func__ instead of __FUNCTION__ to comply with c99 in gcc 5.1
Moises Silva [Mon, 29 Jun 2015 02:50:03 +0000 (22:50 -0400)] 
freetdm: Use __func__ instead of __FUNCTION__ to comply with c99 in gcc 5.1

OPENZAP-237 #resolve

10 years agoFS-7734 fixed mutex lock that should be an unlock
Andrew Cassidy [Sat, 27 Jun 2015 20:19:16 +0000 (21:19 +0100)] 
FS-7734 fixed mutex lock that should be an unlock

10 years agoFS-7726 test case 2
Brian West [Fri, 26 Jun 2015 19:51:40 +0000 (14:51 -0500)] 
FS-7726 test case 2

10 years agoFS-7726 test case
Brian West [Fri, 26 Jun 2015 19:36:58 +0000 (14:36 -0500)] 
FS-7726 test case

10 years agoFS-7729 properly format v6 addresses #ocd #resolve
Brian West [Thu, 25 Jun 2015 22:34:25 +0000 (17:34 -0500)] 
FS-7729 properly format v6 addresses #ocd #resolve

10 years agoFS-7679 #resolve #comment should work now
Anthony Minessale [Thu, 25 Jun 2015 20:10:43 +0000 (15:10 -0500)] 
FS-7679 #resolve #comment should work now

10 years agoFS-7679 revert unwanted change
Anthony Minessale [Thu, 25 Jun 2015 19:40:06 +0000 (14:40 -0500)] 
FS-7679 revert unwanted change

10 years agoFS-7679 #resolve #comment please test, also added some cases of calling a file with...
Anthony Minessale [Thu, 25 Jun 2015 18:33:47 +0000 (13:33 -0500)] 
FS-7679 #resolve #comment please test, also added some cases of calling a file with no video as well

10 years agoFS-7703 remove answer delay from default dp
Anthony Minessale [Thu, 25 Jun 2015 17:42:14 +0000 (12:42 -0500)] 
FS-7703 remove answer delay from default dp

10 years agoFS-7519 refs = 3 setting causes a regression in visual appearance of decode app output
Anthony Minessale [Thu, 25 Jun 2015 17:29:56 +0000 (12:29 -0500)] 
FS-7519 refs = 3 setting causes a regression in visual appearance of decode app output

10 years agoFS-7648 more test config tweaks
Brian West [Thu, 25 Jun 2015 12:42:56 +0000 (07:42 -0500)] 
FS-7648 more test config tweaks

10 years agoFS-7648 test config tweaks
Brian West [Wed, 24 Jun 2015 22:48:54 +0000 (17:48 -0500)] 
FS-7648 test config tweaks

10 years agoFS-7656 skip main file as well as chime file when hup is called during chime
Anthony Minessale [Wed, 24 Jun 2015 22:34:34 +0000 (17:34 -0500)] 
FS-7656 skip main file as well as chime file when hup is called during chime

10 years agoFS-7648 test config tweaks
Brian West [Wed, 24 Jun 2015 22:30:11 +0000 (17:30 -0500)] 
FS-7648 test config tweaks

10 years agoFS-7724: [mod_conference] fix segfault when missing fonts when trying to render banner
Michael Jerris [Wed, 24 Jun 2015 22:10:21 +0000 (17:10 -0500)] 
FS-7724: [mod_conference] fix segfault when missing fonts when trying to render banner

10 years agoFS-7699
Anthony Minessale [Wed, 24 Jun 2015 22:02:31 +0000 (17:02 -0500)] 
FS-7699

10 years agoFS-7489 #resolve
Anthony Minessale [Wed, 24 Jun 2015 21:52:06 +0000 (16:52 -0500)] 
FS-7489 #resolve

10 years agoadd a debug log
Michael Jerris [Wed, 24 Jun 2015 21:43:30 +0000 (17:43 -0400)] 
add a debug log

10 years agoFS-7648 test cases for FS-7724
Brian West [Wed, 24 Jun 2015 21:38:54 +0000 (16:38 -0500)] 
FS-7648 test cases for FS-7724

10 years agoFS-7723 #resolve change RPMs to use -ncwait instead of -nc. This will cause the inits...
Ken Rice [Wed, 24 Jun 2015 21:03:09 +0000 (16:03 -0500)] 
FS-7723 #resolve change RPMs to use -ncwait instead of -nc. This will cause the initscript to pause and wait for FS to be ready before continuing.

10 years agofix build/freeswitch.init.redhat since redhat likes to override settings in the scrip...
Ken Rice [Wed, 24 Jun 2015 19:37:26 +0000 (14:37 -0500)] 
fix build/freeswitch.init.redhat since redhat likes to override settings in the script with TAGs in comments

10 years agoMerge pull request #296 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7722...
Mike Jerris [Wed, 24 Jun 2015 18:44:28 +0000 (13:44 -0500)] 
Merge pull request #296 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7722 to master

* commit '208c3cfe42faaa0e42b7159201fe8657e0237fec':
  FS-7722 fixed issue with record_session including params when creating path

10 years agoFS-7722 fixed issue with record_session including params when creating path
Bradley Jokinen [Wed, 24 Jun 2015 17:25:48 +0000 (12:25 -0500)] 
FS-7722 fixed issue with record_session including params when creating path

10 years agoFS-7699
Anthony Minessale [Wed, 24 Jun 2015 17:12:15 +0000 (12:12 -0500)] 
FS-7699

10 years agoFS-7720 improve play_and_detect_speech to set current_application_response channel...
Chris Rienzo [Wed, 24 Jun 2015 15:50:53 +0000 (11:50 -0400)] 
FS-7720 improve play_and_detect_speech to set current_application_response channel variable as follows:

    "USAGE ERROR": bad application arguments
    "GRAMMAR ERROR": speech recognizer failed to load grammar
    "ASR INIT ERROR": speech recognizer failed to allocate a session
    "ERROR": any other errors

  This is useful for determining that play_and_detect_speech failed because the recognizer is out of licenses
  giving the developer a chance to fall back to traditional DTMF menu navigation.

10 years agofreetdm: Fix gsm hangup race
Moises Silva [Wed, 24 Jun 2015 05:50:34 +0000 (01:50 -0400)] 
freetdm: Fix gsm hangup race

10 years agofreetdm: Fix gsm call id management
Moises Silva [Wed, 24 Jun 2015 04:50:37 +0000 (00:50 -0400)] 
freetdm: Fix gsm call id management

10 years agocopyright update
Ken Rice [Tue, 23 Jun 2015 18:45:42 +0000 (14:45 -0400)] 
copyright update

10 years agocopyright date update
Ken Rice [Tue, 23 Jun 2015 18:43:16 +0000 (14:43 -0400)] 
copyright date update

10 years agoupdate a copyright date
Ken Rice [Tue, 23 Jun 2015 17:55:35 +0000 (13:55 -0400)] 
update a copyright date

10 years agoquite some compiler warning
Ken Rice [Mon, 22 Jun 2015 20:51:12 +0000 (16:51 -0400)] 
quite some compiler warning

10 years agoFS-7715 #resolve updates to configure and spec files for next development branch
Ken Rice [Fri, 19 Jun 2015 21:12:14 +0000 (17:12 -0400)] 
FS-7715 #resolve updates to configure and spec files for next development branch
add images to spec file

10 years agoFS-7648 test config for FS-7687 part 2
Brian West [Tue, 23 Jun 2015 14:38:29 +0000 (09:38 -0500)] 
FS-7648 test config for FS-7687 part 2

10 years agoUpdate G729 binary date for master
Brian West [Tue, 23 Jun 2015 14:21:40 +0000 (09:21 -0500)] 
Update G729 binary date for master

10 years agoFS-7648 test config for FS-7687
Brian West [Tue, 23 Jun 2015 13:10:34 +0000 (08:10 -0500)] 
FS-7648 test config for FS-7687

10 years agoFS-7628: mod_erlang_event - added ipv6 support
Sergey Safarov [Tue, 23 Jun 2015 07:41:40 +0000 (10:41 +0300)] 
FS-7628: mod_erlang_event - added ipv6 support