| Summary: | ASTERISK-12574: [patch] Replace call to deprecated function | ||
| Reporter: | snuffy (snuffy) | Labels: | |
| Date Opened: | 2008-08-13 09:08:41 | Date Closed: | 2008-08-13 12:27:39 | 
| Priority: | Minor | Regression? | No | 
| Status: | Closed/Complete | Components: | Core/Channels | 
| Versions: | Frequency of Occurrence  | ||
| Related Issues:  | |||
| Environment: | Attachments: | ( 0) bug13297_20080814.diff | |
| Description: | Since the ast_channel_datastore_(alloc/free) have become deprecated (no compile when under dev mode and channel trace turned on). Change these to the ast_datastore_(alloc/free)  | ||
| Comments: | By: Digium Subversion (svnbot) 2008-08-13 12:27:37 Repository: asterisk Revision: 137456 U trunk/main/channel.c ------------------------------------------------------------------------ r137456 | tilghman | 2008-08-13 12:27:36 -0500 (Wed, 13 Aug 2008) | 6 lines Convert deprecated routines to the new names. (closes issue ASTERISK-12574) Reported by: snuffy Patches: bug13297_20080814.diff uploaded by snuffy (license 35) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=137456  | ||