diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php
index 0605604ab8..e88c60a2c1 100644
--- a/app/ring_groups/ring_group_edit.php
+++ b/app/ring_groups/ring_group_edit.php
@@ -290,7 +290,7 @@
//check for all required data
$msg = '';
if (empty($ring_group_name)) { $msg .= $text['message-name']."
\n"; }
- if (empty($ring_group_extension)) { $msg .= $text['message-extension']."
\n"; }
+ //if (empty($ring_group_extension)) { $msg .= $text['message-extension']."
\n"; }
//if (empty($ring_group_greeting)) { $msg .= $text['message-greeting']."
\n"; }
if (empty($ring_group_strategy)) { $msg .= $text['message-strategy']."
\n"; }
if (empty($ring_group_call_timeout)) { $msg .= $text['message-call_timeout']."
\n"; }