]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agoFS-6282 mod_rayo: fix memory leak in previous commit
Chris Rienzo [Fri, 7 Mar 2014 04:30:31 +0000 (23:30 -0500)] 
FS-6282 mod_rayo: fix memory leak in previous commit

11 years agoFS-6282 mod_rayo: allow outbound call JID to be assigned by client
Chris Rienzo [Fri, 7 Mar 2014 04:13:42 +0000 (23:13 -0500)] 
FS-6282 mod_rayo: allow outbound call JID to be assigned by client

11 years agodon't refuse invites on established sessions due to session limits
Anthony Minessale [Fri, 7 Mar 2014 18:46:26 +0000 (23:46 +0500)] 
don't refuse invites on established sessions due to session limits

Conflicts:
src/mod/endpoints/mod_sofia/sofia.c

11 years agoFix use of out of scope declaration
Travis Cross [Thu, 6 Mar 2014 08:44:36 +0000 (08:44 +0000)] 
Fix use of out of scope declaration

11 years agoFix minor edge case in switch_split_user_domain
Travis Cross [Thu, 6 Mar 2014 04:08:45 +0000 (04:08 +0000)] 
Fix minor edge case in switch_split_user_domain

If the input started with 'sip:sips:' it would have been incorrectly
parsed.

11 years agoFS-6286 --resolve Thanks to Tom Parrott
Ken Rice [Wed, 5 Mar 2014 23:55:50 +0000 (17:55 -0600)] 
FS-6286 --resolve Thanks to Tom Parrott

11 years agoDrop null-auth suites from our default TLS cipher list
Travis Cross [Wed, 5 Mar 2014 21:32:07 +0000 (21:32 +0000)] 
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.

11 years agoFS-6304 mod_rayo- fix race condition on outbound calls
Chris Rienzo [Wed, 5 Mar 2014 03:12:43 +0000 (22:12 -0500)] 
FS-6304 mod_rayo- fix race condition on outbound calls

11 years agoFS-6276 move our include first so that ours is used and not the system if its present
Brian West [Wed, 26 Feb 2014 22:21:48 +0000 (16:21 -0600)] 
FS-6276 move our include first so that ours is used and not the system if its present

11 years agoMerge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable
Jeff Lenk [Tue, 4 Mar 2014 03:11:23 +0000 (21:11 -0600)] 
Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable

11 years agoFS-6295 try now
Jeff Lenk [Tue, 4 Mar 2014 03:09:56 +0000 (21:09 -0600)] 
FS-6295 try now

11 years agoImprove channel variable name to srtp_allow_idle_gaps
Travis Cross [Tue, 4 Mar 2014 01:51:04 +0000 (01:51 +0000)] 
Improve channel variable name to srtp_allow_idle_gaps

This was momentarily called force_send_silence_when_idle, but that was
non-obvious as you had to set that value to true to be able to not
send silence when idle.  This name describes the purpose much better.

11 years agoAvoid repeating ourselves in generating silence
Travis Cross [Mon, 3 Mar 2014 20:03:22 +0000 (20:03 +0000)] 
Avoid repeating ourselves in generating silence

We were handling the "send silence but not comfort noise" case in both
silence_stream_file_read and switch_generate_sln_silence.  This
changes the former to rely on the latter.

11 years agoAdd force_send_silence_when_idle channel variable
Travis Cross [Mon, 3 Mar 2014 18:33:25 +0000 (18:33 +0000)] 
Add force_send_silence_when_idle channel variable

If set to true, this prevents us from overriding the value of
send_silence_when_idle.  When that is unset or set to zero and SRTP is
engaged, we typically override the value because many devices can't
handle gaps in the SRTP stream.

This variable is mostly for testing whether particular devices can
handle this behavior.  Use at your own risk.

11 years agoPreserve value of send_silence_when_idle if possible
Travis Cross [Mon, 3 Mar 2014 18:26:44 +0000 (18:26 +0000)] 
Preserve value of send_silence_when_idle if possible

In commit 55d01d3defed4bfdc74704dbea0da9548a97a979 we set
send_silence_when_idle to -1 rather than 400 when SRTP is engaged.
But this left no way to enable white noise silence when desired.

