mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 11:06:36 +00:00
debian: install mod_skinny
Build tested on i386, amd64 and ppc.
This commit is contained in:
parent
f772b05da8
commit
b5049a35d7
1
debian/freeswitch.conffiles
vendored
1
debian/freeswitch.conffiles
vendored
@ -87,6 +87,7 @@
|
|||||||
/opt/freeswitch/conf/sip_profiles/internal/example.xml
|
/opt/freeswitch/conf/sip_profiles/internal/example.xml
|
||||||
/opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
|
/opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
|
||||||
/opt/freeswitch/conf/sip_profiles/internal.xml
|
/opt/freeswitch/conf/sip_profiles/internal.xml
|
||||||
|
/opt/freeswitch/conf/skinny_profiles/internal.xml
|
||||||
/opt/freeswitch/conf/tetris.ttml
|
/opt/freeswitch/conf/tetris.ttml
|
||||||
/opt/freeswitch/conf/tones.conf
|
/opt/freeswitch/conf/tones.conf
|
||||||
/opt/freeswitch/conf/vars.xml
|
/opt/freeswitch/conf/vars.xml
|
||||||
|
2
debian/freeswitch.install
vendored
2
debian/freeswitch.install
vendored
@ -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/example.xml
|
||||||
opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
|
opt/freeswitch/conf/sip_profiles/internal-ipv6.xml
|
||||||
opt/freeswitch/conf/sip_profiles/internal.xml
|
opt/freeswitch/conf/sip_profiles/internal.xml
|
||||||
|
opt/freeswitch/conf/skinny_profiles/internal.xml
|
||||||
opt/freeswitch/conf/tetris.ttml
|
opt/freeswitch/conf/tetris.ttml
|
||||||
opt/freeswitch/conf/tones.conf
|
opt/freeswitch/conf/tones.conf
|
||||||
opt/freeswitch/conf/vars.xml
|
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_rss.so*
|
||||||
opt/freeswitch/mod/mod_shout.so*
|
opt/freeswitch/mod/mod_shout.so*
|
||||||
opt/freeswitch/mod/mod_siren.so*
|
opt/freeswitch/mod/mod_siren.so*
|
||||||
|
opt/freeswitch/mod/mod_skinny.so*
|
||||||
opt/freeswitch/mod/mod_skypopen.so*
|
opt/freeswitch/mod/mod_skypopen.so*
|
||||||
opt/freeswitch/mod/mod_sndfile.so*
|
opt/freeswitch/mod/mod_sndfile.so*
|
||||||
opt/freeswitch/mod/mod_snom.so*
|
opt/freeswitch/mod/mod_snom.so*
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -20,7 +20,8 @@ export DIALPLANS_MODULES=dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_
|
|||||||
export DIRECTORIES_MODULES=
|
export DIRECTORIES_MODULES=
|
||||||
export DOTNET_MODULES=
|
export DOTNET_MODULES=
|
||||||
export ENDPOINTS_MODULES=endpoints/mod_dingaling endpoints/mod_portaudio endpoints/mod_sofia \
|
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 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 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
|
export LANGUAGES_MODULES=languages/mod_spidermonkey languages/mod_perl languages/mod_lua
|
||||||
|
Loading…
x
Reference in New Issue
Block a user