summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_phone.cgi
diff options
context:
space:
mode:
authorivan <ivan>2010-01-25 22:17:29 +0000
committerivan <ivan>2010-01-25 22:17:29 +0000
commitfb9a4b8b235157095779965ffbd9e95934c8bbae (patch)
tree61b8518e20353d662423218c3add5482a8d31747 /httemplate/edit/svc_phone.cgi
parent19fb1fb69bebf7b9ab99f89b15701992dc5b9299 (diff)
linking DIDs and users to PBXes, RT#7051
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r--httemplate/edit/svc_phone.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi
index d7629ab6f..55ee890f4 100644
--- a/httemplate/edit/svc_phone.cgi
+++ b/httemplate/edit/svc_phone.cgi
@@ -6,6 +6,10 @@
type => 'select-did',
label => 'Phone number',
},
+ { field => 'pbxsvc',
+ type => 'select-svc_pbx',
+ label => 'PBX',
+ },
'sip_password',
'pin',
'phone_name',
@@ -16,6 +20,7 @@
'sip_password' => 'SIP password',
'pin' => 'Voicemail PIN',
'phone_name' => 'Name',
+ 'pbxsvc' => 'PBX',
},
)
%>