[Home]

Summary:ASTERISK-07486: [patch] The "regseconds" field in the iax realtime db is not as useful as it could be. Here's a stab at improving its usage
Reporter:Kenneth Shumard (kshumard)Labels:
Date Opened:2006-08-08 11:50:25Date Closed:2006-09-06 10:58:58
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) iax2realtimepatch-1.2-branch
( 1) iax2realtimepatch-trunk
Description:-- Set regseconds to 0 on registration expiration
-- Set regseconds to 0 on registration release
-- Modify realtime_update_peer function to take a 3rd argument, the regseconds value to store.

****** ADDITIONAL INFORMATION ******

0 is used for regseconds to indicate a peer is not registered. This is identical to how chan_sip handles regseconds in its table.

kpfleming described current behavior as a bug, so I'm hoping this can go into 1.2. Patches are included for both branch-1.2 and trunk.
Comments:By: Serge Vecher (serge-v) 2006-09-06 10:45:38

file: can you please take a look at this bug?

By: Joshua C. Colp (jcolp) 2006-09-06 10:58:57

Fixed in 1.2 and trunk. Thanks Kenny!