[asterisk-bugs] [Asterisk 0014885]: [patch] rtupdate=no not working

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Apr 16 16:41:15 CDT 2009


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14885 
====================================================================== 
Reported By:                deepesh
Assigned To:                tilghman
====================================================================== 
Project:                    Asterisk
Issue ID:                   14885
Category:                   Channels/chan_sip/Registration
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.4.24 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-04-13 08:30 CDT
Last Modified:              2009-04-16 16:41 CDT
====================================================================== 
Summary:                    [patch] rtupdate=no not working
Description: 
I am using realtime with asterisk 1.4.24. I am using the option rtupdate=no
in sip.conf since I am using the database in a read-only mode. Whenever a
sip peer tries to register I used to get an error which said column
"lastms" does not exist. To solve this problem I added the column "lastms"
to my table. But now asterisk is trying to update "lastms" and fails. It
seems the rtupdate=no option is not being followed. 
====================================================================== 

---------------------------------------------------------------------- 
 (0103342) svnbot (reporter) - 2009-04-16 16:41
 http://bugs.digium.com/view.php?id=14885#c103342 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 188835

U   branches/1.4/channels/chan_sip.c

------------------------------------------------------------------------
r188835 | tilghman | 2009-04-16 16:41:14 -0500 (Thu, 16 Apr 2009) | 7
lines

Only update realtime, if global option rtupdate != false
(closes issue http://bugs.digium.com/view.php?id=14885)
 Reported by: deepesh
 Patches: 
       20090413__bug14885.diff.txt uploaded by tilghman (license 14)
 Tested by: deepesh

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=188835 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-16 16:41 svnbot         Note Added: 0103342                          
2009-04-16 16:41 svnbot         Status                   ready for testing =>
assigned
2009-04-16 16:41 svnbot         Status                   assigned => resolved
2009-04-16 16:41 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list