-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICTFAX #65
Comments
please also share the result for following commands mysql ictfax |
***@***.*** ~]# mysql ictfax
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 486428
Server version: 5.5.68-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
+------------+-----------+-------------------------+----------------------------------+------------+------------+---------------+------------+-------------------------+---------+--------+----------+--------------+------------+--------------+------------+
| account_id | type | username | passwd | passwd_pin | first_name | last_name | phone | email | address | active | settings | date_created | created_by | last_updated | updated_by |
+------------+-----------+-------------------------+----------------------------------+------------+------------+---------------+------------+-------------------------+---------+--------+----------+--------------+------------+--------------+------------+
| 1 | account | admin | e7ba0ce69ee47a98981ff9ad7d5db580 | 7303 | System | Administrator | 111111 | ***@***.*** ***@***.***> | NULL | 1 | NULL | NULL | 1 | NULL | NULL |
| 2 | account | user | e5b021ef9f5b148da3e2cda979ca164d | 2352 | Test | User | 222222 | ***@***.*** ***@***.***> | NULL | 1 | NULL | NULL | 2 | NULL | NULL |
| 3 | did | 0240403022 | NULL | NULL | test | NULL | 0240403022 | ***@***.*** ***@***.***> | NULL | 1 | [] | 1634848899 | 1 | 1634849148 | 1 |
| 4 | account | ***@***.*** ***@***.***> | 3e844a92b80608f3315656a40e095f70 | 3068 | Shane | Meister | NULL | NULL | NULL | 1 | NULL | 1634890696 | 3 | NULL | NULL |
| 5 | extension | Shane | NetworkICT@! | 141414 | NULL | NULL | NULL | NULL | NULL | 1 | [] | 1634891275 | 1 | 1634891275 | 1 |
+------------+-----------+-------------------------+----------------------------------+------------+------------+---------------+------------+-------------------------+---------+--------+----------+--------------+------------+--------------+------------+
5 rows in set (0.01 sec)
MariaDB [ictfax]> select * from user;
ERROR 1146 (42S02): Table 'ictfax.user' doesn't exist
MariaDB [ictfax]> select * from usr;
+--------+---------+-------------------------+----------------------------------+------------+---------------+-------------+--------+-------------------------+--------------------------------+------------+------------+-------------+-------------+--------+--------------+------------+--------------+------------+
| usr_id | role_id | username | passwd | first_name | last_name | phone | mobile | email | address | company | country_id | language_id | timezone_id | active | date_created | created_by | last_updated | updated_by |
+--------+---------+-------------------------+----------------------------------+------------+---------------+-------------+--------+-------------------------+--------------------------------+------------+------------+-------------+-------------+--------+--------------+------------+--------------+------------+
| 1 | 0 | admin | e7ba0ce69ee47a98981ff9ad7d5db580 | System | Administrator | 111111 | NULL | ***@***.*** ***@***.***> | NULL | NULL | NULL | NULL | NULL | 1 | NULL | 1 | NULL | NULL |
| 2 | 0 | user | e5b021ef9f5b148da3e2cda979ca164d | Test | User | 222222 | NULL | ***@***.*** ***@***.***> | NULL | NULL | NULL | NULL | NULL | 1 | NULL | 2 | NULL | NULL |
| 3 | 0 | ***@***.*** ***@***.***> | 3e844a92b80608f3315656a40e095f70 | Shane | Meister | 61437902478 | NULL | ***@***.*** ***@***.***> | 152 New England Hwy Rutherford | NetworkICT | 36 | NULL | 10 | 1 | 1634890696 | 1 | 1635108341 | 1 |
+--------+---------+-------------------------+----------------------------------+------------+---------------+-------------+--------+-------------------------+--------------------------------+------------+------------+-------------+-------------+--------+--------------+------------+--------------+------------+
3 rows in set (0.00 sec)
MariaDB [ictfax]> select * from user;
ERROR 1146 (42S02): Table 'ictfax.user' doesn't exist
MariaDB [ictfax]> select * from usr;
+--------+---------+-------------------------+----------------------------------+------------+---------------+-------------+--------+-------------------------+--------------------------------+------------+------------+-------------+-------------+--------+--------------+------------+--------------+------------+
| usr_id | role_id | username | passwd | first_name | last_name | phone | mobile | email | address | company | country_id | language_id | timezone_id | active | date_created | created_by | last_updated | updated_by |
+--------+---------+-------------------------+----------------------------------+------------+---------------+-------------+--------+-------------------------+--------------------------------+------------+------------+-------------+-------------+--------+--------------+------------+--------------+------------+
| 1 | 0 | admin | e7ba0ce69ee47a98981ff9ad7d5db580 | System | Administrator | 111111 | NULL | ***@***.*** ***@***.***> | NULL | NULL | NULL | NULL | NULL | 1 | NULL | 1 | NULL | NULL |
| 2 | 0 | user | e5b021ef9f5b148da3e2cda979ca164d | Test | User | 222222 | NULL | ***@***.*** ***@***.***> | NULL | NULL | NULL | NULL | NULL | 1 | NULL | 2 | NULL | NULL |
| 3 | 0 | ***@***.*** ***@***.***> | 3e844a92b80608f3315656a40e095f70 | Shane | Meister | 61437902478 | NULL | ***@***.*** ***@***.***> | 152 New England Hwy Rutherford | NetworkICT | 36 | NULL | 10 | 1 | 1634890696 | 1 | 1635108341 | 1 |
+--------+---------+-------------------------+----------------------------------+------------+---------------+-------------+--------+-------------------------+--------------------------------+------------+------------+-------------+-------------+--------+--------------+------------+--------------+------------+
3 rows in set (0.00 sec)
MariaDB [ictfax]> select * from dialplan;
+-------------+--------------+--------+-------------+----------+--------+------------+----------------+-------------+
| dialplan_id | gateway_flag | source | destination | context | weight | program_id | application_id | filter_flag |
+-------------+--------------+--------+-------------+----------+--------+------------+----------------+-------------+
| 1 | 4 | % | % | internal | 0 | 1 | email_receive | 31 |
| 2 | 8 | % | 0240403022 | external | 0 | 2 | inbound | 31 |
+-------------+--------------+--------+-------------+----------+--------+------------+----------------+-------------+
2 rows in set (0.00 sec)
From: Kashif Majeed ***@***.***>
Sent: Tuesday, 26 October 2021 7:51 PM
To: ictinnovations/ictfax ***@***.***>
Cc: NetworkICT ***@***.***>; Author ***@***.***>
Subject: {Disarmed} Re: [ictinnovations/ictfax] ICTFAX (Issue #65)
please also share the result for following commands
mysql ictfax
select * from account;
select * from usr;
select * from dialplan;
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#65 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMWGIEGMUYPKYJ4IAZ7F6F3UIZTVTANCNFSM5GXFD7BQ> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> . <https://s3.amazonaws.com/msv5/images/spacer.gif>
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#65 (comment)", "url": "#65 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Please open SMTP (25) port in ICTFax server firewall and your router configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ictcore.log
maillog.txt
The text was updated successfully, but these errors were encountered: