Anthony Minessale
6dbb4162e8
FS-7086 FS-6798 #resolve
2014-12-13 00:57:14 -06:00
Anthony Minessale
e268a72603
FS-6994 #resolve
2014-12-12 17:52:02 -06:00
Anthony Minessale
d189e983c8
allow 10ms jb
2014-12-12 17:51:34 -06:00
Anthony Minessale
e783999b51
some changes to webrtc to make it work with iDoubs in rtcweb profile mode
2014-12-12 20:55:40 -06:00
Jeff Lenk
39fa0b9664
trivial fix for last commit
2014-12-12 10:02:03 -06:00
Jeff Lenk
ea149be9d8
windows force datatype conversion on uint64_t to switch_size_t for recent change. maybe we should change the structure to be uint64_t as well?
2014-12-12 09:40:52 -06:00
Marc Olivier Chouinard
e1cb0e8632
Merge pull request #127 in FS/freeswitch from ~ITALOROSSI/freeswitch:mod_callcenter-queue-list-count-by-state to master
...
* commit 'f63f8686bc8da391b3c46b24e10571215c8b377f':
FS-7049 - Documentation for state optional paramenter in callcenter_config queue list and count
fix FS-7049 - Count and list agents based on their state
2014-12-11 21:01:03 -06:00
Anthony Minessale
3d515cf49c
re-mark cur_payload as negotiated when detected as such by parser or the rtp could stop working on session re-invite
2014-12-12 00:54:52 -06:00
Italo Rossi
f63f8686bc
FS-7049 - Documentation for state optional paramenter in callcenter_config queue list and count
2014-12-11 23:43:03 -03:00
Anthony Minessale
922fd81523
FS-7015 #resolve #comment The code was not properly catching the 0.0.0.0 after changing it to work with ICE SDPs because it was looking in the wrong place for the 0.0.0.0
2014-12-11 17:18:24 -06:00
Marc Olivier Chouinard
df6ea843e4
Merge pull request #133 in FS/freeswitch from ~HDIOGENES/freeswitch-fs-7018-2:master to master
...
* commit '1bcdb49bced4be339d73532181fe6fa3938d0bd8':
Fix JIRA (FS-7018): mod_callcenter's longest-idle-agent strategy is unfair
2014-12-11 17:16:47 -06:00
Anthony Minessale
be0e09bd7f
only negotiate codecs that were previously negotiated on re-invites unless its intentional to change codecs
2014-12-11 15:03:53 -06:00
Anthony Minessale
06c241a233
FS-6891 FS-7002 FS-7059 FS-7072 FS-7073 FS-7076 #close #comment All of these bugs are invalidated due to a botched revert -- commit 72c3df5ed3
was supposed to revert commit 1b612fecb6
but it only reverted part of it. commit 158c1f23da
from the other day was erroneously created to work around the result of the botched revert so it is reverted. The result of this commit should be to bring it back to effectively properly revert 1b612fecb6
and now you can test and open new bugs if necessary. This includes the segfault in eavesdrop, and any media bug releated reports. Consider working together and only reporting one new bug if you still encounter any more problems and be sure to include details and make sure the jitter buffer is being used.
2014-12-11 20:57:55 -06:00
Chris Rienzo
a3f630fc2e
FS-7047 #resolve #comment [mod_rayo] arbitrary MRCP headers can now be sent to unimrcp output components
2014-12-10 16:57:02 -05:00
Chris Rienzo
f024ea3c2b
FS-7047 #comment [mod_rayo] arbitrary MRCP headers can now be sent to unimrcp input components
2014-12-10 15:44:10 -05:00
Michael Jerris
5376e82669
FS-6688: don't update the contact when the original had fs_path, the new one doesnt, and the contact didn't change. This will fix the normal case of record route from a proxy without breaking normal changing of a contact
2014-12-10 10:33:43 -05:00
Mike Jerris
fb59217f3e
Merge pull request #137 in FS/freeswitch from bugfix/FS-7061-add-q-header-param-on-300-responses to master
...
* commit '21458f85cc4228e54151350dd89c5c87cc3dfef4':
FS-7062: [mod_sofia] on redirect, when uri are passed in without <> with multiple uris, automatically add the q= header param in decending order. This should make 300 Multiple Choices work well with devices that require the q param. If you would like to specify explicit q-values, please use the syntax of redirect where you specify the entire header using the <>
2014-12-09 11:57:34 -06:00
Anthony Minessale
4bcf1d888a
use cached time to save cpu
2014-12-08 22:57:22 -06:00
Anthony Minessale
5ca609e637
factor channel count into flush len
2014-12-08 20:36:25 -06:00
Anthony Minessale
392c687f27
FS-7055 #resolve
2014-12-08 12:53:28 -06:00
Michael Jerris
21458f85cc
FS-7062: [mod_sofia] on redirect, when uri are passed in without <> with multiple uris, automatically add the q= header param in decending order. This should make 300 Multiple Choices work well with devices that require the q param. If you would like to specify explicit q-values, please use the syntax of redirect where you specify the entire header using the <>
2014-12-08 10:47:47 -05:00
Anthony Minessale
99a5b50780
FS-7063 #resolve
2014-12-08 02:03:17 -06:00
Mike Jerris
8cd6a570ca
Merge pull request #129 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-6766:master to master
...
* commit '35ba6a33b17036cf7ab3693d3e28d224ce68af55':
FS-6766, fix verto caller ringback missing on conference bridge
2014-12-05 13:20:06 -06:00
Anthony Minessale
158c1f23da
FS-7002 #resolve #comment please verify
2014-12-05 19:18:28 -06:00
Paul Arnold
843e4953be
FS-7051: Preserve the annexb=no/yes status
...
As per RFC4856, Annex B mode for G.729 is disabled if the SDP contains a
fmtp parameter annexb=no and enabled if annexb=yes or the annexb parameter
is missing.
When responding to an offer mod_sangoma_codec always returns an answer
without a fmtp parameter. Even in response to a SDP offer which contains
one. This has the effect of responding to a request to disable Annex B
with an answer that only Annex B is supported.
With this change mod_sangoma_codec copies the fmtp parameter from the
offer to the answer fixing the problem.
2014-12-05 09:52:29 +11:00
Humberto Diógenes
1bcdb49bce
Fix JIRA (FS-7018): mod_callcenter's longest-idle-agent strategy is unfair
2014-12-04 16:12:20 -03:00
Brian West
8ed2b0737f
Merge pull request #126 in FS/freeswitch from ~HRISTO/freeswitch:timezone-all-mod_say-modules to master
...
* commit 'a8c5a0c87bf97ad0f84df2ad53d6eef2a951eee9':
add timezone support to mod_say_{de,es,ja,nl,th,zh}
2014-12-04 11:02:25 -06:00
sgutierrez
4be6290375
FS-7052 Moving jb queue swap operation out of the debug block.
...
Fixes a bug where the jitter buffer implementation wasn't discarding
old packets if debug mode was disabled.
2014-12-04 16:10:33 +01:00
Brian West
7ce5171250
FS-7046 follow up on type change
2014-12-03 15:44:27 -06:00
Brian West
170fb1715a
FS-7046: fix some unreachable code warnings
2014-12-03 15:24:37 -06:00
Brian West
b341ff7c1f
FS-7046: fix data types and casting on some vars to silence windows build warnings
2014-12-03 15:07:29 -06:00
Chris Rienzo
e8cf9c7d35
FS-7045 #resolve #comment [mod_rayo] guarantee that dialed call can be joined when answered event is sent.
2014-12-03 16:03:58 -05:00
Dave Kompel
db66cdb56f
Fix mrcp libraries to build right
2014-12-03 12:56:48 -05:00
François
35ba6a33b1
FS-6766, fix verto caller ringback missing on conference bridge
2014-12-03 10:16:22 +01:00
Italo Rossi
80649df65c
fix FS-7049 - Count and list agents based on their state
2014-12-02 22:57:43 -03:00
Chris Rienzo
35558993c9
FS-5816 #resolve #comment re-add completion cause to session record stop event
2014-12-02 15:00:54 -05:00
Brian West
2a7b022733
FS-6980 #resolve don't crash when using native recording on recordstop the redo
2014-12-02 10:51:48 -06:00
Anthony Minessale
72c3df5ed3
FS-6891 FS-6713 #comment revert 1b612fecb6
2014-12-02 16:46:08 -06:00
Hristo Trendev
a8c5a0c87b
add timezone support to mod_say_{de,es,ja,nl,th,zh}
...
This is nothing more than a shameless copy/paste from another mod_say
module, which already had timezone support. It simply checks if the
timezone variable is set and if it contains a valid timezone, then this
timezone will be used when announcing times/dates.
FS-7048 #resolve
2014-12-02 17:08:12 +01:00
Anthony Minessale
bad5dc3022
FS-7037 #resolve
2014-12-01 15:10:00 -06:00
Seven Du
dc9e9042d1
#comment FS-7025 fix compiler warning introduced from e55aee14
2014-12-01 09:40:18 +08:00
Anthony Minessale
e55aee14bb
FS-7025 %FEATURE #comment please test
2014-11-30 16:55:08 -06:00
Anthony Minessale
5bbef7f1e5
FS-7015 #comment please test
2014-11-25 17:02:10 -06:00
Brian West
79de78a0fb
FS-7021 #resolve
2014-11-19 21:51:09 -06:00
Mike Jerris
74f243bc3b
Merge pull request #95 in FS/freeswitch from ~ITALOROSSI/freeswitch:master to master
...
* commit 'f87c335e8a49da7b0a2b6f19b45f285f6355e2e0':
Only waiting for agent channel to hangup.
2014-11-19 15:32:19 -06:00
Michael Jerris
62a2e10e41
remove hack breaking some cross compile builds. if you really need this, you should be using new enough glibc anyways
2014-11-19 16:06:42 -05:00
Anthony Minessale
df423b88d6
improve timerfd implementation to be more accurate
2014-11-18 17:14:04 -06:00
Anthony Minessale
878a04715a
revert
2014-11-18 17:00:44 -06:00
Anthony Minessale
da6043f353
improve timerfd implementation to be more accurate
2014-11-18 16:59:58 -06:00
Chris Rienzo
7b80b6249b
Merge branch 'unimrcp-update-20141117'
2014-11-18 14:28:38 -05:00
Chris Rienzo
8330336e9a
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 configure MRCPv1 session with a connection agent- causes crash
2014-11-18 14:23:54 -05:00
Brian West
5127b64df8
FS-7014: [mod_sofia] don't touch the tech_pvt when a call has just ended, leaving us with a null tech_pvt
2014-11-18 10:22:13 -06:00
Brian West
8eaaa083ad
FS-6622: [mod_shout] set buffer size for streams based on the number of channels to avoid buffer starvation
2014-11-18 09:47:43 -06:00
Michael Jerris
424df19083
FS-6695: fix build on mips
2014-11-17 15:25:39 -05:00
Brian West
7c0da5cc40
FS-6957 fix regression
2014-11-17 10:36:03 -06:00
Michael Jerris
250234da76
FS-5800: [mod_curl] add support for additional curl auth methods
2014-11-17 11:01:35 -05:00
Michael Jerris
f198d82bac
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
2014-11-17 10:29:47 -05:00
Chris Rienzo
6f660c3a10
iksemel - remove support for SSLv23 in iks_proceed_tls (was a FS addition to iksemel). mod_rayo - updated to no longer support SSLv23
2014-11-17 09:46:23 -05:00
Mike Jerris
311d0766af
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
2014-11-17 08:29:08 -06:00
Michael Jerris
0cf770a836
FS-6996: #resolve fix define change as of glibc 2.20 for _BSD_SOURCE -> _DEFAULT_SOURCE
2014-11-17 09:27:22 -05:00
Flavio Grossi
c73afe1c85
FS-7004 mod_sndfile: respect umask when creating new files
...
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().
2014-11-17 11:26:31 +01:00
Travis Cross
f1df8d6096
Allow setting CURL timeout from curl API command
...
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.
2014-11-16 19:31:00 +00:00
Travis Cross
1ee325df48
Add `connect-timeout` option for curl API command
...
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.
2014-11-16 19:31:00 +00:00
Chris Rienzo
07c5cc18ba
FS-7003 #resolve #comment mod_rayo: fix infinite loop when output sent to server without SSML configured and repeat-times=0
2014-11-14 14:20:48 -05:00
Chris Rienzo
e1c0ef5008
mod_rayo: new configuration parameter, add-variables-to-offer (default=false). When true, all channel variables are included in the offer to rayo client
2014-11-14 13:22:53 -05:00
Julien Chavanton
826d428741
FS-6992 [mod_opus] global configuration or maxplaybackrate and maxaveragebitrate
...
from opus.conf.xml
2014-11-14 10:31:32 +01:00
Chris Rienzo
dd61232163
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>
2014-11-13 10:20:02 -05:00
Michael Jerris
75473a70b6
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.
2014-11-12 21:55:31 -06:00
Michael Jerris
82aa33140e
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.
2014-11-12 21:37:14 -06:00
Anthony Minessale
65502293cf
FS-6890 #comment revert
2014-11-12 13:09:39 -06:00
Brian West
1cbbc14724
Merge 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 )
2014-11-12 12:57:31 -06:00
Julien Chavanton
0eefdca47b
FS-6947 Opus RTP payload fmtp settings ( maxaveragebitrate / maxplaybackrate )
2014-11-12 17:51:56 +01:00
Seven Du
07030c63f0
fix compiler warning on unmatched return type
2014-11-12 13:31:30 +08:00
Seven Du
dd629c1516
add 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
2014-11-12 08:44:20 +08:00
Brian West
fada4b893a
FS-6977 #resolve
2014-11-11 18:18:32 -06:00
Nathan Neulinger
dbc5571594
FS-6983 wrap new curl TLS macro usage with ifdefs
2014-11-11 16:26:44 -06:00
Mike Jerris
09abee2492
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
2014-11-11 15:19:21 -06:00
Anthony Minessale
33d37ce0f5
PLIV-13 #resolve
2014-11-11 14:51:19 -06:00
Anthony Minessale
0c68bb6d89
FS-6957 #resolve
2014-11-11 13:37:46 -06:00
Nathan Neulinger
f175c71188
FS-6805 add support for logging full timestamps with dialplan, defaults to old behavior unless requested
2014-11-11 13:25:47 -06:00
Anthony Minessale
a279bf38af
FS-6890 #comment please test
2014-11-11 12:56:40 -06:00
Nathan Neulinger
c79360c596
reduce logging when level is below 9 for less important messages
2014-11-11 09:11:44 -06:00
Nathan Neulinger
ab24bde262
FS-5533 fix issue with busy signal being sent back to all shared lines instead of just the calling device
2014-11-11 08:41:16 -06:00
Brian West
34cf3b9069
FS-6980 #resolve don't crash when using native recording on recordstop
2014-11-11 07:45:50 -06:00
Michael Jerris
0f8b993769
fix mod_say_es_ar Makefile.am
2014-11-10 11:12:56 -05:00
Michael Jerris
11e62dd40d
Revert "Revert "FS-6967 New mod_say_es_AR to support Argentina Spanish variant.""
...
This reverts commit d9d9510ce4
.
2014-11-10 11:12:15 -05:00
Ken Rice
d9d9510ce4
Revert "FS-6967 New mod_say_es_AR to support Argentina Spanish variant."
...
This reverts commit e75d0675af
.
Revert "Add mod_say_es_ar to debian packaging"
This reverts commit ebb3c8fbfa
.
Conflicts:
configure.ac
2014-11-08 15:53:57 -06:00
Anthony Minessale
a3a80401fd
fix regression caused by missing ! char in commit: 4eb5b388
2014-11-07 17:11:47 -06:00
Anthony Minessale
5ce5199be9
FS-6969 #resolve #comment This patch should accomplish the same and handle other platforms, please test
2014-11-07 08:38:01 -06:00
Mike Jerris
b7741916eb
Merge pull request #49 in FS/freeswitch from ~VIPKILLA/freeswitch-mod_odbc_cdr:master to master
...
* commit '544c5faf5e6ce6fe2b87523304d1f00e2d201d90':
Add module mod_odbc_cdr
2014-11-07 08:34:55 -06:00
Mike Jerris
bf7c161d36
Merge pull request #68 in FS/freeswitch from ~HRISTO/freeswitch:interrupt-conf-moh to master
...
* commit '94278b5e545b58bad784a95da6181fc5f299457f':
allow enter and exit sounds to interrupt the MOH in a wait_mod conference
2014-11-07 08:09:05 -06:00
Mike Jerris
9939671b50
Merge pull request #102 in FS/freeswitch from ~AMARUS_CAMERON/freeswitch:mod_fifo-outbound_per_cycle_min to master
...
* commit '1944f9a5ee63ec51bed1bfb900072d168a81d004':
FS-6968 Changes to mod_fifo.c to add outbound_per_cycle_min
2014-11-07 08:06:54 -06:00
Brian West
9e9c4378de
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
2014-11-06 18:26:28 -06:00
Anthony Minessale
415f82fe93
FS-6954 #resolve #comment please test
2014-11-06 18:26:16 -06:00
Aaron Paolozzi
1944f9a5ee
FS-6968 Changes to mod_fifo.c to add outbound_per_cycle_min
2014-11-06 19:21:58 -05:00
Mike Jerris
60b51c46cc
Merge pull request #50 in FS/freeswitch from ~JMESQUITA/freeswitch:mod_say_es_AR to master
...
* commit 'e75d0675afd8974687931143709814544299fadc':
FS-6967 New mod_say_es_AR to support Argentina Spanish variant.
2014-11-06 17:21:08 -06:00
Anthony Minessale
f66f2cae8c
FS-6890 #comment please test
2014-11-06 17:13:02 -06:00
Joao Mesquita
e75d0675af
FS-6967 New mod_say_es_AR to support Argentina Spanish variant.
2014-11-06 19:21:13 -03:00
Chris Rienzo
cf1424cfe5
mod_rayo: update config to use spandsp_start_tone_detect and spandsp_stop_tone_detect
2014-11-06 14:54:55 -05:00
Chris Rienzo
0e9e8a9bd6
Renaming mod_spandsp's cadence + tone detection APPs and APIs (start_tone_detect / stop_tone_detect) to
...
spandsp_start_tone_detect and spandsp_stop_tone_detect to resolve conflict with mod_dptools'
tone_detect/stop_tone_detect APPs.
2014-11-06 14:46:56 -05:00
Hristo Trendev
94278b5e54
allow enter and exit sounds to interrupt the MOH in a wait_mod conference
...
This patch does the following:
* only starts MOH if no other file (sync or async) is currently playing
* adds a variable "conference_permanent_wait_mod_moh" that controls the
behavior of how the enter and exit sounds interact with the MOH when
wait_mod is set. When the variable is set, the MOH keeps playing and
the enter and exit sounds are mixed with the MOH. When the variable
is unset, then any playing MOH is first stopped, then the enter or
exit sound is played and the MOH is started again.
This functionality is useful in case the enter and exit sounds are
used to announce the name of the caller, who is joining or leaving a
conference.
FS-5159 #resolve
2014-11-06 19:32:17 +01:00
Mike Jerris
e86d359443
Merge pull request #57 in FS/freeswitch from ~LEKENSTEYN/freeswitch:fixes to master
...
* commit '8e4423f126b9476123c6fa8c41c5f8ebfe1d0cb5':
Document Dbh.test_reactive, return saner values
2014-11-06 11:48:12 -06:00
Mike Jerris
7b7685484d
Merge pull request #101 in FS/freeswitch from ~RAVENOX/freeswitch:fixes_for_pull_request_#93 to master
...
* commit 'c97c0e8a7805f15fd52e7400b3a984d981e2524a':
Fix for case-sensitive filesystems
Fixed code formatting. Return ListDelegate
2014-11-06 11:42:35 -06:00
Brian West
1190e59adf
FS-6965 #resolve
2014-11-06 09:47:54 -06:00
Brian West
bc767bb35a
Adding rfc6598.auto and adding rfc6598 space to nat.auto acl, This is the NAT444 carrier grade nat space
2014-11-06 08:55:03 -06:00
Artur Kraev
c97c0e8a78
Fix for case-sensitive filesystems
2014-11-06 12:36:02 +03:00
Artur Kraev
14bf6c1604
Fixed code formatting.
...
Return ListDelegate
2014-11-06 12:29:10 +03:00
Mike Jerris
fbe81ff886
Merge pull request #69 in FS/freeswitch from ~HRISTO/freeswitch:conference-flags to master
...
* commit '3695bdd9e4e0d925ab7296d2f4ce120bf656f623':
set conference flags from a dial plan variable or via +flags{ }
2014-11-05 16:25:40 -06:00
Mike Jerris
78cab12dd2
Merge pull request #48 in FS/freeswitch from ~ANTONIO/freeswitch-fs-6809:master to master
...
* commit '69d5cda6d67074d6e5c1b7038b4dd7cab0adf60f':
resolve FS-6809
2014-11-05 16:05:00 -06:00
Anthony Minessale
9c1e6037c9
FS-6954 #comment we fixed another bug and this is the side effect which is completely valid, too bad you can never fix broken t38 endpoints. Can you please test this patch
2014-11-05 11:51:30 -06:00
Anthony Minessale
a4971693d3
FS-6890 #comment please test
2014-11-05 11:35:16 -06:00
Anthony Minessale
4eb5b38848
fix bug where re-invites needlessly re-init the codec and jb
2014-11-05 11:35:16 -06:00
Brian West
01395c508b
FS-6916 fix typos in code
2014-11-05 10:58:35 -06:00
Brian West
8478874ab9
FS-6831 while you can already unset by calling set with var=, same with set in dialplan this is a convience function similar to our unset in dialplan
2014-11-05 09:44:24 -06:00
Mike Jerris
2b4082c236
Merge pull request #93 in FS/freeswitch from ~RAVENOX/freeswitch:mod_managed_improvements to master
...
* commit '889b678e58bf38eb86df7885b8f054d3d9d92d74':
mod_managed: Added GetPtr to Util class for internal pointers extraction (very useful when using native api)
mod_managed: Added pure CreateStateHandlerDelegate in ManagedSession for native api usage
mod_managed: added console log level
mod_managed: support per-module references directory
mod_managed: not crash when cannot remove shadow directory (this sometimes happens when restarting from FS console)
mod_managed: managedlist command must return value to api stream instead of log
2014-11-04 16:35:11 -06:00
Brian West
32a9ff3d39
Merge pull request #60 in FS/freeswitch from ~SJTHOMASON/freeswitch:FS-6823 to master
...
* commit 'afb00b2ecc8a9b049801f3f475c80e1111070fa8':
Force rport on ADTRAN TA Devices
2014-11-04 07:36:36 -06:00
Brian West
4b87056625
remove debugging printf
2014-11-03 14:17:24 -06:00
Brian West
91bc09525f
Fix copy and paste error CID 1250786
2014-11-03 14:15:04 -06:00
Anthony Minessale
b5d8fa9f46
FS-6956 modify commit 16365501
to use one single line which is only tolerable way to have bracket-less if stmts.
2014-11-03 14:03:12 -06:00
Anthony Minessale
8f3c157f12
FS-6957 #resolve
2014-11-03 11:32:40 -06:00
Italo Rossi
f87c335e8a
Only waiting for agent channel to hangup.
...
If the member do an attended transfer this loop stops and
the agent is set to Available state again, when in fact he still
busy with other channel.
This was happening, for example, when a member calls support queue, then
the support operator do an attended transfer to sales queue, while the sales
operator is talking the member that was transferred, the sales queue will
send calls to the operator, which is not expected.
2014-11-03 12:02:03 -03:00
Artur Kraev
889b678e58
mod_managed: Added GetPtr to Util class for internal pointers extraction (very useful when using native api)
2014-11-03 00:43:59 +03:00
Artur Kraev
33cb950500
mod_managed: Added pure CreateStateHandlerDelegate in ManagedSession for native api usage
2014-11-03 00:42:00 +03:00
Artur Kraev
10ebebaae0
mod_managed: added console log level
2014-11-03 00:34:04 +03:00
Artur Kraev
4037e782a5
mod_managed: support per-module references directory
2014-11-03 00:32:30 +03:00
Artur Kraev
f3d089a998
mod_managed: not crash when cannot remove shadow directory (this sometimes happens when restarting from FS console)
2014-11-03 00:24:49 +03:00
Artur Kraev
7c0cf506d8
mod_managed: managedlist command must return value to api stream instead of log
2014-11-03 00:17:57 +03:00
Anthony Minessale
7ca4ac566c
FS-5949 FS-6945 #comment this change should be relevant to both of these issues, please test. This patch improves the hold parsing and ignores connection address of 0 implying hold when ice is present and disables the auto interpretation by the lower level stack of 0.0.0.0 to automatically imply sendonly to allow FS to decide on its own
2014-10-31 13:49:39 -05:00
Brian West
39be877760
One place we said Failed Registration, the other we said Registration Failed, lets try to be consistent.
2014-10-30 10:40:52 -05:00
Anthony Minessale
52ae551d1a
FS-6954 #resolve #comment technically the new way is more correct but there is no hope for making fax endpoints follow a real spec. This should take care of it.
2014-10-30 10:15:10 -05:00
Brian West
429912e34f
git push
...
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
2014-10-29 16:01:30 -05:00
Brian West
3b9f0c32e6
FS-6927 #comment allow sub millisecond resolution for option ping times
2014-10-29 16:01:28 -05:00
Anthony Minessale
43e6146ece
translate dtmf directly to b leg in bypass call in verto
2014-10-29 13:14:55 -05:00
Mike Jerris
cba216ca27
Merge pull request #56 in FS/freeswitch from ~OLEGSTOLYAR/freeswitch:master to master
...
* commit '49a3672e4206a2a730220ec4bc2426274441ef64':
Add ability to log commands executed in mod_xml_rpc
2014-10-29 12:59:43 -05:00
Anthony Minessale
30e793a7ef
fix missing paren in logic for hard mute enter muted mode
2014-10-29 12:16:32 -05:00
olegstolyar
49a3672e42
Add ability to log commands executed in mod_xml_rpc
2014-10-29 17:08:21 +00:00
Anthony Minessale
5488757917
FS-6950 #resolve
2014-10-28 15:01:08 -05:00
Anthony Minessale
f85c82446c
FS-6949 #resolve
2014-10-28 14:19:06 -05:00
Anthony Minessale
443ab8a8db
FS-5949 #resolve
2014-10-28 13:38:06 -05:00
Brian West
9a2ac280ba
Merge pull request #90 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6756-metadata-in-mp3-recordings-are-not to master
...
* commit '3f0d6b3f2d548de7d07d8503a1f73f381e3d1a72':
FS-6756 lame_init_params must be called after setting all id3tag stuff, otherwise id3 tags will not be written. So, instead of calling it early, revert FS-3646 and add a check on free_context to really do lame stuff only if lame has been set ready, avoid seg faults in some corner cases.
2014-10-28 09:46:53 -05:00
Brian West
75815877d6
FS-6688 #resolve
2014-10-27 14:14:21 -05:00
Anthony Minessale
d1e529aefd
Add new hard_mute control to allow apps to request low level mute e.g. from the rtp stack level. Its used in mod_conference to avoid reading audio while muted and possibly reduce some transcoding load
2014-10-27 15:13:42 -04:00
Anthony Minessale
0386db7dfd
add some asserts to catch buffer overflow
2014-10-27 15:13:42 -04:00
Brian West
f772b400bf
FS-6939 please do pull request next time. ;)
2014-10-27 14:12:55 -05:00
Chris Rienzo
bea7d8ec71
FS-5853 #resolve #comment mod_rayo now reports record completion cause
2014-10-27 13:41:52 -04:00
Brian West
26af9c3d67
FS-6939 #resolve
2014-10-27 12:23:44 -05:00
Chris Rienzo
b25ae6ab6c
FS-5816 #resolve #comment Record-Completion-Cause added to session recording RECORD_STOP event and record_completion_cause channel variable added.
2014-10-27 13:17:38 -04:00
Chris Rienzo
a43e3496c2
FS-6921 #resolve #comment rayo APP now accepts optional comma separated list of JIDs or user names to steer incoming calls to specific rayo clients
2014-10-27 12:18:17 -04:00
Chris Rienzo
57e8231cba
FS-6929 #resolve #comment fix deadlock in mod_rayo
2014-10-27 10:05:12 -04:00
Anthony Minessale
12b6940644
update jb command parser
2014-10-24 15:26:44 -05:00