[Home]

Summary:ASTERISK-03929: add ast_sched_when() function
Reporter:Edwin Groothuis (mavetju)Labels:
Date Opened:2005-04-13 07:21:36Date Closed:2008-01-15 15:31:46.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch-ast_sched_when-1.0.7
( 1) patch-ast_sched_when-HEAD
Description:The output of "sip show peer xxx" returns this line:
 Expire       : 35821233

That value is an id of the scheduler and has no useful information in the output of "sip show peer".

This patch adds the function ast_sched_when() to sched.c and fixes the output of "sip show peer".


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

disclaimer is on file.
Comments:By: Mark Spencer (markster) 2005-04-13 13:54:59

Fixed in CVS head.  Thanks!

By: Russell Bryant (russell) 2005-04-15 02:34:22

fixed in 1.0

Thank you for including a specific patch for 1.0!

By: Digium Subversion (svnbot) 2008-01-15 15:31:37.000-0600

Repository: asterisk
Revision: 5466

U   trunk/channels/chan_sip.c
U   trunk/include/asterisk/sched.h
U   trunk/sched.c

------------------------------------------------------------------------
r5466 | markster | 2008-01-15 15:31:37 -0600 (Tue, 15 Jan 2008) | 2 lines

Add sched_when function (bug ASTERISK-3929)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:31:46.000-0600

Repository: asterisk
Revision: 5476

U   branches/v1-0/channels/chan_sip.c
U   branches/v1-0/include/asterisk/sched.h
U   branches/v1-0/sched.c

------------------------------------------------------------------------
r5476 | russell | 2008-01-15 15:31:46 -0600 (Tue, 15 Jan 2008) | 2 lines

create useful output for time left to expire (bug ASTERISK-3929)

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

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