Hi,
I see the domain in the table (output below). But my
user don't get registered (with or without password).
Below is also a list of
my tables in the ser db. Is there any table I am missing ?
I still get
the following messages in /var/log/messages when I try to register
"3229@test-domain.com" :
Mar 17 10:53:14 asterisk1
/root/ser/sbin/ser[24777]: Unknown domain - message should be forwarded?
Mar
17 10:53:16 asterisk1 /root/ser/sbin/ser[24777]: Unknown domain - message should
be forwarded?
mysql> SELECT * FROM
domain;
+------+-----------------+----------------+-------+
| did |
domain |
last_modified | flags
|
+------+-----------------+----------------+-------+
| test |
test-domain.com | 20060316152632 | 37
|
+------+-----------------+----------------+-------+
1 row in set (0.01
sec)
mysql> show tables;
+-----------------------+
|
Tables_in_ser
|
+-----------------------+
|
acc
|
|
attr_types
|
| credentials
|
|
customers
|
|
domain
|
| domain_attrs |
|
global_attrs |
|
grp
|
|
gw
|
|
gw_grp
|
|
i18n
|
|
lcr
|
|
location
|
| missed_calls |
|
offline_winfo |
|
pdt
|
|
phonebook
|
|
presentity
|
| presentity_contact |
|
presentity_notes |
|
presentity_persons |
|
rls_subscription |
|
rls_vs
|
| rls_vs_names |
|
sd_attrs
|
| server_monitoring |
| server_monitoring_agg
|
|
silo
|
|
speed_dial
|
|
trusted
|
| tuple_notes
|
|
uri
|
|
user_attrs
|
|
version
|
| watcherinfo
|
+-----------------------+
35 rows in set (0.01 sec)
Thanks
for any help & have a nice day,
ilker
-----Original
Message-----
From: Vaclav Kubart [mailto:vaclav.kubart@iptel.org]
Sent:
Friday, March 17, 2006 9:24 AM
To: İlker Aktuna (Koç.net)
Cc: Steve Blair;
serusers@lists.iptel.org
Subject: Re: [Serusers] Problem starting SER with Presence
support
Passwords are not needed for my config file, because there is no
authentication. Passwords can you give using ser_cred utility (from new
serctl).
The message about domain is strange - if you really use this
domain (in To URI), the request should be accepted - you can try to reinitialize
your database (run the initialization script). Then in mysql try to
run:
SELECT * FROM domain;
and you will see which domains are
accepted. There should be at least
"test-domain.com".
Vaclav