[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.15,1.397.2.16

Erik Levinson levinse at wavetail.420.am
Mon Jan 17 18:19:42 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv1812/FS/FS

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
OpenSIPS provisioning improvements, RT10993

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.15
retrieving revision 1.397.2.16
diff -u -w -d -r1.397.2.15 -r1.397.2.16
--- Conf.pm	17 Jan 2011 00:36:23 -0000	1.397.2.15
+++ Conf.pm	18 Jan 2011 02:19:39 -0000	1.397.2.16
@@ -4183,6 +4183,33 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'opensips_gwlist',
+    'section'     => 'opensips',
+    'description' => 'For svc_phone OpenSIPS dr_rules export, gwlist column value, per-agent',
+    'type'        => 'text',
+    'per_agent'   => 1,
+    'agentonly'   => 1,
+  },
+
+  {
+    'key'         => 'opensips_description',
+    'section'     => 'opensips',
+    'description' => 'For svc_phone OpenSIPS dr_rules export, description column value, per-agent',
+    'type'        => 'text',
+    'per_agent'   => 1,
+    'agentonly'   => 1,
+  },
+  
+  {
+    'key'         => 'opensips_route',
+    'section'     => 'opensips',
+    'description' => 'For svc_phone OpenSIPS dr_rules export, routeid column value, per-agent',
+    'type'        => 'text',
+    'per_agent'   => 1,
+    'agentonly'   => 1,
+  },
+
   { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
   { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },



More information about the freeside-commits mailing list