Hi All
I have got the same problem, i have installed the key from signalwire still when I login and go to status sip status I can't see any profiles
View and manage the status of system profiles and gateways.
sofia status
String could not be parsed as XML
View attachment 2823
Also installation shows error on postgress db
root@ip-10-10-1-4:/usr/src/fusionpbx-install.sh/debian# tail -10 /var/log/postgresql/postgresql-11-main.log
2022-03-21 18:09:41.928 UTC [23375] fusionpbx@fusionpbx ERROR: view "view_groups" does not exist
2022-03-21 18:09:41.928 UTC [23375] fusionpbx@fusionpbx STATEMENT: DROP VIEW view_groups;
2022-03-21 18:09:44.153 UTC [23548] fusionpbx@fusionpbx ERROR: view "view_users" does not exist
2022-03-21 18:09:44.153 UTC [23548] fusionpbx@fusionpbx STATEMENT: DROP VIEW view_users;
2022-03-21 18:09:46.914 UTC [23663] fusionpbx@fusionpbx ERROR: column "device_profile_uuid" does not exist at character 35
2022-03-21 18:09:46.914 UTC [23663] fusionpbx@fusionpbx STATEMENT: select * from v_device_keys where device_profile_uuid is not null
2022-03-21 18:09:46.925 UTC [23665] fusionpbx@fusionpbx ERROR: column "device_profile_uuid" does not exist at character 39
2022-03-21 18:09:46.925 UTC [23665] fusionpbx@fusionpbx STATEMENT: select * from v_device_settings where device_profile_uuid is not null
2022-03-21 18:09:47.632 UTC [23761] fusionpbx@fusionpbx ERROR: invalid input syntax for type boolean: "" at character 69
2022-03-21 18:09:47.632 UTC [23761] fusionpbx@fusionpbx STATEMENT: update v_domains set domain_enabled = 'true' where domain_enabled = '' or domain_enabled is null
When I login to fs_cli and give command reloadacl I get this error
2022-03-21 18:36:02.279663 [NOTICE] switch_core.c:1549 Adding 10.10.1.4/255.255.255.240 (allow) to list localnet.auto
2022-03-21 18:36:02.279663 [ERR] switch_core_db.c:241 SQL ERR [unable to open database file]
2022-03-21 18:36:02.279663 [CRIT] switch_core_sqldb.c:646 Failure to connect to CORE_DB pgsql://hostaddr=127.0.0.1 port=5432 dbname=fusionpbx user=fusionpbx password=SecureDBPassword options=''!
2022-03-21 18:36:02.279663 [ERR] freeswitch_lua.cpp:374 Connection failed. DBH NOT Connected.
2022-03-21 18:36:02.279663 [ERR] mod_lua.cpp:202 ...eeswitch/scripts/resources/functions/database/native.lua:27: assertion failed!
stack traceback:
[C]: in function 'assert'
...eeswitch/scripts/resources/functions/database/native.lua:27: in function 'new'
...hare/freeswitch/scripts/resources/functions/database.lua:87: in function <...hare/freeswitch/scripts/resources/functions/database.lua:86>
(...tail calls...)
...xml_handler/resources/scripts/configuration/acl.conf.lua:55: in main chunk
[C]: in function 'dofile'
/usr/share/freeswitch/scripts/app/xml_handler/index.lua:95: in main chunk
/usr/share/freeswitch/scripts/app.lua:48: in main chunk
2022-03-21 18:36:02.279663 [ERR] mod_lua.cpp:270 LUA script parse/execute error!
2022-03-21 18:36:02.279663 [INFO] mod_enum.c:884 ENUM Reloaded
2022-03-21 18:36:02.279663 [INFO] switch_time.c:1430 Timezone reloaded 530 definitions
freeswitch@ip-10-10-1-4>
I will appreciate if someone can advise.