From 9ad4f8407cc106ef5815e65bce2ee873cd0896c2 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 25 Jan 2010 22:17:14 +0000 Subject: linking DIDs and users to PBXes, RT#7051 --- httemplate/edit/svc_phone.cgi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/edit/svc_phone.cgi') 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', }, ) %> -- cgit v1.2.1