[Home]

Summary:ASTERISK-10631: [patch] Add autoservice to all functions which might delay
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2007-10-27 02:27:54Date Closed:2007-10-28 09:09:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20071027__conditional_autoservice.diff.txt
Description:Some of the functions have a potential not to return immediately, which could cause audio gaps.  This adds autoservice to those functions which might need it, in order to avoid these audio inconsistencies.
Comments:By: Digium Subversion (svnbot) 2007-10-28 08:45:19

Repository: asterisk
Revision: 87262

U   branches/1.4/funcs/func_cut.c
U   branches/1.4/funcs/func_odbc.c
U   branches/1.4/funcs/func_realtime.c
U   branches/1.4/funcs/func_strings.c

------------------------------------------------------------------------
r87262 | tilghman | 2007-10-28 08:45:17 -0500 (Sun, 28 Oct 2007) | 7 lines

Add autoservice to several more functions which might delay in their responses.
Also, make sure that func_odbc functions have a channel on which to set
variables.
Reported by russell
Fixed by tilghman
Closes issue ASTERISK-10631

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

By: Digium Subversion (svnbot) 2007-10-28 09:09:23

Repository: asterisk
Revision: 87263

_U  trunk/
U   trunk/funcs/func_cut.c
U   trunk/funcs/func_odbc.c
U   trunk/funcs/func_realtime.c
U   trunk/funcs/func_strings.c

------------------------------------------------------------------------
r87263 | tilghman | 2007-10-28 09:09:22 -0500 (Sun, 28 Oct 2007) | 15 lines

Merged revisions 87262 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r87262 | tilghman | 2007-10-28 08:46:55 -0500 (Sun, 28 Oct 2007) | 7 lines

Add autoservice to several more functions which might delay in their responses.
Also, make sure that func_odbc functions have a channel on which to set
variables.
Reported by russell
Fixed by tilghman
Closes issue ASTERISK-10631

........

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