diff --git a/debian/freeswitch.conffiles b/debian/freeswitch.conffiles index 7f06d05c00..40c6bf90ed 100644 --- a/debian/freeswitch.conffiles +++ b/debian/freeswitch.conffiles @@ -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 diff --git a/debian/freeswitch.install b/debian/freeswitch.install index 421e2a2286..bb09e6843d 100644 --- a/debian/freeswitch.install +++ b/debian/freeswitch.install @@ -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* diff --git a/debian/rules b/debian/rules index 409f6473ec..f2c57ea95a 100755 --- a/debian/rules +++ b/debian/rules @@ -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