[Home]

Summary:ASTERISK-05087: [patch] Use ast_channel_setwhentohangup instead of accessing data structure directly
Reporter:Di-Shi Sun (homesick)Labels:
Date Opened:2005-09-14 13:12:23Date Closed:2008-01-15 15:48:21.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) whentohangup.patch
Description:Just realized that there is a function, ast_channel_setwhentohangup, can be used to access whentohangup element in the channel data structure. Also change the comments according to Asterisk rules.

For simplifying code purpose only.

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

Disclaimer signed by TransNexus, Inc. 1/27/05
Comments:By: Kevin P. Fleming (kpfleming) 2005-09-14 17:26:30

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:48:21.000-0600

Repository: asterisk
Revision: 6599

U   trunk/res/res_osp.c

------------------------------------------------------------------------
r6599 | kpfleming | 2008-01-15 15:48:21 -0600 (Tue, 15 Jan 2008) | 2 lines

use API call for setting call time limit (issue ASTERISK-5087)

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

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