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
Mike Jerris
e5fe505083
Merge pull request #98 in FS/freeswitch from ~BRIAN/freeswitch-testing:bugfix/FS-6916-mod_xml_radius-mistakes-correction to master
...
* commit '01395c508b180b313efb57ad11396676511c21d2':
FS-6916 fix typos in code
2014-11-05 11:07:50 -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
Anthony Minessale
46e74e5853
revert 831832c2c6
2014-11-05 09:26:44 -06:00
Michael Jerris
a17be38e07
add reconf target
2014-11-05 09:44:04 -05:00
Anthony Minessale
831832c2c6
FS-6890 #please test
2014-11-04 18:31:44 -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
Chris Rienzo
a74e29affa
added mod_graylog2 and mod_mongo to RPM package. Added graylog.conf.xml to vanilla config, but disabled in modules.conf.xml
2014-11-04 15:18:11 -05: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
Brian West
5dee5ce1d5
FS-6953 #resolve
2014-11-03 11:40:17 -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
Travis Cross
9bf834fe58
Handle debian's libtool-bin change
...
The libtool binary used to be contained in the libtool package. As of
current sid/jessie the libtool package contains everything about
libtool but the libtool binary, and we need to install libtool-bin to
get the libtool binary itself. Which is to say that Debian decided to
make the libtool package architecture-independent.
Without this commit the FS debian packaging will not build/bootstrap
on sid/jessie.
2014-10-30 00:25:43 +00:00
Brian West
8bfc4f2def
DOCS-16 DOCS-15 and remember patches are welcome
2014-10-29 17:25:15 -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
Jeff Lenk
3c1ad1f014
Merge pull request #66 in FS/freeswitch from ~STEFANO.PICERNO/freeswitch:windows-wait-fix to master
...
* commit '4c9d9301b0f19b1750d567ce62142a572b163944':
Workaround for Windows limit in su_wait
2014-10-29 11:04:00 -05:00
Brian West
b902a5fd35
tweak/fix for openbsd and fix netbsd
2014-10-29 09:52:38 -05:00
Brian West
38707e7803
tweak for openbsd
2014-10-29 09:50:05 -05:00
Anthony Minessale
5488757917
FS-6950 #resolve
2014-10-28 15:01:08 -05:00
Brian West
ae0ab4c436
Overcome silly libedit bug when using screen or vt100 when using this .bashrc file
2014-10-28 14:44:02 -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