When SRTP is engaged we can't simply not send RTP because it breaks
too many devices.  So we need to prevent send_silence_when_idle from
being unset or being set to zero.  This change allows it to be set to
other values so as to feed white noise rather than all zeros into the
codec.

11 years agoFix handling of send_silence_when_idle==0 in switch_ivr_sleep
Travis Cross [Mon, 3 Mar 2014 23:21:58 +0000 (23:21 +0000)] 
Fix handling of send_silence_when_idle==0 in switch_ivr_sleep

When the channel variable send_silence_when_idle was set to zero,
switch_ivr_sleep was calling SWITCH_IVR_VERIFY_SILENCE_DIVISOR on it
anyway, causing it to be set to 400.  The only way to get the behavior
of not sending silence when idle was to unset the variable completely.

This corrects the behavior such that setting the value to zero has the
same effect as leaving it unset.

11 years agoFS-6296 --resolve mod_rayo: fixed crash on <prompt> bad request
Chris Rienzo [Tue, 4 Mar 2014 00:01:28 +0000 (19:01 -0500)] 
FS-6296 --resolve mod_rayo: fixed crash on <prompt> bad request

11 years agoadd timeout <seconds> to mod_curl api call
Anthony Minessale [Mon, 3 Mar 2014 17:58:45 +0000 (22:58 +0500)] 
add timeout <seconds> to mod_curl api call

11 years agoMake OS X's lame UNIX happy with mod_mongo Makefile
Travis Cross [Mon, 3 Mar 2014 15:03:51 +0000 (15:03 +0000)] 
Make OS X's lame UNIX happy with mod_mongo Makefile

Apparently OS X ships a sed that requires an argument to -i.

11 years agoOutput newline after json output in mod_json_cdr
Travis Cross [Sun, 2 Mar 2014 22:20:20 +0000 (22:20 +0000)] 
Output newline after json output in mod_json_cdr

In UNIX, text files by definition end with a newline.

11 years agoHandle too-short write(3)s in mod_json_cdr
Travis Cross [Sun, 2 Mar 2014 22:14:51 +0000 (22:14 +0000)] 
Handle too-short write(3)s in mod_json_cdr

write(3) can write fewer bytes than was requested for any number of
reasons.  The correct behavior is to retry unless there is an error.

If there is an error, try to unlink the file; no sense in leaving
corrupted data laying around.

11 years agoFix FHS default modulesdir define
Travis Cross [Sun, 2 Mar 2014 23:52:01 +0000 (23:52 +0000)] 
Fix FHS default modulesdir define

The default value of libdir is (unexpanded) '${exec_prefix}/lib'.  In
the non-FHS path this is fine because it only ends up in a variable
where it will be expanded later.  By using this to define modulesdir
we let it slip into a define where it made no sense.

11 years agoFix FHS default sysconfdir
Travis Cross [Sun, 2 Mar 2014 23:02:52 +0000 (23:02 +0000)] 
Fix FHS default sysconfdir

11 years agoUpdate the configuration report
Travis Cross [Sat, 1 Mar 2014 03:24:47 +0000 (03:24 +0000)] 
Update the configuration report

Order the default configure flags in the order they show up in
configure --help, and order our own alphabetically.

11 years agoAdd --enable-fhs flag to configure
Travis Cross [Sat, 1 Mar 2014 03:13:13 +0000 (03:13 +0000)] 
Add --enable-fhs flag to configure

When --enable-fhs is passed to configure, we set all paths by default
in a way compliant with FHS, the Filesystem Hierarchy Standard.

  http://www.pathname.com/fhs/

Each path may still be overridden by passing the specific flag for it.

11 years agoShow TLS cipher suite selected in sofia debug
Travis Cross [Fri, 28 Feb 2014 20:28:33 +0000 (20:28 +0000)] 
Show TLS cipher suite selected in sofia debug

This shows the cipher name, TLS version, the number of cipher bits and
algorithm bits, and a description of the cipher in Sofia's debug
logging output on level 9.

11 years agoDeal with read errors in switch_xml.c
Travis Cross [Fri, 28 Feb 2014 17:19:43 +0000 (17:19 +0000)] 
Deal with read errors in switch_xml.c

