diff options
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index bb9c08508..d7629ab6f 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -8,12 +8,14 @@ }, 'sip_password', 'pin', + 'phone_name', ], 'labels' => { 'countrycode' => 'Country code', 'phonenum' => 'Phone number', 'sip_password' => 'SIP password', 'pin' => 'Voicemail PIN', + 'phone_name' => 'Name', }, ) %> |