Russell Bryant
8bcfddc8ec
Merged revisions 81599 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r81599 | russell | 2007-09-05 15:53:41 -0500 (Wed, 05 Sep 2007) | 11 lines
Fix an issue that can occur when you do an attended transfer to parking. If
you complete the transfer before the announcement of the parking spot finishes,
then the channel being parked will hear the remainder of the announcement.
These changes make it so that will not happen anymore.
Basically, res_features sets a flag on the channel is playing the announcement
to so that the file streaming core knows that it needs to watch out for a
channel masquerade, and if it occurs, to abort the announcement.
(closes BE-182)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-09-05 20:58:19 +00:00
..
2007-02-07 23:56:46 +00:00
2007-09-05 00:53:14 +00:00
2007-08-23 13:37:20 +00:00
2007-07-18 19:47:20 +00:00
2007-07-26 15:49:18 +00:00
2007-07-20 14:38:36 +00:00
2007-06-14 19:39:12 +00:00
2007-05-24 22:07:50 +00:00
2007-05-24 22:07:50 +00:00
2007-05-24 22:07:50 +00:00
2007-08-22 14:12:24 +00:00
2007-08-28 16:28:26 +00:00
2007-07-08 21:01:28 +00:00
In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
2007-07-05 18:15:22 +00:00
2007-07-08 21:01:28 +00:00
2007-07-08 21:01:28 +00:00
2007-07-09 04:09:16 +00:00
2007-08-28 16:28:26 +00:00
2007-08-03 19:41:42 +00:00
2007-09-04 18:40:07 +00:00
2007-09-05 16:31:39 +00:00
2007-08-01 15:39:54 +00:00
2007-08-06 19:52:40 +00:00
2007-08-30 21:16:20 +00:00
2007-09-04 13:47:33 +00:00
2007-06-06 21:20:11 +00:00
2007-08-01 15:28:02 +00:00
2007-09-05 14:47:45 +00:00
2007-05-20 17:52:00 +00:00
2007-06-24 17:42:39 +00:00
2007-08-10 16:24:11 +00:00
2007-08-10 18:37:32 +00:00
2007-06-06 21:20:11 +00:00
2007-09-04 13:11:49 +00:00
2007-08-16 21:09:46 +00:00
2007-08-24 20:25:39 +00:00
2007-08-16 21:09:46 +00:00
2007-08-29 19:41:16 +00:00
2007-09-05 20:58:19 +00:00
2007-06-06 21:20:11 +00:00
2007-08-07 15:40:43 +00:00
2007-08-06 19:52:40 +00:00
2007-08-29 20:55:40 +00:00
2007-07-26 15:49:18 +00:00
2007-07-26 15:49:18 +00:00
2007-06-24 18:51:41 +00:00
2007-06-24 18:51:41 +00:00
2007-08-16 21:09:46 +00:00
2007-08-30 17:51:46 +00:00
2007-08-29 15:59:10 +00:00
2007-08-29 20:55:40 +00:00
2007-06-06 21:20:11 +00:00
2007-08-30 14:42:41 +00:00
2007-08-27 13:23:36 +00:00
2007-09-05 20:58:19 +00:00
2007-08-30 20:31:45 +00:00
2007-09-05 16:31:39 +00:00
2007-08-08 19:30:52 +00:00
2007-07-26 15:49:18 +00:00
2007-06-07 19:31:05 +00:00
2007-08-06 19:52:40 +00:00
2006-12-27 22:14:33 +00:00
2007-06-06 21:20:11 +00:00
2007-08-20 22:53:48 +00:00
2007-08-16 21:09:46 +00:00
2007-08-20 22:53:48 +00:00
2007-08-17 19:13:25 +00:00