Unlike fread(3), read(3) will return -1 on error.  We were assigning
the result of read to a potentially unsigned variable, and passing the
result down to switch_xml_parse_str() where it would end up
determining how many bytes to malloc(3).

11 years agoFix missing/duplicate declaration
Travis Cross [Fri, 21 Feb 2014 21:00:47 +0000 (21:00 +0000)] 
Fix missing/duplicate declaration

This looks like a copy/paste error.

FS-6037 --resolve

Thanks-to: David Sanders <dsanders@pinger.com>
11 years agoAdd man page for freeswitch
Travis Cross [Fri, 21 Feb 2014 15:25:43 +0000 (15:25 +0000)] 
Add man page for freeswitch

This man page is written in ronn format (package ruby-ronn on Debian)
which is a subset of markdown that can be converted to nroff man
pages, HTML, and other formats.

11 years agoLog channel UUID by default
Travis Cross [Wed, 22 Jan 2014 21:01:13 +0000 (21:01 +0000)] 
Log channel UUID by default

We want people to have this on so that when we're looking at reported
log files we can tell what is going on.

11 years agoDocument purpose of sofia profile aliasing
Travis Cross [Wed, 9 Oct 2013 20:08:49 +0000 (20:08 +0000)] 
Document purpose of sofia profile aliasing

11 years agoOptimize switch_split_user_domain a bit
Travis Cross [Sun, 2 Mar 2014 09:43:02 +0000 (09:43 +0000)] 
Optimize switch_split_user_domain a bit

This avoids searching the string repeatedly with strchr.

11 years agoRefactor and fix edge cases in switch_split_user_domain
Travis Cross [Sun, 2 Mar 2014 09:13:05 +0000 (09:13 +0000)] 
Refactor and fix edge cases in switch_split_user_domain

We were incorrectly parsing usernames and domains starting with "sip"
if there was no sip: or sips: scheme in the string.

We were also incorrectly parsing usernames containing a colon even if
a scheme was given.

This also refactors the function for hopefully greater clarity.

11 years agoFix switch_split_user_domain handling of sips: URLs
Travis Cross [Sun, 2 Mar 2014 07:56:32 +0000 (07:56 +0000)] 
Fix switch_split_user_domain handling of sips: URLs

In commit 7efeabbd88e81ee368de6ced32fed06c8035097b Anthony fixed the
handling of sip:example.com and sips:example.com URLs, however he
introduced a regression causing URLs starting with 's' to be parsed
incorrectly.

In commit 7d2456ea27c092825c8d614ac6eee71547374464 Brian fixed the
regression, but introduced a regression causing sips:example.com URLs
to be handled incorrectly.

11 years agouse newSQL
Raymond Chandler [Sun, 2 Mar 2014 08:10:45 +0000 (03:10 -0500)] 
use newSQL

11 years agoFS-6226Prevent DTMF from traversing bridged channels, but still allow me to send...
Brian West [Sat, 1 Mar 2014 15:58:43 +0000 (09:58 -0600)] 
FS-6226Prevent DTMF from traversing bridged channels, but still allow me to send DTMF via API or dp app (uuid_send_dtmf or send_dtmf)

11 years agoFS-5895 --resolve
Anthony Minessale [Fri, 28 Feb 2014 23:55:20 +0000 (04:55 +0500)] 
FS-5895 --resolve

11 years agoadd sip_force_nat_mode so you can engange nat mode manually
Anthony Minessale [Fri, 28 Feb 2014 23:42:16 +0000 (04:42 +0500)] 
add sip_force_nat_mode so you can engange nat mode manually

11 years agoSend silent packets when idle with SRTP
Travis Cross [Fri, 28 Feb 2014 23:12:29 +0000 (23:12 +0000)] 
Send silent packets when idle with SRTP

Originally we did the same thing with SRTP that we do without SRTP,
which is to simply not send packets when e.g. sleep is called.

At commits d63323977fa611b141441f12af9a94ec19b5f829 and
5259814aee16ede974456490a79e8a98de1d6d2e we enabled sending silence
packets with comfort noise when SRTP is active.  We appear to have
done this for interop purposes; many devices can't handle gaps in the
stream of SRTP packets.

