diff options
author | ivan <ivan> | 2008-06-30 23:56:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-30 23:56:02 +0000 |
commit | bb5907148eb298e2e509fa37e23dcbe63619db9d (patch) | |
tree | 4147cc1a52c33c1fb658615cf628ba319b873400 /httemplate/edit/svc_phone.cgi | |
parent | fd9f3d8f951adbe9bf42827df0b326cfdc29b5d6 (diff) |
add sip pw field
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 109fba228..bb9c08508 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -6,12 +6,14 @@ type => 'select-did', label => 'Phone number', }, + 'sip_password', 'pin', ], 'labels' => { - 'countrycode' => 'Country code', - 'phonenum' => 'Phone number', - 'pin' => 'PIN', + 'countrycode' => 'Country code', + 'phonenum' => 'Phone number', + 'sip_password' => 'SIP password', + 'pin' => 'Voicemail PIN', }, ) %> |