[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


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',



More information about the freeside-commits mailing list