But our current comfort noise implementation doesn't take the codec
rate into account (FS-6291), so on 16kHz codecs the constant we chose
created an annoying level of static between sound file playback.

With this commit we preserve the sending of SRTP packets during idle
periods, but make those packets completely silent.

Thanks-to: Anthony Minessale <anthm@freeswitch.org>
FS-5053 --resolve

11 years agoFS-5461 --resolve you tricked me I said make 1 patch with all of it
Anthony Minessale [Fri, 28 Feb 2014 19:27:23 +0000 (00:27 +0500)] 
FS-5461 --resolve you tricked me I said make 1 patch with all of it

Conflicts:
src/mod/applications/mod_conference/mod_conference.c

11 years agoFS-4441 FS-5461 --resolve
Anthony Minessale [Fri, 28 Feb 2014 19:23:40 +0000 (00:23 +0500)] 
FS-4441 FS-5461 --resolve

Conflicts:
src/mod/applications/mod_conference/mod_conference.c

11 years agoadd sip_refer_to_params
Anthony Minessale [Fri, 28 Feb 2014 19:13:29 +0000 (00:13 +0500)] 
add sip_refer_to_params

11 years agoFS-6168 --resolve
Anthony Minessale [Fri, 28 Feb 2014 18:30:42 +0000 (23:30 +0500)] 
FS-6168 --resolve

11 years agoFS-6287 this should either prevent the problem or spell out what is causing it. pleas...
Anthony Minessale [Fri, 28 Feb 2014 18:23:30 +0000 (23:23 +0500)] 
FS-6287 this should either prevent the problem or spell out what is causing it. please test

11 years agoFS-5886 --resolve add NDLB_broken_opus_sdp which must be set as a global variable...
Anthony Minessale [Fri, 28 Feb 2014 16:58:15 +0000 (21:58 +0500)] 
FS-5886 --resolve add NDLB_broken_opus_sdp which must be set as a global variable in var.xml or switch.conf.xml to enable broken opus mode for back compat with counterpath mobile

11 years agoFS-6289 --resolve regression from 1fba654845c8202bf84c58b203a3bc9624164c4e
Anthony Minessale [Fri, 28 Feb 2014 16:43:38 +0000 (21:43 +0500)] 
FS-6289 --resolve regression from 1fba654845c8202bf84c58b203a3bc9624164c4e

11 years agofix race condition where a transferring leg could be hungup on by the bridge partner...
Anthony Minessale [Fri, 28 Feb 2014 02:15:47 +0000 (07:15 +0500)] 
fix race condition where a transferring leg could be hungup on by the bridge partner from the previous bridge because of hangup held leg detection.  The leg which was hungup when held doesn't realize the other leg has already moved on from the bridge because it was transferred and is already on its way to connect to the new destination

11 years agoPrevent sqlite from over-reading a structure
Travis Cross [Thu, 27 Feb 2014 23:19:26 +0000 (23:19 +0000)] 
Prevent sqlite from over-reading a structure

Our sqlite fork was reading past the end of the zP3 KeyInfo structure
here.  This was causing gcc and clang's address sanitization to alert.

FS-6279 --resolve

Thanks-to: Christopher Rienzo <chris@rienzo.net>
11 years agoFS-5934 force_transfer_context not being honored if you happen to do an attended...
Brian West [Thu, 27 Feb 2014 20:10:44 +0000 (14:10 -0600)] 
FS-5934 force_transfer_context not being honored if you happen to do an attended this patch makes perfect sense.

11 years agoFS-6272 --resolve
Anthony Minessale [Wed, 26 Feb 2014 22:24:25 +0000 (03:24 +0500)] 
FS-6272 --resolve

Conflicts:
src/include/switch_types.h

11 years agoFS-6250 fix regression from 7efeabbd88e81ee368de6ced32fed06c8035097b, don't discrimia...
Brian West [Mon, 24 Feb 2014 11:52:57 +0000 (05:52 -0600)] 
FS-6250 fix regression from 7efeabbd88e81ee368de6ced32fed06c8035097b, don't discrimiate against people that have s as the first character in their user names

