OpenSIPS provisioning, RT10993
[freeside.git] / FS / FS / svc_phone.pm
index cffe1e3..deb12c2 100644 (file)
@@ -83,6 +83,10 @@ Optional svcnum from svc_pbx
 
 Route id/number
 
+=item gwlist
+
+OpenSIPS dr_rules gwlist - OpenSIPS dynamic routing
+
 =item forwarddst
 
 Forwarding destination
@@ -178,6 +182,7 @@ sub table_info {
        'route' => {    label => 'Route',
                        %dis2, 
                    },
+       'gwlist' => { label => 'OpenSIPS gwlist', %dis2 },
        'forwarddst' => {       label => 'Forward Destination', 
                                %dis2,
                        },
@@ -478,6 +483,7 @@ sub check {
     || $self->ut_foreign_keyn('domsvc', 'svc_domain', 'svcnum' )
     || $self->ut_foreign_keyn('locationnum', 'cust_location', 'locationnum')
     || $self->ut_textn('route')
+    || $self->ut_textn('gwlist')
     || $self->ut_numbern('forwarddst')
     || $self->ut_textn('email')
     || $self->ut_numbern('lrn')