[freeside-commits] freeside/FS/FS svc_phone.pm,1.6,1.7
Ivan,,,
ivan at wavetail.420.am
Mon Jun 30 17:07:13 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv6731
Modified Files:
svc_phone.pm
Log Message:
that should fix the new sip_password field, i hope
Index: svc_phone.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_phone.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- svc_phone.pm 30 Jun 2008 23:56:01 -0000 1.6
+++ svc_phone.pm 1 Jul 2008 00:07:10 -0000 1.7
@@ -39,13 +39,19 @@
=over 4
-=item svcnum - primary key
+=item svcnum
-=item countrycode -
+primary key
-=item phonenum -
+=item countrycode
-=item pin -
+=item phonenum
+
+=item sip_password
+
+=item pin
+
+Voicemail PIN
=back
@@ -71,17 +77,18 @@
'display_weight' => 60,
'cancel_weight' => 80,
'fields' => {
- 'countrycode' => { label => 'Country code',
- type => 'text',
- disable_inventory => 1,
- disable_select => 1,
- },
- 'phonenum' => 'Phone number',
- 'pin' => { label => 'Personal Identification Number',
- type => 'text',
- disable_inventory => 1,
- disable_select => 1,
- },
+ 'countrycode' => { label => 'Country code',
+ type => 'text',
+ disable_inventory => 1,
+ disable_select => 1,
+ },
+ 'phonenum' => 'Phone number',
+ 'pin' => { label => 'Personal Identification Number',
+ type => 'text',
+ disable_inventory => 1,
+ disable_select => 1,
+ },
+ 'sip_password' => 'SIP password',
},
};
}
More information about the freeside-commits
mailing list