]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: install mod_skinny
authorMathieu Parent <math.parent@gmail.com>
Sat, 17 Apr 2010 13:05:48 +0000 (15:05 +0200)
committerMathieu Parent <math.parent@gmail.com>
Sat, 17 Apr 2010 13:05:48 +0000 (15:05 +0200)
Build tested on i386, amd64 and ppc.

debian/freeswitch.conffiles
debian/freeswitch.install
debian/rules

index 7f06d05c000e66ccbd44c24ed42609f0343810c2..40c6bf90edc3646c160d22137fb1ebe4e40f67ea 100644 (file)
@@ -87,6 +87,7 @@
 /opt/freeswitch/conf/sip_profiles/internal/example.xml
 /opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
 /opt/freeswitch/conf/sip_profiles/internal.xml
+/opt/freeswitch/conf/skinny_profiles/internal.xml
 /opt/freeswitch/conf/tetris.ttml
 /opt/freeswitch/conf/tones.conf
 /opt/freeswitch/conf/vars.xml
index 421e2a22860f91db45ff523476bc09fecfafe80a..bb09e6843de9e9da897c3b6ae8a8bfa2312c82fa 100644 (file)
@@ -95,6 +95,7 @@ opt/freeswitch/conf/sip_profiles/external.xml
 opt/freeswitch/conf/sip_profiles/internal/example.xml
 opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
 opt/freeswitch/conf/sip_profiles/internal.xml
+opt/freeswitch/conf/skinny_profiles/internal.xml
 opt/freeswitch/conf/tetris.ttml
 opt/freeswitch/conf/tones.conf
 opt/freeswitch/conf/vars.xml
@@ -139,6 +140,7 @@ opt/freeswitch/mod/mod_portaudio.so*
 opt/freeswitch/mod/mod_rss.so*
 opt/freeswitch/mod/mod_shout.so*
 opt/freeswitch/mod/mod_siren.so*
+opt/freeswitch/mod/mod_skinny.so*
 opt/freeswitch/mod/mod_skypopen.so*
 opt/freeswitch/mod/mod_sndfile.so*
 opt/freeswitch/mod/mod_snom.so*
index 409f6473ec539c4b157d60265f14daf3cfea3780..f2c57ea95a404604b85c11c42bc3c9494ddd4dff 100755 (executable)
@@ -20,7 +20,8 @@ export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_
 export DIRECTORIES_MODULES=
 export DOTNET_MODULES=
 export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_portaudio endpoints/mod_sofia \
-                        endpoints/mod_loopback ../../libs/openzap/mod_openzap endpoints/mod_skypopen
+                        endpoints/mod_loopback ../../libs/openzap/mod_openzap endpoints/mod_skypopen \
+                        endpoints/mod_skinny
 export EVENT_HANDLERS_MODULES=event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv
 export FORMATS_MODULES=formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout
 export LANGUAGES_MODULES=languages/mod_spidermonkey languages/mod_perl languages/mod_lua