X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0cd112c86e21fc425b4847b269312ccfb8cee547;hb=12585f80aac73d6c5f2ee792f904affdb2cb6829;hp=c049d41f9c9410fa7e02cd742bb344d434656cf3;hpb=b87e0be86003d12da8d8436583d23e9f4d783bb9;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c049d41f9..0cd112c86 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4182,6 +4182,33 @@ and customer address. Include units.', 'description' => 'Enable DID activity summary for past 30 days on invoices, showing # DIDs activated/deactivated/ported-in/ported-out and total minutes usage', '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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" },