Ali R.
  1. Ali R.

FreeSWITCH-FS-6798

Public
AuthorCommitMessageCommit dateIssues
Ali Roumie-UbuntuAli Roumie-Ubuntu
38f829e3c9fFS-6798 --Fix ptime of G723 in proxy media mode and add new PROXY codec implementation in switch_core_pcm.cFS-6798
Chris RienzoChris Rienzo
f4876d591b2FS-7031 [unimrcp] update sofia-sip.m4 so that it can build when relative path is used in configure.gnu --with-sofia-sipFS-7031
Chris RienzoChris Rienzo
0d636aff160FS-7031 [unimrcp] revert configure.gnu change- doesn't work when using non-source build dir.FS-7031
Anthony MinessaleAnthony Minessale
32c27b3b1bamissing deb
Brian WestBrian West
79de78a0fbaFS-7021 #resolveFS-7021
Ken RiceKen Rice
c645ab38899FS-6848 #resolve #comment slight tweak to fix the logic and avoid unbalanced parensFS-6848
Mike JerrisMike Jerris
74f243bc3b5MMerge pull request #95 in FS/freeswitch from ~ITALOROSSI/freeswitch:master to master* commit 'f87c335e8a49da7b0a2b6f19b45f285f6355e2e0': Only waiting for agent channel to hangup.
Mike JerrisMike Jerris
ac8bbd774c2MMerge pull request #117 in FS/freeswitch from ~UNIXDOG/freeswitch-rneese:bugfix/FS-6848-freesbd10.1-arm-build-failure to master* commit '9673cf0acbd7591ce64b46385391dd7feac4c036': Fix for apr build issue fs-6848 freebsd armFS-6848
Mike JerrisMike Jerris
62a2e10e413remove hack breaking some cross compile builds. if you really need this, you should be using new enough glibc anyways
Richard NeeseRichard Neese
9673cf0acbd Fix for apr build issue fs-6848 freebsd arm
Anthony MinessaleAnthony Minessale
df423b88d64improve timerfd implementation to be more accurate
Anthony MinessaleAnthony Minessale
878a04715aerevert
Anthony MinessaleAnthony Minessale
da6043f353aimprove timerfd implementation to be more accurate
Mike JerrisMike Jerris
82b78dae650MMerge pull request #114 in FS/freeswitch from ~VIPKILLA/freeswitch-fs-6097:master to master* commit '1e926198fab716d62956b8c03aca753eb4d6abe7': FS-6097 - added fifo_position macroFS-6097
Emmanuel SchmidbauerEmmanuel Schmidbauer
1e926198fabFS-6097 - added fifo_position macroFS-6097
Chris RienzoChris Rienzo
7b80b6249baMMerge branch 'unimrcp-update-20141117'
Chris RienzoChris Rienzo
8330336e9a4FS-6450 [unimrcp] Update library [apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility. [unimrcp] configure.gnu - need full path, not relative path for library paths [unimrcp] added uni_revision.h - couldn't get it to autogenerate from build [mod_unimrcp] add better logging and error checking on module load. Currently dumps core on MRCPv1 TTS attempt [mod_unimrcp] don't con...FS-6450
Brian WestBrian West
5127b64df83FS-7014: [mod_sofia] don't touch the tech_pvt when a call has just ended, leaving us with a null tech_pvtFS-7014
Brian WestBrian West
8eaaa083adfFS-6622: [mod_shout] set buffer size for streams based on the number of channels to avoid buffer starvationFS-6622
Mike JerrisMike Jerris
424df190832FS-6695: fix build on mipsFS-6695
Brian WestBrian West
7c0da5cc404FS-6957 fix regressionFS-6957
Mike JerrisMike Jerris
250234da76cFS-5800: [mod_curl] add support for additional curl auth methodsFS-5800
Mike JerrisMike Jerris
f198d82bacbFS-5666: [mod_redis] add ignore_connect_fail config setting to not kill the call when redis is down when using redis backend for limitFS-5666
Chris RienzoChris Rienzo
6f660c3a10ciksemel - remove support for SSLv23 in iks_proceed_tls (was a FS addition to iksemel). mod_rayo - updated to no longer support SSLv23
Mike JerrisMike Jerris
311d0766af0MMerge pull request #113 in FS/freeswitch from ~FLAVIO/freeswitch:bugfix/FS-7004-mod_sndfile_respect_umask to master* commit 'c73afe1c85f42d076c4b71c80251f7c888d47756': FS-7004 mod_sndfile: respect umask when creating new filesFS-7004
Mike JerrisMike Jerris
0cf770a8367FS-6996: #resolve fix define change as of glibc 2.20 for _BSD_SOURCE -> _DEFAULT_SOURCEFS-6996
Flavio GrossiFlavio Grossi
c73afe1c85fFS-7004 mod_sndfile: respect umask when creating new filesFiles created by mod_sndfile use sf_open() which uses hardcoded permissions. To respect the process' umask, manually open files with the correct permissions and then call sf_open_fd().FS-7004
Travis CrossTravis Cross
f1df8d60967Allow setting CURL timeout from curl API commandPreviously the `timeout` option to the curl API command set only `CURLOPT_CONNECTTIMEOUT` -- the maximum amount of time that curl will wait to connect to the server. If the server accepted the connection but then never replied, curl would wait essentially forever. There was no way to set `CURLOPT_TIMEOUT` -- the maximum amount of time the entire request operation is allowed to take. With thi...
Travis CrossTravis Cross
1ee325df48bAdd `connect-timeout` option for curl API commandThis option sets the maximum number of seconds that curl will wait to connect with the server. Right now this is a synonym for the `timeout` option.
Chris RienzoChris Rienzo
07c5cc18ba5FS-7003 #resolve #comment mod_rayo: fix infinite loop when output sent to server without SSML configured and repeat-times=0FS-7003
Chris RienzoChris Rienzo
e1c0ef50081mod_rayo: new configuration parameter, add-variables-to-offer (default=false). When true, all channel variables are included in the offer to rayo client
Brian WestBrian West
c39e301efc2MMerge pull request #111 in FS/freeswitch from ~JCHAVANTON/freeswitch-opus:FS-6992 to master* commit '826d42874139c59636de234d7021d485f03b81ee': FS-6992 [mod_opus] global configuration or maxplaybackrate and maxaveragebitrate from opus.conf.xmlFS-6992
Julien ChavantonJulien Chavanton
826d4287413FS-6992 [mod_opus] global configuration or maxplaybackrate and maxaveragebitratefrom opus.conf.xmlFS-6992
Chris RienzoChris Rienzo
dd612321638FS-6979 #resolve #comment mod_http_cache: added base-domain config to s3 profiles so mod_http_cache can access self hosted s3 compatible service.Example configuration: <profiles> <profile name="s3"> <!-- Credentials for AWS account. --> <aws-s3> <!-- 20 character key identifier --> <access-key-id><![CDATA[AKIAIOSFODNN7EXAMPLE]]></access-key-id> <!-- 40 character secret --> <secret-access-key><![CDATA[wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY]]></secret-access-key> <ba...FS-6979
Mike JerrisMike Jerris
75473a70b6eFS-6531: #resolve set to tag on uuid_phone_event notify to make grandstream happy, even tho they could have matched the dialog fine off the from tag like every other phone does.FS-6531
Mike JerrisMike Jerris
82aa33140e4FS-6531: #resolve set to tag on auto answer notify to make grandstream happy, even tho they could have matched the dialog fine off the from tag like every other phone does.FS-6531
Anthony MinessaleAnthony Minessale
87a4670d162FS-6890 #comment please testFS-6890
Anthony MinessaleAnthony Minessale
65502293cf1FS-6890 #comment revertFS-6890
Travis CrossTravis Cross
7b38b4f86b0Avoid mod_shout on sid/jessie for nowOn sid the build breaks on "undefined reference to symbol 'ogg_sync_init'". We'll just avoid mod_shout on sid/jessie until this is worked out.
Brian WestBrian West
1cbbc147248MMerge pull request #110 in FS/freeswitch from ~JCHAVANTON/freeswitch-opus:FS-6947-opus to master* commit '0eefdca47b127f8151c9b1a0b12eaf2d7e99def8': FS-6947 Opus RTP payload fmtp settings ( maxaveragebitrate / maxplaybackrate )FS-6947
Brian WestBrian West
0699ea87c59fix a few issues
Julien ChavantonJulien Chavanton
0eefdca47b1FS-6947 Opus RTP payload fmtp settings ( maxaveragebitrate / maxplaybackrate )FS-6947
Seven DuSeven Du
07030c63f04fix compiler warning on unmatched return type
Seven DuSeven Du
dd629c15169add external_video_source to media handle and expose switch_core_media_start_video_thread() to start the core video thread for non-rtp based media
Brian WestBrian West
fada4b893a4FS-6977 #resolveFS-6977
Mike JerrisMike Jerris
4090e0d05b8MMerge pull request #109 in FS/freeswitch from ~NNEUL/freeswitch:bugfix-fs-6983 to master* commit 'dbc5571594eeacc4e3c7f2de3c78f8dd5c12f087': FS-6983 wrap new curl TLS macro usage with ifdefsFS-6983
Mike JerrisMike Jerris
08ab6a54a47MMerge pull request #105 in FS/freeswitch from ~SEVEN/freeswitch-verto-spaces-new:master to master* commit 'eb3a27ccee10f72df4bc237d5254a5c8636f3205': use 4 spaces indent to match the default of jslint
Nathan NeulingerNathan Neulinger
dbc5571594eFS-6983 wrap new curl TLS macro usage with ifdefsFS-6983
Mike JerrisMike Jerris
09abee24923MMerge pull request #108 in FS/freeswitch from ~NNEUL/freeswitch:feature-dialplan-tstamps to master* commit 'f175c7118879b882343da9b6f15075161923fcca': FS-6805 add support for logging full timestamps with dialplan, defaults to old behavior unless requestedFS-6805
Anthony MinessaleAnthony Minessale
33d37ce0f55PLIV-13 #resolvePLIV-13