chan-sccp / sccp_manager

SCCP Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The hardware device drops the line association when the associated line is edited (and saved)

opened this issue · comments

If you change and save the line (Extension), and then apply the FREEPBX settings, then this associated line with SCCP Phone will disappear from this device in the Phone Manager item
Every time you need to add this line on the device
EditLine

Notes for posterity: This is actually a freePBX issue - its author describes the approach as insanity!
When editing a device(extension), freePBX first deletes it and then adds it. It never signifies the context of the delete to the class.
As a result the associated line linkages are deleted, but not recreated - Sccp_manager is subservient to freePBX!
Will file an issue with Sangoma, and look at kludges to workaround that do not pollute the db.

So it can't be fixed :(
let's hope for good events

Implement delete via destructor