Stefan Knoblich
|
cbf22d8a32
|
FreeTDM: Silence -Wtautological-compare warnings emitted by clang
Fixes "warning: comparison of unsigned expression >= 0 is always true".
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
|
2013-05-10 19:04:09 +02:00 |
Stefan Knoblich
|
ae58a4c1ba
|
FreeTDM: Use ftdm_unused_arg() to silence -Wunused-argument warnings
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
|
2013-05-10 19:04:09 +02:00 |
Steve Underwood
|
d501c77566
|
Relax the image resolutions supported for FAX
|
2013-05-10 21:44:17 +08:00 |
Steve Underwood
|
46ec57c415
|
The gettimeofday() function spandsp provided for Windows apparently falls over
after 25 hours. I guess not many people are inserting header lines on FAX pages.
Hopefully this update fixes the problem.
|
2013-05-10 11:54:20 +08:00 |
Anthony Minessale
|
30c27efb62
|
move log message to avoid logging null
|
2013-05-09 14:34:39 -05:00 |
Anthony Minessale
|
16690e491d
|
FS-5399 --resolve
|
2013-05-09 14:05:09 -05:00 |
Anthony Minessale
|
79230a5d8a
|
FS-5325 i'll put the nonblocking in but I still think this is a problem with openssl, a short read is not there every single time you connect, When the lib is in full blocking mode it should be handling the complicated actions internally. As complicated as socket programming is, async ssl is even worse because it requires you to do your own buffering and attemps to read may fail waiting for you to write or vice-versa which should have been handled for us in the lib. non-interruptable syscalls are getting pretty outdated and not enabling it is much less complex than making every socket app on earth be non-blocking
|
2013-05-09 12:56:42 -05:00 |
Anthony Minessale
|
f00bd136ac
|
FS-5360 --resolve fields are exec-on-max-failures exec-on-max-timeouts pin, needs testing
|
2013-05-09 12:28:43 -05:00 |
Anthony Minessale
|
66ba282233
|
FS-5390 --resolve
|
2013-05-09 10:29:45 -05:00 |
Anthony Minessale
|
ba97929a1a
|
FS-5398 --resolve
|
2013-05-09 10:08:14 -05:00 |
Michael S Collins
|
67226c3aa6
|
update to be recorded phrases
|
2013-05-09 10:26:02 -07:00 |
Giovanni Maruzzelli
|
0330520eba
|
test 2, please ignore
|
2013-05-09 17:00:54 +00:00 |
root
|
0fe65187cd
|
test, please ignore
|
2013-05-09 16:59:39 +00:00 |
William King
|
9fa4bed8e3
|
FS-5395: False alarm on a reported valgrind memory leak. The io_private is alloc'd from a memory pool which valgrind sucks at tracking. No need to free this, because it'll get cleared when the memory pool on the rsession is destroyed.
|
2013-05-08 18:45:24 -07:00 |
William King
|
b3117e8f88
|
FS-5395: --resolve Resolve another mod_rtmp crash where oh specific hangup scenarios there would be a free of variable that wasn't ever malloced
|
2013-05-08 16:54:05 -07:00 |
Anthony Minessale
|
0a68bee88e
|
FS-5085 I discovered that the bowout is happening from both legs at once, we only need to check this condition on the A side of the loopback bridge
|
2013-05-08 13:17:07 -05:00 |
Brian West
|
7c0dc4c25d
|
Undo previous change
|
2013-05-08 14:40:10 -05:00 |
Raymond Chandler
|
43837837fd
|
Merge branch 'master' of fs-git:freeswitch
|
2013-05-08 13:59:39 -04:00 |
Raymond Chandler
|
58a127fe65
|
FS-5327 --resolve
|
2013-05-08 13:52:48 -04:00 |
Michael S Collins
|
e6114e4ab3
|
Update to be recorded phrases
|
2013-05-08 10:20:22 -07:00 |
Raymond Chandler
|
ef1d9836a7
|
Merge branch 'master' of fs-git:freeswitch
|
2013-05-08 12:53:40 -04:00 |
Raymond Chandler
|
e88126c95a
|
FS-5288 --resolve
|
2013-05-08 12:53:31 -04:00 |
Anthony Minessale
|
9aaaeb7215
|
FS-5371 --resolve typo
|
2013-05-08 09:18:52 -05:00 |
Jeff Lenk
|
0bf912e821
|
FS-5389
|
2013-05-08 11:36:13 -05:00 |
Jeff Lenk
|
ab7ae9f7cc
|
FS-5389 --resolve
|
2013-05-08 08:37:10 -05:00 |
William King
|
0d5888de2f
|
Revert "fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill"
This reverts commit d8edc031fa .
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
|
2013-05-07 16:04:54 -07:00 |
Anthony Minessale
|
d83c627228
|
FS-5168 --resolve
|
2013-05-07 14:09:47 -05:00 |
Raymond Chandler
|
a2fcb4191e
|
FS-4871 --resolve
|
2013-05-07 15:07:04 -04:00 |
Anthony Minessale
|
b2a9c71df6
|
FS-5325
|
2013-05-07 11:30:37 -05:00 |
Anthony Minessale
|
01a748869d
|
regression parsing rtp-timeout-sec from the profile
|
2013-05-07 08:50:02 -05:00 |
Anthony Minessale
|
ff05e5f2c7
|
FS-5383 --resolve
|
2013-05-07 08:31:23 -05:00 |
Ken Rice
|
7952f7c547
|
fix mod_spandsp on systems with libjbig
|
2013-05-06 18:23:54 -05:00 |
Stefan Knoblich
|
81702d18fb
|
FreeTDM: Add ftdm_unused_arg() macro to silence "unused parameter" compiler warnings
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
|
2013-05-06 17:50:10 +02:00 |
Michael Jerris
|
bea4bb0950
|
fix auto in will not use the last slot
|
2013-05-06 11:46:38 -04:00 |
Jeff Lenk
|
b4826c1a7f
|
another esl managed tweak
|
2013-05-04 12:43:19 -05:00 |
Jeff Lenk
|
abbe992e1c
|
tweak windows esl managed - removing mixed mode and any from the solution - this should remove some of the ambiguity around building
|
2013-05-04 12:15:04 -05:00 |
Anthony Minessale
|
832bbf4f03
|
FS-5371 --resolve
|
2013-05-03 13:38:17 -05:00 |
Anthony Minessale
|
283e5f5f6a
|
FS-5365 --resolve
|
2013-05-03 13:14:01 -05:00 |
Michael Jerris
|
2f767ec9f0
|
add bgsystem for background system calls
|
2013-05-03 16:22:34 -04:00 |
Anthony Minessale
|
adb68d6bca
|
FS-5085 adding this patch but still wondering what causes this issue
|
2013-05-03 12:30:35 -05:00 |
Anthony Minessale
|
21c5db871b
|
dress up event fired after parsing a message
|
2013-05-03 11:42:36 -05:00 |
Anthony Minessale
|
e95bbd1e1f
|
FS-5368 --resolve
|
2013-05-03 11:03:17 -05:00 |
Anthony Minessale
|
44840fc97a
|
fix regression in sofia profile param for t38-passthru
|
2013-05-02 22:36:39 -05:00 |
Anthony Minessale
|
33f08490ec
|
refuse t38 passthru on unanswered channel
|
2013-05-02 22:29:02 -05:00 |
William King
|
7ce7cbda57
|
FS-4332: --resolve
|
2013-05-03 00:01:24 -05:00 |
William King
|
17781cba1c
|
FS-5240: --resolve Please test
|
2013-05-02 23:57:50 -05:00 |
Anthony Minessale
|
784d5722fa
|
FS-4875 auto setting ignore_early_media causes unwanted side effects for others, it will have to be supplied by the user
|
2013-05-02 21:21:51 -05:00 |
Anthony Minessale
|
4c81fdf3ee
|
FS-5359 --resolve
|
2013-04-30 18:45:24 -05:00 |
Brian West
|
777ca3392a
|
add channel data to this event
|
2013-04-30 14:43:47 -05:00 |
Brian West
|
30899013bc
|
fix stop the correct way
|
2013-04-30 13:24:35 -05:00 |