[freeside-commits] freeside/httemplate/view svc_phone.cgi, 1.13, 1.14 svc_acct.cgi, 1.60, 1.61
Ivan,,,
ivan at wavetail.420.am
Mon Jan 25 14:17:16 PST 2010
- Previous message: [freeside-commits] freeside/httemplate/edit/elements edit.html, 1.41, 1.42 svc_Common.html, 1.8, 1.9
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.168.2.12, 1.168.2.13 svc_phone.pm, 1.20.2.1, 1.20.2.2 svc_acct.pm, 1.268.2.9, 1.268.2.10 svc_pbx.pm, 1.1.2.2, 1.1.2.3 svc_Common.pm, 1.51.2.1, 1.51.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv7395/httemplate/view
Modified Files:
svc_phone.cgi svc_acct.cgi
Log Message:
linking DIDs and users to PBXes, RT#7051
Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_acct.cgi,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- svc_acct.cgi 12 Nov 2009 21:45:06 -0000 1.60
+++ svc_acct.cgi 25 Jan 2010 22:17:14 -0000 1.61
@@ -157,6 +157,13 @@
<TD BGCOLOR="#ffffff"><% $domain %></TD>
</TR>
+% if ( $svc_acct->pbxsvc ) {
+ <TR>
+ <TD ALIGN="right">PBX</TD>
+ <TD BGCOLOR="#ffffff"><% $svc_acct->pbx_title %></TD>
+ </TR>
+%}
+
<TR>
<TD ALIGN="right">Password</TD>
<TD BGCOLOR="#ffffff">
Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- svc_phone.cgi 19 Nov 2009 09:47:02 -0000 1.13
+++ svc_phone.cgi 25 Jan 2010 22:17:14 -0000 1.14
@@ -3,6 +3,7 @@
'fields' => [qw(
countrycode
phonenum
+ pbx_title
sip_password
pin
phone_name
@@ -10,6 +11,7 @@
'labels' => {
'countrycode' => 'Country code',
'phonenum' => 'Phone number',
+ 'pbx_title' => 'PBX',
'sip_password' => 'SIP password',
'pin' => 'PIN',
'phone_name' => 'Name',
- Previous message: [freeside-commits] freeside/httemplate/edit/elements edit.html, 1.41, 1.42 svc_Common.html, 1.8, 1.9
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.168.2.12, 1.168.2.13 svc_phone.pm, 1.20.2.1, 1.20.2.2 svc_acct.pm, 1.268.2.9, 1.268.2.10 svc_pbx.pm, 1.1.2.2, 1.1.2.3 svc_Common.pm, 1.51.2.1, 1.51.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list