11 years agoFS-5888 --resolve Rather than changing the default behavior I've updated the log...
William King [Mon, 24 Feb 2014 01:22:36 +0000 (17:22 -0800)] 
FS-5888 --resolve Rather than changing the default behavior I've updated the log line to be more accurate. Also fixed the problem where the delay was being overwritten.

11 years agoAdd note about the supported Debian release for building
Travis Cross [Sun, 23 Feb 2014 18:08:40 +0000 (18:08 +0000)] 
Add note about the supported Debian release for building

11 years agoDescribe workaround in Debian/README.source
Travis Cross [Sun, 23 Feb 2014 18:07:16 +0000 (18:07 +0000)] 
Describe workaround in Debian/README.source

Pre-jessie versions of Debian's mk-build-deps tool rely on libraries
that do not correctly parse debian/control, so we have to clip it down
to a smaller subset of the format to build on e.g. wheezy.

11 years agoReorganize sections in debian/README.source
Travis Cross [Sun, 23 Feb 2014 18:05:25 +0000 (18:05 +0000)] 
Reorganize sections in debian/README.source

11 years agoClean up introduction
Travis Cross [Sun, 23 Feb 2014 18:04:58 +0000 (18:04 +0000)] 
Clean up introduction

11 years agoUpdate, organize, and improve debian/README.source
Travis Cross [Sun, 23 Feb 2014 17:44:59 +0000 (17:44 +0000)] 
Update, organize, and improve debian/README.source

11 years agoMake debian/README files more markdown-like
Travis Cross [Sun, 23 Feb 2014 17:11:21 +0000 (17:11 +0000)] 
Make debian/README files more markdown-like

11 years agoAdd description of util.h -l usage
Travis Cross [Fri, 17 Jan 2014 20:06:14 +0000 (20:06 +0000)] 
Add description of util.h -l usage

11 years agoUse -i to simplify debian/README.source
Travis Cross [Fri, 17 Jan 2014 20:03:39 +0000 (20:03 +0000)] 
Use -i to simplify debian/README.source

11 years agoimprove make -j detection to tolerate FS build being launched from within another...
Anthony Minessale [Fri, 21 Feb 2014 00:47:34 +0000 (18:47 -0600)] 
improve make -j detection to tolerate FS build being launched from within another make file

11 years agoFS-6235 try this patch, this will send you a DOWN state at last
Seven Du [Sat, 22 Feb 2014 01:44:19 +0000 (09:44 +0800)] 
FS-6235 try this patch, this will send you a DOWN state at last

11 years agoFS-6235
Anthony Minessale [Sun, 23 Feb 2014 00:17:01 +0000 (05:17 +0500)] 
FS-6235

11 years agoFS-4620 --resolve expose to dl_to_user and dl_to_host as chan vars
Ken Rice [Fri, 21 Feb 2014 22:44:07 +0000 (16:44 -0600)] 
FS-4620 --resolve expose to dl_to_user and dl_to_host as chan vars

11 years agomake color more portable
Anthony Minessale [Fri, 21 Feb 2014 21:51:21 +0000 (15:51 -0600)] 
make color more portable

11 years agorun module integrity check post-build
Anthony Minessale [Fri, 21 Feb 2014 21:42:41 +0000 (15:42 -0600)] 
run module integrity check post-build

11 years agooops
Ken Rice [Fri, 21 Feb 2014 21:12:21 +0000 (15:12 -0600)] 
oops

11 years agoFS-5512 --resolve ; clean up PostgreSQL libpq client detection in configure
Ken Rice [Fri, 21 Feb 2014 20:51:46 +0000 (14:51 -0600)] 
FS-5512 --resolve ; clean up PostgreSQL libpq client detection in configure

Clean up the libpq autodection and make sure it functionswith both pg_config and pkg-config.

if you are installing into a non-FHS standard location such as what happens with RPMs from the Postgres yum repo, you will need to make sure pkg-config can fild the libpq.pc file.
example: export PKG_CONFIG_PATH=/usr/pgsql-9.3/lib/pkgconfig

