Travis Cross
e6ec9b3c61
Add automake subdir-options for modules
...
The automake project is apparently changing behavior in their next
major version and warning everyone who relies on subdir-options to add
it explicitly.
2014-03-08 00:32:02 +00:00
Michael Jerris
90fbc6231d
fix autoconf syntax
2014-03-07 19:26:17 -05:00
Michael Jerris
163617c711
fix autoconf syntax issue
2014-03-07 19:19:53 -05:00
Michael Jerris
d4b4ef8d7f
support newer automake without warnings
2014-03-07 19:09:16 -05:00
Brian West
c19bb4d180
fix autotools missing file name
2014-03-07 18:06:22 -06:00
Brian West
5de8d62c6c
move configure.in to configure.ac
2014-03-07 17:52:16 -06:00
Michael Jerris
2513388d8a
clean up some bootstrap warnings
2014-03-07 18:36:26 -05:00
Michael Jerris
bcd9f49fbe
move applications to use automake
2014-03-07 18:36:12 -05:00
Brian West
07272e864e
FS-6321 --resolve
...
Copy URI params from Refer-To header into custom header in subsequent INVITE
sip_h_X-FS-Refer-Params is set to show up in the INVITE as X-FS-Refer-Params
2014-03-07 12:56:58 -06:00
Anthony Minessale
f87ae15fc6
don't refuse invites on established sessions due to session limits
2014-03-07 23:46:26 +05:00
Anthony Minessale
8d2c6b354e
According to https://code.google.com/p/webrtc/issues/detail?id=2768 ; The Chrome WebRTC engine reserves payload 98 and 99, IKR? So, to avoid taking a nasty spill down the stairs and subjecting ourselves to further school absences, we'll just start our payload space at 102 when making WebRTC calls.......
2014-03-07 20:24:16 +05:00
Chris Rienzo
f9f36993e8
FS-6282 mod_rayo: fix memory leak in previous commit
2014-03-06 23:32:56 -05:00
Chris Rienzo
5138aede9b
FS-6282 mod_rayo: allow outbound call JID to be assigned by client
2014-03-06 23:14:28 -05:00
Anthony Minessale
b8e4a66dd2
another crypto regression
2014-03-07 08:34:39 +05:00
Anthony Minessale
0da8c6331d
don't kick in nat mode on polycom tcp unless its not in the local network
2014-03-07 08:34:26 +05:00
Anthony Minessale
5aa955b5c9
also means forbidden on recovering calls
2014-03-07 07:11:32 +05:00
Anthony Minessale
87e0dda3d3
no var set on outbound meands forbidden and on inbound it means optional
2014-03-06 20:05:02 -06:00
Anthony Minessale
fcef3ad4b1
FS-6319 --resolve
2014-03-06 19:37:11 -06:00
Anthony Minessale
46c5268e09
FS-6319
2014-03-07 06:35:02 +05:00
Anthony Minessale
abb83e0b0e
fix backwards subtraction
2014-03-07 06:34:57 +05:00
Anthony Minessale
5375d8b643
add on to last commit
2014-03-07 06:34:32 +05:00
Anthony Minessale
bd4a0d8cbc
add a way to tell mod_conference when the rate of the channel has changed due to a codec change so it can reset the resampler and codecs internally
2014-03-07 05:17:47 +05:00
Anthony Minessale
a491df05f1
declinatio mortuus obfirmo!
2014-03-07 03:35:36 +05:00
Anthony Minessale
390e6713cc
part of last patch
2014-03-07 02:59:09 +05:00
Anthony Minessale
e9847afe22
feed all packets to jitterbuffer when enabled to absorb bursts and improve smoothing and delay protection
2014-03-07 02:48:56 +05:00
Brian West
8a973cf5bc
add alias
2014-03-06 10:51:01 -06:00
Brian West
f7be96396b
add missing flags after refactor
2014-03-06 10:49:43 -06:00
Travis Cross
2fdaa1c0e8
Fix use of out of scope declaration
2014-03-06 08:45:23 +00:00
Travis Cross
7cde2adcb7
Fix minor edge case in switch_split_user_domain
...
If the input started with 'sip:sips:' it would have been incorrectly
parsed.
2014-03-06 06:03:27 +00:00
Brian West
ea313038f2
React to all suites in the defaults and set true to accept the strongest offer received
2014-03-05 21:34:05 -06:00
Brian West
8807e8fa02
Spacing
2014-03-05 21:21:59 -06:00
Brian West
8450641332
THIS JUST IN rtp_secure_media_suites option
2014-03-05 21:21:05 -06:00
Anthony Minessale
656cb2ac03
add optional rtp_secure_media_suites variable clobbered by rtp_secure_media with mandatory|optional:<suites>
2014-03-06 08:17:22 +05:00
Brian West
9611390244
spacing
2014-03-05 21:16:26 -06:00
Brian West
1f0966336a
default if not set is
2014-03-05 21:08:39 -06:00
Brian West
4420bf4b91
Documentation for recent SRTP changes
2014-03-05 21:04:42 -06:00
Anthony Minessale
1d733235a5
remove unused stuff from last commit
2014-03-06 07:41:39 +05:00
Anthony Minessale
e5b291514c
FS-5755
...
rtp_secure_media=mandatory
rtp_secure_media=optional
rtp_secure_media=mandatory:AES_CM_256_HMAC_SHA1_80,AES_CM_256_HMAC_SHA1_32
rtp_secure_media=optional:AES_CM_256_HMAC_SHA1_80
rtp_secure_media=forbidden
true implies mandatory
false implies forbidden
not set implies optional
rtp_secure_media_inbound or rtp_secure_media_outbound take precedence and are treated the same way based on leg direction
2014-03-06 07:34:47 +05:00
Ken Rice
eba0cb5f0f
FS-6286 --resolve Thanks to Tom Parrott
2014-03-05 17:56:04 -06:00
Anthony Minessale
d3121d930e
switch_false currently returns false on NULL
2014-03-05 17:36:35 -06:00
Travis Cross
1990d10057
Reword the websocket TLS cipher list
...
This generates an identical list of cipher suites, but this commit
restates the cipher spec to be more similar to the way we state it
elsewhere.
2014-03-05 21:37:30 +00:00
Travis Cross
6a3dcc9e0f
Drop null-auth suites from our default TLS cipher list
...
Previously we disallowed anonymous Diffie-Hellman, but there are other
kinds of null-authentication TLS suites. In particular, disallowing
AECDH is important now that we support elliptic-curve Diffie-Hellman.
2014-03-05 21:37:30 +00:00
Anthony Minessale
4cf14bce50
FS-5814
2014-03-06 00:31:10 +05:00
Anthony Minessale
fe2a4bfa53
FS-5814
2014-03-05 13:12:02 -06:00
Anthony Minessale
5dbdbda0e7
force sofia rebuild
2014-03-06 00:03:20 +05:00
Anthony Minessale
7cb91467e0
FS-5814 --resolve
2014-03-06 00:02:40 +05:00
Anthony Minessale
066de4b378
Port commit from gitorious copy of sofia-sip our code now differs but this issue would still be a concern for OS X
...
commit ee51fa4e2993ab71339e29691aec8b924c810c53
Author: Frode Isaksen <frode.isaksen@bewan.com>
Date: Thu Aug 18 16:40:58 2011 +0300
su: fix su_time() on 64-bit OS X
The field tv_sec in struct timeval is 64bits instead of 32bits as in
su_time_t, so you cannot cast su_time_t to struct timeval.
2014-03-05 10:25:39 -06:00
Brian West
6ed4ad7e20
Pass down into esl the LDFLAGS, fixes finding libncurses on NetBSD too.
2014-03-05 06:21:53 -06:00
Brian West
039f28d136
We do not use the cpp lib so why compile it.
2014-03-05 06:19:43 -06:00
Brian West
49fe796dab
These options aren't valid for apr-util configure
...
configure: WARNING: unrecognized options: --disable-shared, --with-pic
2014-03-05 06:18:40 -06:00