Hello,
Enabling DND on an extension appears to have no effect -- calls still ring the extension normally. I can enable it through the Call Routing page on the web interface, dialing the feature code, or even with the DND button on the phone through feature sync (which is rather cool). In all cases, the Do Not Disturb value on the extension's Call Routing page reflects it's enabled, but it just doesn't act like it.
I see some ugliness on the FS console that may be related:
[DEBUG] switch_pgsql.c:439 Query (update v_follow_me set follow_me_enabled = 'false' where domain_uuid = '6d3a7d31-74aa-4dc8-b1cb-61750e7d5a28' and follow_me_uuid = '' ) returned PGRES_FATAL_ERROR
[ERR] switch_pgsql.c:680 Error executing query:
ERROR: invalid input syntax for type uuid: ""
LINE 1: ...3a7d31-74aa-4dc8-b1cb-61750e7d5a28' and follow_me_uuid = ''
^
It looks like it's trying to disable follow_me for this extension when DND is enabled (which makes sense), but failing because there is no follow_me defined for this extension, so maybe DND never gets set completely? Obviously I'm guessing here. I'm wondering if this is a bug or a misconfiguration on my part.
- Jeff
Enabling DND on an extension appears to have no effect -- calls still ring the extension normally. I can enable it through the Call Routing page on the web interface, dialing the feature code, or even with the DND button on the phone through feature sync (which is rather cool). In all cases, the Do Not Disturb value on the extension's Call Routing page reflects it's enabled, but it just doesn't act like it.
I see some ugliness on the FS console that may be related:
[DEBUG] switch_pgsql.c:439 Query (update v_follow_me set follow_me_enabled = 'false' where domain_uuid = '6d3a7d31-74aa-4dc8-b1cb-61750e7d5a28' and follow_me_uuid = '' ) returned PGRES_FATAL_ERROR
[ERR] switch_pgsql.c:680 Error executing query:
ERROR: invalid input syntax for type uuid: ""
LINE 1: ...3a7d31-74aa-4dc8-b1cb-61750e7d5a28' and follow_me_uuid = ''
^
It looks like it's trying to disable follow_me for this extension when DND is enabled (which makes sense), but failing because there is no follow_me defined for this extension, so maybe DND never gets set completely? Obviously I'm guessing here. I'm wondering if this is a bug or a misconfiguration on my part.
- Jeff