Commit graph

10864 commits

Author SHA1 Message Date
Andrew Thompson
48885edcff Move mutex into the global struct, don't leak on config reload (thanks Math)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13873 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 19:35:02 +00:00
Andrew Thompson
886f2c5548 Make mod_event_multicast re-read its config on RELOADXML (partially)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 19:24:23 +00:00
Christopher Rienzo
163f5da3d8 Add support for host byte ordered L16 from UniMRCP. We need UniMRCP r995 now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13871 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 18:51:01 +00:00
Andrew Thompson
41daa117e9 Whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:51:18 +00:00
Raymond Chandler
fa7b79e19c this should handle all cases now
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13869 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:48:49 +00:00
Andrew Thompson
1688e31e6a Switch to cipher-block-chaining, add a magic byte sequence to check for sucessful decryption and fix some null termination issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13868 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:47:09 +00:00
Anthony Minessale
b068f8e7b8 FSCORE-384
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 17:23:57 +00:00
Mathieu Rene
a7794f13a8 MODENDP-221
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13865 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 15:48:23 +00:00
Brian West
c4f5aee10a refactor fs_path path from Math.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 15:35:26 +00:00
Raymond Chandler
1a143ba260 adding support for routing by intrastate rates... still need work on the api command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13863 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 14:46:51 +00:00
Michael Jerris
3c3764f09e use correct paths when embedding unimrcp projects in another solution file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13862 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 05:18:17 +00:00
Brian West
b101e777d1 use correct paths when embedding unimrcp projects in another solution file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13861 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 04:52:45 +00:00
Michael Jerris
6f6af777c7 msvc build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 04:42:39 +00:00
Michael Jerris
2607240b74 Added LPCM (16-bit linear PCM) codec, which is used internally in host order;
while L16 is RFC3551 defined 16-bit linear PCM codec in network order.

Using LPCM to specify linear PCM codec in host byte order

Merged upstream revisions through r991



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13859 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 03:57:04 +00:00
Brian West
aa5c392779 revert r13832/13840 so they can be merged properly upstream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13858 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 03:51:50 +00:00
Andrew Thompson
ff3e7f3f0f Only complain about unexpected exits if the call isn't already hungup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13857 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 01:48:59 +00:00
Andrew Thompson
b63e09716a Taking a stab at MODEVENT-47
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-19 00:51:53 +00:00
Michael Jerris
0108797fc7 fix sofia and apr includes stomping on each other on older apr versions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13854 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 23:15:59 +00:00
Anthony Minessale
1778578b1e del buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13853 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 23:03:54 +00:00
Anthony Minessale
d6ace6e831 add rate and channel count params to executed command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13852 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 22:52:20 +00:00
Anthony Minessale
85e4831dfb add mod_shell_stream
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13851 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 22:36:51 +00:00
Brian West
784fcc80e0 cp fail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13850 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 21:45:57 +00:00
Brian West
7e39b478d8 w00t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13849 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 21:42:34 +00:00
Brian West
95a987dcee adding agl3.0 for zrtp
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13848 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 20:38:57 +00:00
Anthony Minessale
cdd0bcfdf3 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 19:47:29 +00:00
Mathieu Rene
1d4944f663 Fix bad ptr in mrcp profile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13845 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 18:26:50 +00:00
Brian West
c3fb7f0c2f adding zrtp enrollment script, we do auto enrollment and verification
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13843 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 18:03:10 +00:00
Anthony Minessale
f9642e96c7 add local_var_clobber variable for {} to set if [] vars should clobber {} vars (default false)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 16:35:41 +00:00
Anthony Minessale
4a24f3a8f2 dont put params in chan names on sofia urls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13841 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 15:59:28 +00:00
Michael Jerris
5f384edc87 use paths referenced to the project file dir so we can insert these in other sln files without much headache
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13840 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 15:56:25 +00:00
Brian West
854e313a7a update your sounds peeps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13839 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 15:25:26 +00:00
Brian West
d01a28bc08 MODASRTTS-18
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13835 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 14:43:59 +00:00
Christopher Rienzo
c5da61c1df MODUNIMRCP-1 thanks raul
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 13:19:31 +00:00
Michael Jerris
91db2e72e3 upgrade to msvc 2008
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13832 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 06:38:39 +00:00
Robert Joly
e791f33545 Updated SpanDSP to snapshot on 2009-06-03 with some additions:
Fixed VS2005 version of make_modem_filter

  Fixed a couple of places where declaration and definition of functions do not have the same calling conventions. Only relevant for Win32 compiles.


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13831 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 06:13:59 +00:00
Michael Jerris
832bab2a4a build as c code again.. now that this is fixed in core for windows.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 06:08:02 +00:00
Mathieu Rene
9482850a83 Fix up SWITCH_CONFIG_ITEM_STRING_STRDUP to please windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 06:01:45 +00:00
Andrew Thompson
889c336411 Initial decryption support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13828 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 04:20:45 +00:00
Andrew Thompson
94daf904b3 Fix offset
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 04:19:42 +00:00
Andrew Thompson
f17991b722 Use OpenSSL to optionally use a pre-shared key to encrypt multicast packets (no decryption yet)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13826 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 02:19:13 +00:00
Stefan Knoblich
87d8e4eda4 Add -days option to set expiration time of certificates in gentls_cert
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 23:11:19 +00:00
Michael Jerris
dd1ab225dc fix mac build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13824 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 22:09:42 +00:00
Michael Jerris
2ab491b1cd fix mac build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13823 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 21:40:22 +00:00
Michael Jerris
3e8189ad8f fix mac build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13822 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 21:39:38 +00:00
Andrew Thompson
0c1a558520 Whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13821 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 20:43:54 +00:00
Andrew Thompson
5ed15f5555 put OPENSSL_CFLAGS and LIBS in modmake.rules.in at MikeJ's suggestion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 20:39:08 +00:00
Andrew Thompson
65f6e2a23b Switch mod_event_multicast over to using a Makefile.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13819 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:53:38 +00:00
Michael Jerris
3678092f63 initial bits of mod_unimrcp windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13818 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:52:25 +00:00
Michael Jerris
c90c4a54d5 tweak xml_config types
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13817 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:49:00 +00:00
Michael Jerris
f0add117d2 fix C++ build and a segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13816 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 19:46:45 +00:00