summaryrefslogtreecommitdiff
path: root/FS/FS/svc_phone.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-07 23:13:58 +0000
committerlevinse <levinse>2011-01-07 23:13:58 +0000
commit8ae589024036a94bb71da0e05f645b00697e271f (patch)
treee29950ca6c4942b2bba4958289fcc702eb74ccad /FS/FS/svc_phone.pm
parent29c296af24c09dc904f6fad51edbf3c5f2f085d3 (diff)
opensips provisioning, RT10993
Diffstat (limited to 'FS/FS/svc_phone.pm')
-rw-r--r--FS/FS/svc_phone.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm
index 56f3f3c2e..0b001d706 100644
--- a/FS/FS/svc_phone.pm
+++ b/FS/FS/svc_phone.pm
@@ -79,6 +79,10 @@ Voicemail PIN
Optional svcnum from svc_pbx
+=item route
+
+Route id/number
+
=item lnp_status
LNP Status (can be null, native, portedin, portingin, portin-reject,
@@ -163,6 +167,9 @@ sub table_info {
disable_inventory => 1,
disable_select => 1,
},
+ 'route' => { label => 'Route',
+ %dis2,
+ },
'lnp_status' => { label => 'LNP Status',
type => 'select-lnp_status.html',
%dis2,
@@ -456,6 +463,7 @@ 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('lrn')
|| $self->ut_numbern('lnp_desired_due_date')
|| $self->ut_numbern('lnp_due_date')