diff --git a/freeswitch.spec b/freeswitch.spec index bd1f0239cd..37cf8111b9 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -1705,6 +1705,7 @@ fi %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/mrcp_profiles %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles/external +%dir %attr(0750, freeswitch, daemon) %{sysconfdir}/sip_profiles/external-ipv6 %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/skinny_profiles # #################################### Grammar Directory Structure ##################################################### @@ -1873,6 +1874,7 @@ fi ###################################################################################################################### %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/*.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/external/*.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/sip_profiles/external-ipv6/*.xml ###################################################################################################################### # Other Protocol Profiles (skinny, jingle, mrcp) ######################################################################################################################