- 19 11月, 2014 7 次提交
-
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
-
由 Mike Jerris 提交于
* commit 'f87c335e': Only waiting for agent channel to hangup.
-
由 Mike Jerris 提交于
Merge pull request #117 in FS/freeswitch from ~UNIXDOG/freeswitch-rneese:bugfix/FS-6848-freesbd10.1-arm-build-failure to master * commit '9673cf0a': Fix for apr build issue fs-6848 freebsd arm
-
由 Michael Jerris 提交于
remove hack breaking some cross compile builds. if you really need this, you should be using new enough glibc anyways
-
由 Richard Neese 提交于
-
- 18 11月, 2014 10 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
* commit '1e926198': FS-6097 - added fifo_position macro
-
由 E. Schmidbauer 提交于
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
[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 configure MRCPv1 session with a connection agent- causes crash
-
由 Brian West 提交于
FS-7014: [mod_sofia] don't touch the tech_pvt when a call has just ended, leaving us with a null tech_pvt
-
由 Ken Rice 提交于
-
由 Brian West 提交于
FS-6622: [mod_shout] set buffer size for streams based on the number of channels to avoid buffer starvation
-
- 17 11月, 2014 8 次提交
-
-
由 Michael Jerris 提交于
-
由 Brian West 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
FS-5666: [mod_redis] add ignore_connect_fail config setting to not kill the call when redis is down when using redis backend for limit
-
由 Chris Rienzo 提交于
iksemel - remove support for SSLv23 in iks_proceed_tls (was a FS addition to iksemel). mod_rayo - updated to no longer support SSLv23
-
由 Mike Jerris 提交于
Merge pull request #113 in FS/freeswitch from ~FLAVIO/freeswitch:bugfix/FS-7004-mod_sndfile_respect_umask to master * commit 'c73afe1c': FS-7004 mod_sndfile: respect umask when creating new files
-
由 Michael Jerris 提交于
-
由 Flavio Grossi 提交于
Files 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().
-
- 16 11月, 2014 2 次提交
-
-
由 Travis Cross 提交于
Previously 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 this change, the `timeout` option sets `CURLOPT_TIMEOUT`. We've earlier added a `connect-timeout` option to set `CURLOPT_CONNECTTIMEOUT`. This is a change to existing behavior. However, it's likely that this is what people expected it to do all along. The curl application call, for example, accepts both `curl_connect_timeout` and `curl_timeout` channel variables, with the latter setting `CURLOPT_TIMEOUT`. If people really were relying on this odd behavior, we'll rename the option with the new behavior to something else and come up with a transition plan.
-
由 Travis Cross 提交于
This 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.
-
- 14 11月, 2014 4 次提交
-
-
由 Chris Rienzo 提交于
FS-7003 #resolve #comment mod_rayo: fix infinite loop when output sent to server without SSML configured and repeat-times=0
-
由 Chris Rienzo 提交于
mod_rayo: new configuration parameter, add-variables-to-offer (default=false). When true, all channel variables are included in the offer to rayo client
-
由 Brian West 提交于
* commit '826d4287': FS-6992 [mod_opus] global configuration or maxplaybackrate and maxaveragebitrate from opus.conf.xml
-
由 Julien Chavanton 提交于
from opus.conf.xml
-
- 13 11月, 2014 3 次提交
-
-
由 Chris Rienzo 提交于
FS-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> <base-domain><![CDATA[example.com]]></base-domain> </aws-s3> <!-- Domains that this profile applies to --> <domains> <domain name="bucket.example.com"/> <domain name="bucket2.example.com"/> </domains> </profile> </profiles>
-
由 Michael Jerris 提交于
FS-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.
-
由 Michael Jerris 提交于
FS-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.
-
- 12 11月, 2014 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
On 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 West 提交于
* commit '0eefdca4': FS-6947 Opus RTP payload fmtp settings ( maxaveragebitrate / maxplaybackrate )
-
由 Brian West 提交于
-
由 Julien Chavanton 提交于
-