you may also want to make sure your path can find pg_config
example: export PATH=/usr/pgsql-9.3/bin:$PATH

11 years agomake hangup or end of bridge trigger unhold action for held legs
Anthony Minessale [Fri, 21 Feb 2014 19:25:59 +0000 (13:25 -0600)] 
make hangup or end of bridge trigger unhold action for held legs

11 years agoFix make -j
Anthony Minessale [Wed, 19 Feb 2014 22:58:46 +0000 (03:58 +0500)] 
Fix make -j

11 years agoFS-6241 --resolve
Anthony Minessale [Wed, 19 Feb 2014 20:25:07 +0000 (01:25 +0500)] 
FS-6241 --resolve

11 years agosvn has been long retired
Ken Rice [Wed, 19 Feb 2014 19:03:49 +0000 (13:03 -0600)] 
svn has been long retired
also merge bkw's typo aliases

Conflicts:
support-d/.bashrc

11 years agoExit non-zero from build-all on any build failure
Travis Cross [Tue, 18 Feb 2014 21:05:01 +0000 (21:05 +0000)] 
Exit non-zero from build-all on any build failure

./debian/util.sh build-all will do a number of builds in sequence or
parallel.  We now track if any of those builds fail to return a
.changes file and exit non-zero.

11 years agoFS-5845 --resolve
Raymond Chandler [Mon, 17 Feb 2014 15:33:00 +0000 (10:33 -0500)] 
FS-5845 --resolve

11 years agoFS-6231 add support for sending call waiting tone when a simultaneous call is receive...
Nathan Neulinger [Mon, 17 Feb 2014 19:24:52 +0000 (13:24 -0600)] 
FS-6231 add support for sending call waiting tone when a simultaneous call is received --resolve

11 years agoFS-6002 --resolve there is no switch_core_media in stable, this should do it
Anthony Minessale [Mon, 17 Feb 2014 17:32:41 +0000 (22:32 +0500)] 
FS-6002 --resolve there is no switch_core_media in stable, this should do it

11 years agoFS-6229 try this (stable edition)
Anthony Minessale [Mon, 17 Feb 2014 17:11:00 +0000 (22:11 +0500)] 
FS-6229 try this (stable edition)

11 years agoESL-81 --resolve
Jeff Lenk [Sun, 16 Feb 2014 16:19:07 +0000 (10:19 -0600)] 
ESL-81 --resolve

11 years agoFS-5377 --resolve
Jeff Lenk [Sun, 16 Feb 2014 05:15:58 +0000 (23:15 -0600)] 
FS-5377 --resolve

11 years agoFS-6230 --resolve There was no NAT detection enabled on the calls, this patch will...
Anthony Minessale [Fri, 14 Feb 2014 18:50:17 +0000 (23:50 +0500)] 
FS-6230 --resolve There was no NAT detection enabled on the calls, this patch will activate it explicitly when used with force-rport to avoid a similar problem with other users

Conflicts:
src/mod/endpoints/mod_sofia/sofia.c

11 years agoregression from 8f82979d8af920415bce2f9e9e3cb84cdc0ca682 using wrong values to calcul...
Anthony Minessale [Fri, 14 Feb 2014 17:40:21 +0000 (22:40 +0500)] 
regression from 8f82979d8af920415bce2f9e9e3cb84cdc0ca682 using wrong values to calculate buffer size

Conflicts:
src/mod/applications/mod_conference/mod_conference.c

11 years agoFS-6228 --resolve
Anthony Minessale [Fri, 14 Feb 2014 16:04:51 +0000 (21:04 +0500)] 
FS-6228 --resolve

11 years agoFS-6223 --resolve v1.2.22
Anthony Minessale [Thu, 13 Feb 2014 17:11:34 +0000 (22:11 +0500)] 
FS-6223 --resolve

11 years agorev bump
Ken Rice [Thu, 13 Feb 2014 17:03:33 +0000 (11:03 -0600)] 
rev bump

11 years agoFS-6218 --resolve
Chris Rienzo [Thu, 13 Feb 2014 14:18:10 +0000 (09:18 -0500)] 
FS-6218 --resolve

