X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_phone.pm;h=deb12c29a3d704a9020c2298a42a4f1c449fe801;hp=cffe1e3f6d2b53eae653d9c96f275d168109372f;hb=80fa5a2f42e60bede178ff1118e7c7532fced9a5;hpb=53323732e819df59e80973e569bcc7b836f7bf82 diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index cffe1e3f6..deb12c29a 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -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')