[Freeswitch-trunk] [freeswitch-contrib] FreeSWITCH user-contributed scripts, etc branch master updated. java-esl-client-0.9.2-380-g007d9a0
git at svn.freeswitch.org
git at svn.freeswitch.org
Wed Feb 2 04:46:23 MSK 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeSWITCH user-contributed scripts, etc".
The branch, master has been updated
via 007d9a09df8e52d540e46eb009b44f69121fc275 (commit)
from f3c9f291d9c4854ff8c17e81552d9ed2a4c3b1e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 007d9a09df8e52d540e46eb009b44f69121fc275
Author: Jeff Lenk <jeff at jefflenk.com>
Date: Tue Feb 1 19:46:14 2011 -0600
remove passthrough codecs and align files with setup
diff --git a/mitchcapper/FSClient/External Items/conf/freeswitch.xml b/mitchcapper/FSClient/External Items/conf/freeswitch.xml
index e2afea6..a297f69 100644
--- a/mitchcapper/FSClient/External Items/conf/freeswitch.xml
+++ b/mitchcapper/FSClient/External Items/conf/freeswitch.xml
@@ -55,8 +55,6 @@
<load module="mod_dptools"/>
<load module="mod_dialplan_xml"/>
<load module="mod_spandsp"/>
- <load module="mod_g723_1"/>
- <load module="mod_amr"/>
<load module="mod_ilbc"/>
<load module="mod_speex"/>
<load module="mod_siren"/>
diff --git a/mitchcapper/FSClient/FSClient.csproj b/mitchcapper/FSClient/FSClient.csproj
index a29cb51..f4e250c 100644
--- a/mitchcapper/FSClient/FSClient.csproj
+++ b/mitchcapper/FSClient/FSClient.csproj
@@ -240,7 +240,6 @@ if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Wi
if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Win32\$(ConfigurationName)\mod\mod_sofia.dll .\mod
if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Win32\$(ConfigurationName)\mod\mod_speex.dll .\mod
if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Win32\$(ConfigurationName)\mod\mod_tone_stream.dll .\mod
-if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Win32\$(ConfigurationName)\mod\mod_h26x.dll .\mod
if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Win32\$(ConfigurationName)\mod\mod_silk.dll .\mod
if exist "%25FREESWITCH_SRC_LOCATION%25" copy "%25FREESWITCH_SRC_LOCATION%25\"Win32\$(ConfigurationName)\mod\mod_bv.dll .\mod
diff --git a/mitchcapper/FSClient/Setup/FSCore.wxs b/mitchcapper/FSClient/Setup/FSCore.wxs
index 7e1b42b..ac22889 100644
--- a/mitchcapper/FSClient/Setup/FSCore.wxs
+++ b/mitchcapper/FSClient/Setup/FSCore.wxs
@@ -62,7 +62,6 @@
<ComponentRef Id="cmp7F1E9A4820D7ABC50BB56176F1C5C203"/>
<ComponentRef Id="cmpB1F423B56230E52C4F261BB0A2D31A50"/>
<ComponentRef Id="cmpED6FDBCCBE7E25A518A406A7EEBF19E7"/>
- <ComponentRef Id="cmpC32E981DE1987696848505946E7E40C7"/>
<ComponentRef Id="cmpBEC9C50CA6BEA1BDAA538AC014270ACA"/>
<ComponentRef Id="cmp484B206DD9362CCE151AE281DC2B9653"/>
<ComponentRef Id="cmp57A16823D68C54AF4DD1BEF68206C2E6"/>
@@ -98,9 +97,6 @@
<Component Id="cmpED6FDBCCBE7E25A518A406A7EEBF19E7" Guid="*">
<File Id="fil2D28C6A5674AFCA7F9F1E06EEB33E823" KeyPath="yes" Source="$(var.FSClient.TargetDir)\mod\mod_event_socket.dll" />
</Component>
- <Component Id="cmpC32E981DE1987696848505946E7E40C7" Guid="*">
- <File Id="filD5487CAC6CE60107178EA7AD41CDDA31" KeyPath="yes" Source="$(var.FSClient.TargetDir)\mod\mod_h26x.dll" />
- </Component>
<Component Id="cmpBEC9C50CA6BEA1BDAA538AC014270ACA" Guid="*">
<File Id="fil623B81F2BE4376CCA8C66EDB2EA2EBA8" KeyPath="yes" Source="$(var.FSClient.TargetDir)\mod\mod_ilbc.dll" />
</Component>
-----------------------------------------------------------------------
Summary of changes:
.../FSClient/External Items/conf/freeswitch.xml | 2 --
mitchcapper/FSClient/FSClient.csproj | 1 -
mitchcapper/FSClient/Setup/FSCore.wxs | 4 ----
3 files changed, 0 insertions(+), 7 deletions(-)
hooks/post-receive
--
FreeSWITCH user-contributed scripts, etc
More information about the Freeswitch-trunk
mailing list