From 037c25acde45b47e4b14b7d26b0152f2a577e4d8 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Wed, 19 Dec 2018 14:40:48 +0100 Subject: [PATCH] TT#49037 Add Sipwise EDS redirect options Change-Id: Ic237e8aaf2adde155c50d4d2f64d6f0c9a02f027 --- lib/NGCP/Schema/Result/autoprov_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Schema/Result/autoprov_devices.pm b/lib/NGCP/Schema/Result/autoprov_devices.pm index 2ba99adb..1bc6b6df 100644 --- a/lib/NGCP/Schema/Result/autoprov_devices.pm +++ b/lib/NGCP/Schema/Result/autoprov_devices.pm @@ -45,7 +45,7 @@ __PACKAGE__->add_columns( { data_type => "enum", default_value => "http", - extra => { list => ["http","redirect_panasonic","redirect_yealink","redirect_polycom","redirect_snom","redirect_grandstream"] }, + extra => { list => ["http","redirect_panasonic","redirect_yealink","redirect_polycom","redirect_snom","redirect_grandstream", "redirect_sipwise", "profile_sipwise"] }, is_nullable => 1, }, "bootstrap_uri",