Hi All.
I'm using ser-0.8.99-dev10 with MySQL and when I start ser it does not load the location table rows are not being read. This forces all UAs to reregister every time I restart the ser proxy.
Here is a snippet from /var/log/message which shows ser complaining about the location records being expired, but this should not happen because all the location entries were created just moments before I restarted ser.
Can anyone explain why ser will not honor the rows in my MySQL locations table?
Regards, Paul
Oct 21 09:42:53 sip01 /usr/local/sbin/ser[11821]: rtpp_test: RTP proxy found, support for it enabled Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1444@mycompany.com','sip:1444@11.22.33.44:50040;user=phone' has expired Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1011@mycompany.com','sip:1011@11.22.33.44:50009;user=phone' has expired [root@sip01 root]#
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Hi All.
I found more information about my problem. The reason ser was complaining about stale location records is because they were indeed stale.
The actual problem is that ser is not storing location information in the location table eventhough I have this as my ser.cfg usrloc configuration:
modparam("auth_db|domain|group|uri_db|usrloc", "db_url", "mysql://ser:pwd_at_mycompany.com/ser") modparam("usrloc", "db_mode", 2) modparam("usrloc", "timer_interval", 60) modparam("usrloc", "use_domain", 1)
Have I missed something that is needed to get ser to store location information in mysql?
Regards, Paul
--- Java Rockx javarockx@yahoo.com wrote:
Hi All.
I'm using ser-0.8.99-dev10 with MySQL and when I start ser it does not load the location table rows are not being read. This forces all UAs to reregister every time I restart the ser proxy.
Here is a snippet from /var/log/message which shows ser complaining about the location records being expired, but this should not happen because all the location entries were created just moments before I restarted ser.
Can anyone explain why ser will not honor the rows in my MySQL locations table?
Regards, Paul
Oct 21 09:42:53 sip01 /usr/local/sbin/ser[11821]: rtpp_test: RTP proxy found, support for it enabled Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1444@mycompany.com','sip:1444@11.22.33.44:50040;user=phone' has expired Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1011@mycompany.com','sip:1011@11.22.33.44:50009;user=phone' has expired [root@sip01 root]#
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
http://lists.iptel.org/pipermail/serdev/2004-October/002997.html
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Java Rockx Sent: Thursday, October 21, 2004 4:42 AM To: ser users Subject: Re: [Serusers] starting ser - location table records not being honored
Hi All.
I found more information about my problem. The reason ser was complaining about stale location records is because they were indeed stale.
The actual problem is that ser is not storing location information in the location table eventhough I have this as my ser.cfg usrloc configuration:
modparam("auth_db|domain|group|uri_db|usrloc", "db_url", "mysql://ser:pwd_at_mycompany.com/ser") modparam("usrloc", "db_mode", 2) modparam("usrloc", "timer_interval", 60) modparam("usrloc", "use_domain", 1)
Have I missed something that is needed to get ser to store location information in mysql?
Regards, Paul
--- Java Rockx javarockx@yahoo.com wrote:
Hi All.
I'm using ser-0.8.99-dev10 with MySQL and when I start ser it does not
load
the location table rows are not being read. This forces all UAs to
reregister
every time I restart the ser proxy.
Here is a snippet from /var/log/message which shows ser complaining
about the
location records being expired, but this should not happen because all
the
location entries were created just moments before I restarted ser.
Can anyone explain why ser will not honor the rows in my MySQL locations table?
Regards, Paul
Oct 21 09:42:53 sip01 /usr/local/sbin/ser[11821]: rtpp_test: RTP proxy
found,
support for it enabled Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1444@mycompany.com','sip:1444@11.22.33.44:50040;user=phone' has expired Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1011@mycompany.com','sip:1011@11.22.33.44:50009;user=phone' has expired [root@sip01 root]#
Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Interesting. I didn't realize that the cvs code had mode 4.
I did change my ser.cfg and restarted the server, but the location table is still never being populated and yet all the other MySQL functionality seems OK. It's just the location table as far as I can tell.
Any other suggestions?
Paul
--- Richard richard@o-matrix.org wrote:
http://lists.iptel.org/pipermail/serdev/2004-October/002997.html
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Java Rockx Sent: Thursday, October 21, 2004 4:42 AM To: ser users Subject: Re: [Serusers] starting ser - location table records not being honored
Hi All.
I found more information about my problem. The reason ser was complaining about stale location records is because they were indeed stale.
The actual problem is that ser is not storing location information in the location table eventhough I have this as my ser.cfg usrloc configuration:
modparam("auth_db|domain|group|uri_db|usrloc", "db_url", "mysql://ser:pwd_at_mycompany.com/ser") modparam("usrloc", "db_mode", 2) modparam("usrloc", "timer_interval", 60) modparam("usrloc", "use_domain", 1)
Have I missed something that is needed to get ser to store location information in mysql?
Regards, Paul
--- Java Rockx javarockx@yahoo.com wrote:
Hi All.
I'm using ser-0.8.99-dev10 with MySQL and when I start ser it does not
load
the location table rows are not being read. This forces all UAs to
reregister
every time I restart the ser proxy.
Here is a snippet from /var/log/message which shows ser complaining
about the
location records being expired, but this should not happen because all
the
location entries were created just moments before I restarted ser.
Can anyone explain why ser will not honor the rows in my MySQL locations table?
Regards, Paul
Oct 21 09:42:53 sip01 /usr/local/sbin/ser[11821]: rtpp_test: RTP proxy
found,
support for it enabled Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1444@mycompany.com','sip:1444@11.22.33.44:50040;user=phone' has expired Oct 21 09:43:03 sip01 /usr/local/sbin/ser[11827]: Binding '1011@mycompany.com','sip:1011@11.22.33.44:50009;user=phone' has expired [root@sip01 root]#
Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com