X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_phone.pm;h=3d02ca4a348a2c1067738f85bd37ba2befe37891;hp=deb12c29a3d704a9020c2298a42a4f1c449fe801;hb=da86d5a8af2f915a340a74f6c97772451a1e23ef;hpb=80fa5a2f42e60bede178ff1118e7c7532fced9a5 diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index deb12c29a..3d02ca4a3 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -79,14 +79,6 @@ Voicemail PIN Optional svcnum from svc_pbx -=item route - -Route id/number - -=item gwlist - -OpenSIPS dr_rules gwlist - OpenSIPS dynamic routing - =item forwarddst Forwarding destination @@ -179,10 +171,6 @@ sub table_info { disable_inventory => 1, disable_select => 1, }, - 'route' => { label => 'Route', - %dis2, - }, - 'gwlist' => { label => 'OpenSIPS gwlist', %dis2 }, 'forwarddst' => { label => 'Forward Destination', %dis2, }, @@ -482,8 +470,6 @@ sub check { || $self->ut_foreign_keyn('pbxsvc', 'svc_pbx', 'svcnum' ) || $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')