Commit 32ee2e6b authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Updating UPGRADE with a section about old phone object from the asterisk plugin


Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 32 additions and 0 deletions
+32 -0
...@@ -470,6 +470,38 @@ The template system has been completely rewritten, and the old template will not ...@@ -470,6 +470,38 @@ The template system has been completely rewritten, and the old template will not
The new system is much cleaner because template are stored in they own branch now and are the basis for having template for the whole application in the future. The new system is much cleaner because template are stored in they own branch now and are the basis for having template for the whole application in the future.
Backup your phones
==================
You must backup all your phones in a LDIF and remove them.
Modify your LDIF like below:
Before
======
cn=namePhone,ou=phones,ou=systems,dc=labo,dc=opensides,dc=be
cn: namePhone
goFonType: friend
goFonDmtfMode: inband
goFonDefaultIP: dynamic
ipHostNumber: 127.0.0.1
macAddress: 00:0C:7F:31:33:F1
objectClass: top
After
=====
cn=namePhone,ou=phones,ou=systems
cn: namePhone
ipHostNumber: 127.0.0.1
macAddress: 00:0C:7F:31:33:F1
objectClass: fdPhone
objectClass: device
objectClass: ieee802Device
objectClass: ipHost
After the migration you may insert your phone again in your LDAP.
Moved Attributes Moved Attributes
================ ================
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment