[freeside-commits] freeside/httemplate/edit svc_phone.cgi,1.5,1.6
Ivan,,,
ivan at wavetail.420.am
Mon Jun 30 16:56:04 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv6515/httemplate/edit
Modified Files:
svc_phone.cgi
Log Message:
add sip pw field
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_phone.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- svc_phone.cgi 28 Jun 2008 23:03:10 -0000 1.5
+++ svc_phone.cgi 30 Jun 2008 23:56:02 -0000 1.6
@@ -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',
},
)
%>
More information about the freeside-commits
mailing list