1 of 1 users consider this post helpful
Re: moving function keys (crude workaround)
(this thread was split from
class.innovaphone.com: moodle2/mod/forum/discuss.php )
Thomas,
I understand your point.
Just a little hint how it could be done today easier than deleting/recreating

Thomas,
I understand your point.
Just a little hint how it could be done today easier than deleting/recreating
- goto Services/LDAP/LDAP-Expert
- locate the object (via search field) that holds the function key definitions (template or user)
- open object
- locate the pbx attribute field that holds the function key definitions. It is the field that holds the <phone> XML tag, e.g.:
<phone>
<f id='0' label='label1'><dial/></f></phone>
<f id='1' label='text'><p> </p></f>
- modify the values of the id attributes in the f tags
disclaimer: even thinking of using the LDAP Expert may harm your PBX So do a backup before!
Regards, Christoph