show imported region and rate #s, RT#83146
[freeside.git] / httemplate / edit / svc_phone.cgi
index f9c0d40..ef5cec6 100644 (file)
@@ -60,6 +60,9 @@ my $begin_callback = sub {
                 type  => 'text',
                 maxlength => $conf->config('svc_phone-phone_name-max_length'),
               },
+              { field => 'forward_svcnum',
+                type  => 'select-svc_phone-forward',
+              },
              'forwarddst',
              'email',
 
@@ -104,9 +107,6 @@ my $begin_callback = sub {
              type    => 'tablebreak-tr-title',
                                colspan => 8,
             },
-           {   field => 'lnp_status',
-               type => 'select-lnp_status',
-           },
            'lnp_reject_reason',
            {   field => 'portable',
                type => 'checkbox',
@@ -132,6 +132,9 @@ my $begin_callback = sub {
              value   => 'Carrier Information',
              colspan => 8,
            },
+           { field => 'sip_server',
+             type  => 'select-sip_server',
+           },
            { field => 'sms_carrierid',
              label => 'SMS Carrier',
              type  => 'select-cdr_carrier',