Hi
I ran
[root@openser ~]# openser start
Listening on
udp: A.B.C.D [A.B.C.D]:5060
udp: 127.0.0.1 [127.0.0.1]:5060
tcp: A.B.C.D [A.B.C.D]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
Aliases:
tcp: localhost.my.domain:5060
tcp: localhost:5060
tcp: dhcpwl009.testdomain.com:5060
udp: localhost.my.domain:5060
udp: localhost:5060
udp: dhcpwl009.testdomain.com:5060
but I dont see any process running with the ps command
So I checked the config files using -c
[root@openser ~]# openser -c
Listening on
udp: A.B.C.D [A.B.C.D]:5060
udp: 127.0.0.1 [127.0.0.1]:5060
tcp: A.B.C.D [A.B.C.D]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
Aliases:
tcp: localhost.my.domain:5060
tcp: localhost:5060
tcp: dhcpwl009.testdomain.com:5060
udp: localhost.my.domain:5060
udp: localhost:5060
udp: dhcpwl009.testdomain.com:5060
config file ok, exiting...
0(16175) INFO:mi_fifo:mi_destroy:memory for the child's mi_fifo_pid
was not allocated -> nothing to destroy
[root@openser ~]#
So the config files are okay but then openser does not start.
So I tried
root@openser % openserctl moni
[cycle #: 1; if constant make sure server lives]
and the process does not die.. I had to manually kill the process.
I checked the subscriber table on the database and it was corect. I
had registered a few users and it reflected them. The Postgres
database is running.
What am I doing wrong ? Any help would be appreciated.
Thanks
Knight