-
Hi guy's
I'm trying to install Homer on centos 7 with the bash script...
after a couple of installs i find out the right way to make it work...
yum -y install nano
nano /etc/selinux/config selinix=d…
-
homer-kamailio | 9(37) ERROR: db_mysql [km_dbase.c:128]: db_mysql_submit_query(): driver error on query: Table 'homer_statistic.stats_dest_reply' doesn't exist (1146)
homer-kamailio | 9(37) ERROR: …
-
Looks like an issue at the homer-cron container.
5(21) ERROR: db_mysql [km_dbase.c:128]: db_mysql_submit_query(): driver error on query: Table 'homer_data.sip_capture_registration_20161001' doesn't …
-
Hello all.
First of all, sorry cause I posting this issue, I know it is already posted as issue 151 and closed, but I didn't solved my (same) problem. Probably, I don't understanding good as I'm not s…
-
It looks like the column types changed in the latest schema, so these need to replace the earlier fix:
```
#$var(t_date) = "to_char(date(to_timestamp(" + $var(t1) + ")), '%Y-%m-%d %H:%i:00')";
…
-
```
psql:schema_configuration.sql:142: ERROR: syntax error at or near "`"
LINE 1: CREATE TABLE IF NOT EXISTS `api_auth_key` (
```
Remvoing the ``` symbols around the table name fixes the issue
-
FROM_UNIXTIME is only available in MySQL
```
$var(t_date) = "FROM_UNIXTIME(" + $var(t1) + ", '%Y-%m-%d %H:%i:00')";
$var(f_date) = "FROM_UNIXTIME(" + $var(t2) + ", '%Y-%m-%d %H:%i:00')";
```
…
-
I needed to do this in the homer_data schema, otherwise Kamailio couldn't insert anything:
```
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO homer_user;
```
-
I guess this is known since HEPv3 uses network byte order but I wanted to create this placeholder to try to address HEPv2 in a minimally invasive way.
I first discovered this when setting up a captur…
-
I'm running the kamailio version 4.4 along with Homer 5, is generating the error below
[root@sipserver ~]# kamctl ul show
ERROR: Error opening Kamailio's FIFO /tmp/kamailio_fifo
ERROR: Make sure you …