From bb5907148eb298e2e509fa37e23dcbe63619db9d Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Jun 2008 23:56:02 +0000 Subject: add sip pw field --- httemplate/edit/svc_phone.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'httemplate/edit/svc_phone.cgi') 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', }, ) %> -- cgit v1.2.1