diff --git a/app/dialplan/resources/switch/conf/dialplan/570_nway_conference.xml b/app/dialplan/resources/switch/conf/dialplan/570_nway_conference.xml new file mode 100644 index 0000000000..05f4d4f41c --- /dev/null +++ b/app/dialplan/resources/switch/conf/dialplan/570_nway_conference.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/app/provision/app_config.php b/app/provision/app_config.php index 10e2b0a084..bafd95b81a 100644 --- a/app/provision/app_config.php +++ b/app/provision/app_config.php @@ -409,5 +409,14 @@ $apps[$x]['default_settings'][$y]['default_setting_value'] = '0'; $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'true'; $apps[$x]['default_settings'][$y]['default_setting_description'] = 'Call Waiting 0=enabled 1=disable'; + $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = '203711b9-1d2a-4b52-9d8c-d6f23b451d8f'; + $apps[$x]['default_settings'][$y]['default_setting_category'] = 'provision'; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = 'nway_conference'; + $apps[$x]['default_settings'][$y]['default_setting_name'] = 'text'; + $apps[$x]['default_settings'][$y]['default_setting_value'] = 'true'; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = 'false'; + $apps[$x]['default_settings'][$y]['default_setting_description'] = 'N-Way conferencing for devices supporting network conference uri'; + $y++; ?>