11 years agoFS-6217 --resolve
Anthony Minessale [Thu, 13 Feb 2014 01:22:13 +0000 (06:22 +0500)] 
FS-6217 --resolve

11 years agoFS-6221 --resolve
Anthony Minessale [Wed, 12 Feb 2014 22:26:09 +0000 (03:26 +0500)] 
FS-6221 --resolve

11 years agolimit size of input buffer in conference
Anthony Minessale [Wed, 12 Feb 2014 22:17:53 +0000 (03:17 +0500)] 
limit size of input buffer in conference

Conflicts:
src/mod/applications/mod_conference/mod_conference.c

11 years agocopyright header update
Ken Rice [Wed, 12 Feb 2014 18:50:42 +0000 (12:50 -0600)] 
copyright header update

11 years agoFS-6220 fix sql quoting of queries from mod_skinny
Nathan Neulinger [Wed, 12 Feb 2014 21:22:49 +0000 (15:22 -0600)] 
FS-6220 fix sql quoting of queries from mod_skinny

11 years agofix switch_split_user_domain to parse sip:foo.com properly
Anthony Minessale [Wed, 12 Feb 2014 18:11:11 +0000 (23:11 +0500)] 
fix switch_split_user_domain to parse sip:foo.com properly

11 years agoFS-6213 --resolve
Jeff Lenk [Wed, 12 Feb 2014 14:45:48 +0000 (08:45 -0600)] 
FS-6213 --resolve

11 years agoFix copy/paste error
Travis Cross [Wed, 12 Feb 2014 11:42:50 +0000 (11:42 +0000)] 
Fix copy/paste error

This amends commit b9a858317881315c52cd33c61d90b1e6c75156bd.

11 years agoversion bump v1.2.21
Ken Rice [Wed, 12 Feb 2014 00:51:37 +0000 (18:51 -0600)] 
version bump
had to fix an issue that broke centos 5

11 years agomod_rayo: shut up CentOS 5 warning
Chris Rienzo [Tue, 11 Feb 2014 22:58:04 +0000 (17:58 -0500)] 
mod_rayo: shut up CentOS 5 warning

11 years agouse portable switch_inet_ntop
Anthony Minessale [Tue, 11 Feb 2014 22:31:21 +0000 (03:31 +0500)] 
use portable switch_inet_ntop

11 years agoForce sofia rebuild
Travis Cross [Tue, 11 Feb 2014 17:47:09 +0000 (17:47 +0000)] 
Force sofia rebuild

The rebuild is needed for commit cd6154b49ea2420378c6f3bb16a0fb475aec43af.

11 years agoAdd voicemail parameter storage-dir-shared
Travis Cross [Tue, 11 Feb 2014 17:40:58 +0000 (17:40 +0000)] 
Add voicemail parameter storage-dir-shared

If this is set to true (default false) we assume the storage-dir is
shared, organized by realm/domain, with uses other than voicemail, so
we adopt a directory structure of:

  <storage_dir>/<realm>/voicemail/<id>

11 years agoAdd vm-domain-storage-dir param
Travis Cross [Tue, 11 Feb 2014 15:50:50 +0000 (15:50 +0000)] 
Add vm-domain-storage-dir param

This replaces the semantics of the storage-dir parameter without the
deprecation notice.  The behavior of storage-dir never should have
been deprecated, though it was probably correct to deprecate the name
itself.

Rather than having both vm-storage-dir and vm-domain-storage-dir it
might be nice if the config system could just notice at what level it
was defined and do the right thing.  Indeed, this is why I'd left
things as-is for so long.

But as Master Foo famously said, "which one will reach the other side
of the river: the one who dreams of a raft, or the one that hitchhikes
to the next bridge?"

FS-5329

11 years agoAdd mod_sofia support for setting socket TCP keepalive
Travis Cross [Tue, 11 Feb 2014 06:02:54 +0000 (06:02 +0000)] 
Add mod_sofia support for setting socket TCP keepalive

Some OSes like linux provide a mechanism for sending TCP keepalive
pings.  Sofia provides its own mechanism for doing this in userspace.
We shouldn't conflate these two mechanisms.

FS-6104