Merge pull request #95 in FS/freeswitch from ~ITALOROSSI/freeswitch:master to master* commit 'f87c335e8a49da7b0a2b6f19b45f285f6355e2e0':
Only waiting for agent channel to hangup.
Merge 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 arm
FS-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...
Merge 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 files
FS-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().
Allow 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...
Add `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.
mod_rayo: new configuration parameter, add-variables-to-offer (default=false). When true, all channel variables are included in the offer to rayo client
Merge 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.xml
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.
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.
Avoid 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.
Merge 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 ifdefs
Merge 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
Merge 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 requested