]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Jeff Lenk [Tue, 18 Mar 2014 04:28:57 +0000 (23:28 -0500)]
FS-6348 --resolve
Jeff Lenk [Tue, 18 Mar 2014 03:27:08 +0000 (22:27 -0500)]
FS-6348 part1
Anthony Minessale [Tue, 18 Mar 2014 01:53:42 +0000 (06:53 +0500)]
bump
Anthony Minessale [Tue, 18 Mar 2014 01:52:14 +0000 (06:52 +0500)]
bump
Brian West [Tue, 18 Mar 2014 01:51:51 +0000 (20:51 -0500)]
Reswig managed
Brian West [Tue, 18 Mar 2014 01:24:28 +0000 (20:24 -0500)]
FS-6368 --resolve include signal.h in ivrd.c
Brian West [Mon, 17 Mar 2014 23:12:03 +0000 (18:12 -0500)]
FS-6367 --resolve fix NetBSD so that it properly builds modules
Michael Jerris [Mon, 17 Mar 2014 23:05:55 +0000 (19:05 -0400)]
fix libcurl linking when using system libcurl
Michael Jerris [Mon, 17 Mar 2014 22:42:02 +0000 (18:42 -0400)]
FS-6341: fix compiler warning from set but unused var
Michael Jerris [Mon, 17 Mar 2014 21:41:27 +0000 (17:41 -0400)]
keep building when using the old modmake.rules
Anthony Minessale [Mon, 17 Mar 2014 21:18:24 +0000 (16:18 -0500)]
force sofia rebuild
Anthony Minessale [Mon, 17 Mar 2014 21:16:42 +0000 (16:16 -0500)]
FS-6287 --resolve
Anthony Minessale [Mon, 17 Mar 2014 21:15:59 +0000 (16:15 -0500)]
revert revert
Brian West [Mon, 17 Mar 2014 20:03:03 +0000 (15:03 -0500)]
Revert
6e818216e2e615f3241a34253cdea8ee316d9e88 , from FS-6287 as it breaks challenge to invites we don't come back and respond
Michael Jerris [Mon, 17 Mar 2014 18:33:48 +0000 (14:33 -0400)]
FS-353: add testing hack to use system xmlrpc-c
Michael Jerris [Mon, 17 Mar 2014 18:33:08 +0000 (14:33 -0400)]
use AM_SILENT_RULES where available and remove our hacks for quiet builds as they don't work very well and cause other build problems
Travis Cross [Mon, 17 Mar 2014 02:06:58 +0000 (02:06 +0000)]
Refactor out extraneous call to gettime
We were calling switch_epoch_time_now() twice for no good reason.
Michael Jerris [Mon, 17 Mar 2014 16:27:42 +0000 (12:27 -0400)]
FS-6341: --resolve add 3pcc invite w/o sdp support for 100rel/PRACK
Michael Jerris [Mon, 17 Mar 2014 15:47:24 +0000 (11:47 -0400)]
remove unmaintaned and horribly out of date build attempts for cmake and xcode
Michael Jerris [Mon, 17 Mar 2014 14:57:18 +0000 (10:57 -0400)]
FS-6293: we need this for srcdir for xmlrpc-c
Michael Jerris [Mon, 17 Mar 2014 14:06:29 +0000 (10:06 -0400)]
FS-6293: fix mod_shout srcdir build
Michael Jerris [Mon, 17 Mar 2014 13:46:12 +0000 (09:46 -0400)]
FS-6293: fix mod_shout srcdir build
Michael Jerris [Mon, 17 Mar 2014 13:44:14 +0000 (09:44 -0400)]
move libs/stfu into the core, as it is not really a lib
Michael Jerris [Mon, 17 Mar 2014 12:51:21 +0000 (08:51 -0400)]
FS-6293: fix mod_shout srcdir build
Michael Jerris [Mon, 17 Mar 2014 12:46:38 +0000 (08:46 -0400)]
FS-6293: fix mod_rtmp srcdir build
Michael Jerris [Mon, 17 Mar 2014 12:32:17 +0000 (08:32 -0400)]
FS-6293: fix mod_silk srcdir build
Travis Cross [Sun, 16 Mar 2014 16:07:02 +0000 (16:07 +0000)]
Mitigate the CRIME TLS flaw
If an attacker can cause a device to make an authenticated request to
a service via TLS while including a payload of the attacker's choice
in that request, and if TLS compression is enabled, the attacker can
uncover the plaintext authentication information by making a series of
guesses and observing changes in the length of the ciphertext.
This is CVE-2012-4929.
FS-6360 --resolve
Thanks-to: Brian West <brian@freeswitch.org>
Peter Olsson [Sun, 16 Mar 2014 09:02:35 +0000 (10:02 +0100)]
mod_v8: Try to make V8 build work on Visual Studio Express (devenv.exe is not available in Express)
Peter Olsson [Sun, 16 Mar 2014 09:01:18 +0000 (10:01 +0100)]
FS-6347 Make PCRE chartables dependent of PCRE download, to make sure build works the first time
Peter Olsson [Sun, 16 Mar 2014 09:00:04 +0000 (10:00 +0100)]
Ignore directories for downloaded libraries curl and pcre
Jeff Lenk [Sun, 16 Mar 2014 05:17:51 +0000 (00:17 -0500)]
windows curl remove header refs
Jeff Lenk [Sun, 16 Mar 2014 04:35:30 +0000 (23:35 -0500)]
FS-6347 update windows build to use downloaded pcre
Jeff Lenk [Sun, 16 Mar 2014 04:09:45 +0000 (23:09 -0500)]
FS-6355 remove check on delete
Michael Jerris [Sun, 16 Mar 2014 02:47:55 +0000 (22:47 -0400)]
we are intentionally using a value outside of the enum here as a special value. The compiler will always make this an int anyways, so this is safe. cast to remove the warning
Michael Jerris [Sun, 16 Mar 2014 02:42:05 +0000 (22:42 -0400)]
silence clang warning about always false, this is meant to keep naughty users for the api from causing a crash, the check is fine
Michael Jerris [Sun, 16 Mar 2014 02:37:46 +0000 (22:37 -0400)]
FS-6293: srcdir builds, don't touch src/include/switch.h in builddir, it creates an empty one that is included before the real one
Michael Jerris [Sun, 16 Mar 2014 02:23:46 +0000 (22:23 -0400)]
fix var type warnings in mod_lcr
Michael Jerris [Sun, 16 Mar 2014 02:14:11 +0000 (22:14 -0400)]
FS-6293: srcdir builds, pass along CFLAGS to spandsp lib build as well, not just override them
Brian West [Sun, 16 Mar 2014 01:49:08 +0000 (20:49 -0500)]
remove cruf
Jeff Lenk [Sat, 15 Mar 2014 23:01:03 +0000 (18:01 -0500)]
FS-6355 fix for windows delete file
Michael Jerris [Sat, 15 Mar 2014 03:13:34 +0000 (23:13 -0400)]
FS-6293: srcdir builds, most of the built in mods work now
Michael Jerris [Sat, 15 Mar 2014 00:02:22 +0000 (20:02 -0400)]
FS-6293: more srcdir build fixes, fix mod_enum srcdir build
Michael Jerris [Fri, 14 Mar 2014 23:55:23 +0000 (19:55 -0400)]
FS-6293: more srcdir build fixes, core builds now
Michael Jerris [Fri, 14 Mar 2014 23:52:35 +0000 (19:52 -0400)]
FS-6293: more srcdir build fixes
Michael Jerris [Fri, 14 Mar 2014 23:47:05 +0000 (19:47 -0400)]
FS-6293: more srcdir build fixes
Anthony Minessale [Fri, 14 Mar 2014 22:33:26 +0000 (18:33 -0400)]
Michael Jerris [Fri, 14 Mar 2014 22:04:07 +0000 (18:04 -0400)]
remove DYNAMIC_LIB_EXTEN because we use libtool to figure this all out now
Chris Rienzo [Fri, 14 Mar 2014 21:23:27 +0000 (17:23 -0400)]
mod_rayo: some bugfixes to pause-when-offline
Anthony Minessale [Fri, 14 Mar 2014 20:31:30 +0000 (16:31 -0400)]
fix perl build and install
Jeff Lenk [Fri, 14 Mar 2014 20:18:54 +0000 (15:18 -0500)]
vs2010 reswig
Chris Rienzo [Fri, 14 Mar 2014 19:50:21 +0000 (15:50 -0400)]
mod_rayo: add new config pause-when-offline - will pause inbound calling if there are no online clients to handle calls. This is useful if you want FS to respond 503 to options ping when there are no online rayo clients. Default behavior is to disable this param.
Chris Rienzo [Fri, 14 Mar 2014 18:33:38 +0000 (14:33 -0400)]
mod_rayo: fix regression in ACL
Chris Rienzo [Fri, 14 Mar 2014 18:24:53 +0000 (14:24 -0400)]
mod_rayo: add remote IP and port to xmpp stream logging
Anthony Minessale [Fri, 14 Mar 2014 18:13:22 +0000 (13:13 -0500)]
FS-6350 --resolve Parse params out of user portion of caller_id and save them to sip_name_params
Anthony Minessale [Fri, 14 Mar 2014 17:55:50 +0000 (12:55 -0500)]
do not retry so fast on failed outbound subs
Anthony Minessale [Fri, 14 Mar 2014 17:27:25 +0000 (12:27 -0500)]
force sofia update
Anthony Minessale [Fri, 14 Mar 2014 17:25:43 +0000 (12:25 -0500)]
FS-6287 --resolve When a broken registrar sends a 401 unauth then replies with a subsequent 401 unauth without the stale=true attribute, sofia tries to invalidate the auth handle and get stuck in a state where it cannot recover until the reg handle is destroyed. In this case, the provider in question has a bug on thier end when the nonce count rolls from nc=
000000ff to nc=
00000100 they start sending several consecitive 401 rather than a 401 with stale=true or a 403. This change will allow it to reset properly and try again with nc=
00000001 on the next try.
Seven Du [Fri, 14 Mar 2014 16:14:09 +0000 (00:14 +0800)]
use lua scripts in a sub dir
Seven Du [Fri, 14 Mar 2014 16:11:28 +0000 (00:11 +0800)]
add create user and gateway lua scripts
Seven Du [Fri, 14 Mar 2014 16:04:56 +0000 (00:04 +0800)]
simple code to add a gateway
Eliot Gable [Fri, 14 Mar 2014 15:54:05 +0000 (15:54 +0000)]
Add error handling to sql queue manager callback functionality and fix spelling.
Seven Du [Fri, 14 Mar 2014 05:19:59 +0000 (13:19 +0800)]
fix submit/cancel buttons, doc was outdated
https://github.com/ember-addons/bootstrap-for-ember/issues/98
Brian West [Thu, 13 Mar 2014 22:27:36 +0000 (17:27 -0500)]
FS-6355 - Patch to have .fsxml file be generated atomic to avoid partial reads when using this file to compare to previous versions/etc.
Anthony Minessale [Thu, 13 Mar 2014 18:00:06 +0000 (13:00 -0500)]
FS-6211 more changes
Anthony Minessale [Thu, 13 Mar 2014 17:53:39 +0000 (22:53 +0500)]
FS-6211 thread priority in the apr for windows
Anthony Minessale [Thu, 13 Mar 2014 17:53:43 +0000 (12:53 -0500)]
Brian West [Thu, 13 Mar 2014 16:13:06 +0000 (11:13 -0500)]
FS-6354 --resolve, add realm to sofia::expires event
Anthony Minessale [Thu, 13 Mar 2014 15:23:08 +0000 (10:23 -0500)]
FS-6353 --resolve
Jeff Lenk [Thu, 13 Mar 2014 14:13:30 +0000 (09:13 -0500)]
FS-6346 --resolve
Jeff Lenk [Thu, 13 Mar 2014 13:57:54 +0000 (08:57 -0500)]
FS-6346
Michael Jerris [Thu, 13 Mar 2014 13:13:48 +0000 (09:13 -0400)]
FS-6352: --resolve don't override install target when using automake, make your own install target that will get depended upon instead
Jeff Lenk [Thu, 13 Mar 2014 04:48:43 +0000 (23:48 -0500)]
FS-6346 part 1
Chris Rienzo [Thu, 13 Mar 2014 03:14:44 +0000 (23:14 -0400)]
FS-6345 --resolve mod_unimrcp: don't start input timers if start of speech was detected
Chris Rienzo [Thu, 13 Mar 2014 01:53:25 +0000 (21:53 -0400)]
FS-6281 mod_rayo: don't add timestamp to presence event that already has one.
Michael Jerris [Wed, 12 Mar 2014 23:02:43 +0000 (19:02 -0400)]
remove usage of apr dso functions, we have our own dso abstraction
Travis Cross [Wed, 12 Mar 2014 21:29:46 +0000 (21:29 +0000)]
Build-depend on libcurl-dev in debian
Because FS will build against the system libcurl if it's there, this
results in us building against the system library.
Brian West [Wed, 12 Mar 2014 20:23:44 +0000 (15:23 -0500)]
clang uses -fPIC too, don't fail on mod_lua build by not adding PIC flags for the lua library build
Brian West [Wed, 12 Mar 2014 20:22:56 +0000 (15:22 -0500)]
fix automake warnings for var redefined
Brian West [Wed, 12 Mar 2014 18:47:24 +0000 (13:47 -0500)]
BNPH-6149: allow to use system curl again, fix some types on auth_scheme values to all be long, don't use curl private function in our wrapper. This may cause missing symbol curl_easy_setopt with visibility turned on, if it does that, please let me know
Brian West [Wed, 12 Mar 2014 18:13:30 +0000 (13:13 -0500)]
FS-3630: --static is not actually a valid option
Giovanni Maruzzelli [Wed, 12 Mar 2014 16:51:24 +0000 (17:51 +0100)]
FS-5078 gsmopen: adding ussd capabilities, thanks Boris
Anthony Minessale [Wed, 12 Mar 2014 16:42:37 +0000 (11:42 -0500)]
add switch_sql_queue_manager_pause and switch_sql_queue_manager_resume
Seven Du [Wed, 12 Mar 2014 01:40:59 +0000 (09:40 +0800)]
Merge branch 'master' of git://git.freeswitch.org/freeswitch
Anthony Minessale [Tue, 11 Mar 2014 23:50:42 +0000 (04:50 +0500)]
FS-6342 --resolve regression from
804ef7709dbf1ca69b0106578015a78bd2168b70 Missed part of properly implementing the case-insensitive mode on the hash causing the dp lookup xml not to match XML
Anthony Minessale [Tue, 11 Mar 2014 23:16:23 +0000 (18:16 -0500)]
FS-6339 --resolve
Anthony Minessale [Tue, 11 Mar 2014 21:25:51 +0000 (16:25 -0500)]
don't nuke tcp and tls reg on restart
Anthony Minessale [Tue, 11 Mar 2014 21:12:43 +0000 (16:12 -0500)]
more nat fix
Anthony Minessale [Tue, 11 Mar 2014 20:17:02 +0000 (15:17 -0500)]
Convert some behaviors to optional.
These all were set before but now are disabled by default because they are not proper to have enabled without a good reason.
tcp-unreg-on-socket-close
If registration is TCP or TLS and socket connection is interrupted, unregister the client.
tcp-always-nat
Treat all TCP connections as NATTED, this causes all traffic back to the phone to reuse the existing TCP socket but may
cause problems when not used with TCP keepalive.
tls-always-nat
Same as tcp-always-nat but only for TLS connections.
Anthony Minessale [Tue, 11 Mar 2014 16:38:31 +0000 (11:38 -0500)]
FS-6340 --resolve
Seven Du [Tue, 11 Mar 2014 16:07:16 +0000 (00:07 +0800)]
the bootstrap3 way
Seven Du [Tue, 11 Mar 2014 15:55:58 +0000 (23:55 +0800)]
show sofia status on portal
Seven Du [Tue, 11 Mar 2014 14:04:10 +0000 (22:04 +0800)]
create user on Portal, experimental
Michael Jerris [Tue, 11 Mar 2014 03:19:03 +0000 (23:19 -0400)]
BNPH-353: avoid adding linker flags as make targets
Chris Rienzo [Tue, 11 Mar 2014 00:10:18 +0000 (20:10 -0400)]
FS-6281 --resolve mod_rayo timestamp presence events
Chris Rienzo [Mon, 10 Mar 2014 21:15:31 +0000 (17:15 -0400)]
mod_rayo: improve error messages when joining to b-leg that is missing
Chris Rienzo [Mon, 10 Mar 2014 20:21:04 +0000 (16:21 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
Simon Wunderlich [Fri, 28 Feb 2014 13:21:39 +0000 (14:21 +0100)]
mod_skinny: remove unknown field from access_status
Cisco 7925g send access status message with just 8 byte of payload data.
Since we don't interpret the unknown 3rd field anyway, remove it. This
will prevent the first register to fail.
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
Simon Wunderlich [Fri, 28 Feb 2014 13:06:22 +0000 (14:06 +0100)]
mod_skinny: wait up to 5 seconds for OpenRecvChannelAck
WiFi phones like the 7925g may take longer than just one second to
acknowledge the open receive message. Increase the timeout to 5 seconds.
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
Simon Wunderlich [Fri, 28 Feb 2014 12:59:31 +0000 (13:59 +0100)]
mod_skinny: make 7925g work
Cisco 7925G seem to work only with the correct conference_id2 and
rtptimeout set, so add protocol 11 definition fields and set
conference_id2 correctly.
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
Chris Rienzo [Mon, 10 Mar 2014 19:54:09 +0000 (15:54 -0400)]
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch