3372 Commits

Author SHA1 Message Date
Jeff Lenk
753282f38a FS-5314 --resolve
(cherry picked from commit 40e33572b34e777deca8629bee1dc0cc3143e0ea)
2013-06-01 22:38:39 -05:00
Anthony Minessale
bcd770e017 FS-5488 --resolve 2013-05-31 14:45:51 -05:00
Nathan Neulinger
634a507546 FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping
adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
2013-05-31 16:40:10 -05:00
Anthony Minessale
5a8c753b9e FS-5488 --resolve 2013-05-31 13:14:23 -05:00
Steve Underwood
4d08e07237 Fixed a weakness in error UDPTL lost packet recovery. Hopefully this addresses
FS5202.
2013-05-31 09:04:46 -05:00
Brian West
b90dee2461 Swap this 2013-05-31 09:16:50 -05:00
Travis Cross
1637a08206 Avoid using psession uninitialized in mod_fsk 2013-05-29 03:00:13 +00:00
Travis Cross
50a02efd27 Fix variable type in mod_nibblebill 2013-05-29 02:48:11 +00:00
Mariusz Czułada
cd549aa44a FS-5157 patch accepted 2013-05-29 00:22:19 +02:00
Travis Cross
103d97e208 Leave room for switch_escape_string to add a terminating null
Thanks-to: Nathan Neulinger <nneul@mst.edu>

FS-5448 --resolve
2013-05-25 23:29:48 +00:00
Travis Cross
2870bb9200 Fix comment spelling
Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
2013-05-25 21:47:08 +00:00
William King
a4b8226c89 Cleaning up logically dead code. 2013-05-25 07:02:33 -07:00
Anthony Minessale
aecd186ba5 FS-5470 --resolve 2013-05-24 09:37:40 -05:00
Mariusz Czułada
e44316d3ea FS-5042 changed event body creation 2013-05-24 09:02:23 -05:00
Anthony Minessale
18ac2a2540 FS-5042 --resolve 2013-05-23 08:07:26 -05:00
Anthony Minessale
c08622235d FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes 2013-05-22 11:01:59 -05:00
Anthony Minessale
e2da2e19c3 FS-5376 --resolve 2013-05-21 10:04:58 -05:00
Anthony Minessale
4bdd2a7f84 FS-5211 --resolve 2013-05-21 09:30:06 -05:00
William King
c80d768004 My bad. some how a make didn't catch this issue after a cleanup refactor. In this instance buf is being treated as an 8 byte number, not a pointer. 2013-05-18 17:46:50 -07:00
William King
f3393ef362 Coverity reported an Uninitialized pointer read. Upon further digging it appears that there is a code path where incoming packets can come in out of order, so this section of code tries to see if it can find the missed packets. As per FS-5202 there is a case where under heavy load the packet exists, and has most of the packet parsed, but still has a NULL pointer for the packet buffer. These two lines would at least help detect the edge case. 2013-05-18 17:35:07 -07:00
William King
bd4ea84242 Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak. 2013-05-18 17:07:31 -07:00
Jeff Lenk
dec5a592ca FS-5434 --resolve 2013-05-17 21:44:13 -05:00
Raymond Chandler
3c132c91b3 FS-5288 --resolve 2013-05-08 13:58:43 -04:00
Raymond Chandler
5f0d33338e FS-5327 --resolve 2013-05-08 13:58:17 -04:00
Ken Rice
c7567d418e fix mod_spandsp on systems with libjbig 2013-05-06 18:27:20 -05:00
Michael Jerris
99fd7a87ff fix auto in will not use the last slot 2013-05-06 11:45:30 -04:00
Michael Jerris
3d934ad397 add bgsystem for background system calls 2013-05-03 16:23:35 -04:00
Brian West
91712b5774 add channel data to this event 2013-04-30 14:44:15 -05:00
Anthony Minessale
a9587acac2 FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis
Conflicts:
	src/mod/applications/mod_fifo/mod_fifo.c
2013-04-30 09:42:11 -05:00
Anthony Minessale
89afd89741 FS-5286 we can try this for added protection 2013-04-29 09:20:19 -05:00
Anthony Minessale
e495702e7d FS-4990 --resolve 2013-04-26 17:23:30 -05:00
Anthony Minessale
e852ef6411 FS-5344 --resolve 2013-04-24 12:24:05 -05:00
Anthony Minessale
c2077d7bff FS-5302 missed a word 2013-04-23 15:59:14 -05:00
Anthony Minessale
023d816ca7 favor the lessor of the configured cache-ttl or the max-age, add an abs-cache-ttl to be forced cache ttl, and add cache_ttl and abs_cache_ttl url params to set it per req 2013-04-23 15:52:17 -05:00
Anthony Minessale
62b3fd86c4 FS-5329 --resolve 2013-04-23 10:28:05 -05:00
Anthony Minessale
de56aa1aca FS-5302 --resolve use oreka_mux_streams=true channel var or mux-all-streams=true param in the oreka.conf.xml 2013-04-22 19:32:40 -05:00
Anthony Minessale
360429304f fix minor cid issue in mod_fifo 2013-04-22 16:30:06 -05:00
Anthony Minessale
63d8df3822 FS-5302 --resolve 2013-04-19 14:07:57 -05:00
Kristin King
976811ccec FS-5249: --resolve add message sort ordering. 2013-04-17 15:09:26 -07:00
Anthony Minessale
e227bf4944 FS-5269 --resolve 2013-04-11 15:03:13 -05:00
Anthony Minessale
8b43a0742f FS-5285 --resolve 2013-04-08 15:55:15 -05:00
Anthony Minessale
16c1cc7df7 FS-5208 --resolve 2013-04-08 12:10:42 -05:00
Anthony Minessale
93702564c1 FS-5281 --resolve 2013-04-08 11:54:10 -05:00
Anthony Minessale
045039c379 refactor and cleanup more cid stuff 2013-04-05 15:29:14 -05:00
Anthony Minessale
066319662d endless cid fun 2013-04-05 08:28:49 -05:00
Anthony Minessale
53b4dd3ec2 FS-5262 --resolve 2013-04-04 09:20:26 -05:00
Anthony Minessale
b2f0f9b88a fix some cid stuff in fifo 2013-04-02 17:45:47 -05:00
Anthony Minessale
b72d2c32d7 do some more caller-id cleanup 2013-04-01 23:02:29 -05:00
Anthony Minessale
aca9257f93 tweaks for caller id in certian uuid_bridge situations 2013-03-28 22:17:28 -05:00
Anthony Minessale
7818c3c9ed add SMBF_ONE_ONLY flag and use it on dtmf detectors 2013-03-27 17:19:40 -05:00