diff --git a/debian/dirs b/debian/dirs index 2c64156f1e..795783b9b1 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,4 +1,5 @@ -opt/freeswitch/conf/dialplan/extensions +opt/freeswitch/conf/dialplan/default +opt/freeswitch/conf/dialplan/public opt/freeswitch/conf/sip_profiles/nat opt/freeswitch/conf/sip_profiles/default opt/freeswitch/conf/sip_profiles/outbound diff --git a/debian/freeswitch.conffiles b/debian/freeswitch.conffiles index 2ae03c30b7..2203108cd6 100644 --- a/debian/freeswitch.conffiles +++ b/debian/freeswitch.conffiles @@ -9,8 +9,9 @@ /opt/freeswitch/conf/dialplan/public.xml /opt/freeswitch/conf/dialplan/default.xml /opt/freeswitch/conf/dialplan/features.xml -/opt/freeswitch/conf/dialplan/extensions/00_pizza_demo.xml -/opt/freeswitch/conf/dialplan/extensions/99999_enum.xml +/opt/freeswitch/conf/dialplan/default/00_pizza_demo.xml +/opt/freeswitch/conf/dialplan/default/99999_enum.xml +/opt/freeswitch/conf/dialplan/public/00_inbound_did.xml /opt/freeswitch/conf/sip_profiles/external.xml /opt/freeswitch/conf/sip_profiles/internal/example.xml /opt/freeswitch/conf/sip_profiles/internal.xml diff --git a/debian/freeswitch.install b/debian/freeswitch.install index 94979c6554..fd984d23f6 100644 --- a/debian/freeswitch.install +++ b/debian/freeswitch.install @@ -48,8 +48,9 @@ opt/freeswitch/conf/fur_elise.ttml opt/freeswitch/conf/dialplan/public.xml opt/freeswitch/conf/dialplan/default.xml opt/freeswitch/conf/dialplan/features.xml -opt/freeswitch/conf/dialplan/extensions/00_pizza_demo.xml -opt/freeswitch/conf/dialplan/extensions/99999_enum.xml +opt/freeswitch/conf/dialplan/default/00_pizza_demo.xml +opt/freeswitch/conf/dialplan/default/99999_enum.xml +opt/freeswitch/conf/dialplan/public/00_inbound_did.xml opt/freeswitch/conf/sip_profiles/external.xml opt/freeswitch/conf/sip_profiles/internal/example.xml opt/freeswitch/conf/sip_profiles/internal.xml