[freeside-commits] freeside/httemplate/view svc_phone.cgi, 1.23, 1.24

Erik Levinson levinse at wavetail.420.am
Mon Jan 10 11:45:01 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv19789/httemplate/view

Modified Files:
	svc_phone.cgi 
Log Message:
vitelity API improvements for toll-free and fax, RT11009

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_phone.cgi,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -d -r1.23 -r1.24
--- svc_phone.cgi	7 Jan 2011 23:13:58 -0000	1.23
+++ svc_phone.cgi	10 Jan 2011 19:44:43 -0000	1.24
@@ -19,7 +19,7 @@
 
 my @fields = qw( countrycode phonenum );
 push @fields, 'domain' if $conf->exists('svc_phone-domain');
-push @fields, qw( pbx_title sip_password pin phone_name route );
+push @fields, qw( pbx_title sip_password pin phone_name route forwarddst email );
 
 if ( $conf->exists('svc_phone-lnp') ) {
 push @fields, 'lnp_status',



More information about the freeside-commits mailing list