blob: 15023a4b945ca94b7bb05a1e6b97de0f177a4e20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<& elements/svc_Common.html,
table => 'svc_pbx',
edit_ext => 'html',
process_o2m => { table => 'pbx_extension',
fields => [qw( extension pin sip_password phone_name )],
},
&>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
</%init>
|