diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 4715ec146..b77d96233 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -44,7 +44,10 @@ push @fields, { field => 'pbxsvc', }, 'sip_password', 'pin', - 'phone_name', + { field => 'phone_name', + type => 'text', + maxlength => $conf->config('svc_phone-phone_name-max_length'), + }, { value => 'E911 Information', type => 'tablebreak-tr-title', |