X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_phone.pm;h=3d02ca4a348a2c1067738f85bd37ba2befe37891;hb=b49c1bd5510a5f10b05bffacc6cc8b6a1b2153e8;hp=0b001d706695afe2906bdb0ef4984f3fa4b156a5;hpb=8ae589024036a94bb71da0e05f645b00697e271f;p=freeside.git diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index 0b001d706..3d02ca4a3 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -79,9 +79,13 @@ Voicemail PIN Optional svcnum from svc_pbx -=item route +=item forwarddst -Route id/number +Forwarding destination + +=item email + +Email address for virtual fax (fax-to-email) services =item lnp_status @@ -167,8 +171,11 @@ sub table_info { disable_inventory => 1, disable_select => 1, }, - 'route' => { label => 'Route', - %dis2, + 'forwarddst' => { label => 'Forward Destination', + %dis2, + }, + 'email' => { label => 'Email', + %dis2, }, 'lnp_status' => { label => 'LNP Status', type => 'select-lnp_status.html', @@ -463,7 +470,8 @@ 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_numbern('forwarddst') + || $self->ut_textn('email') || $self->ut_numbern('lrn') || $self->ut_numbern('lnp_desired_due_date') || $self->ut_numbern('lnp_due_date')