dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/main
dvossel 5a040f5e5d Merged revisions 199297 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r199297 | dvossel | 2009-06-05 16:19:56 -0500 (Fri, 05 Jun 2009) | 14 lines
  
  Fixes issue with hints giving unexpected results.
  
  Hints with two or more devices that include ONHOLD gave unexpected results.
  
  (closes issue #15057)
  Reported by: p_lindheimer
  Patches:
        onhold_trunk.diff uploaded by dvossel (license 671)
        pbx.c.1.4.patch uploaded by p (license 558)
        devicestate.c.trunk.patch uploaded by p (license 671)
  Tested by: p_lindheimer, dvossel
  
  Review: https://reviewboard.asterisk.org/r/254/
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@199298 f38db490-d61c-443f-a65b-d21fe96a405b
2009-06-05 21:21:22 +00:00
..
db1-ast Merged revisions 189391 via svnmerge from 2009-04-20 19:28:16 +00:00
editline Merged revisions 179395 via svnmerge from 2009-03-02 20:16:51 +00:00
stdtime Use nanosleep instead of poll. 2009-04-20 22:10:25 +00:00
Makefile Do not add say.o in a separate line. 2009-06-01 17:53:38 +00:00
abstract_jb.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
acl.c Spacing changes only 2009-03-04 20:48:42 +00:00
adsistub.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
aescrypt.c Spacing changes only 2009-03-04 20:48:42 +00:00
aeskey.c use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
aesopt.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
aestab.c use the OpenSSL AES implementation if it's available (unless configured not to) 2007-05-24 22:07:50 +00:00
alaw.c Spacing changes only 2009-03-04 20:48:42 +00:00
app.c Add the ability to execute connected line interception macros. 2009-06-01 20:57:31 +00:00
ast_expr2.c Merged revisions 179807 via svnmerge from 2009-03-03 22:12:02 +00:00
ast_expr2.fl Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
ast_expr2.h Merged revisions 179807 via svnmerge from 2009-03-03 22:12:02 +00:00
ast_expr2.y Merged revisions 179807 via svnmerge from 2009-03-03 22:12:02 +00:00
ast_expr2f.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
asterisk.c Merged revisions 199022 via svnmerge from 2009-06-04 14:31:24 +00:00
asterisk.exports Remove symbols I just added to main/asterisk.exports and instead rename the functions. 2009-03-20 16:24:20 +00:00
astfd.c Merged revisions 187300-187301 via svnmerge from 2009-04-09 04:59:05 +00:00
astmm.c Two more minor fixes due to constification 2009-05-22 16:53:41 +00:00
astobj2.c Eliminate several needless checks and fix a few memory leaks 2009-05-28 15:35:23 +00:00
audiohook.c Merged revisions 197537 via svnmerge from 2009-05-28 14:58:06 +00:00
autochan.c Convert the ast_channel data structure over to the astobj2 framework. 2009-04-24 14:04:26 +00:00
autoservice.c Merged revisions 163448 via svnmerge from 2008-12-12 13:55:30 +00:00
bridging.c Fix a bug where receiving a control frame of subclass -1 would cause certain channels to get hung up. 2009-05-10 17:07:46 +00:00
buildinfo.c fix a few small things found by using sparse 2008-10-30 16:49:02 +00:00
callerid.c This commit introduces COLP/CONP and Redirecting party information into Asterisk. 2009-04-03 22:41:46 +00:00
cdr.c Merged revisions 198068 via svnmerge from 2009-05-29 19:04:24 +00:00
channel.c ast_call_forward() todo notes and originate flag copy. 2009-06-03 20:30:10 +00:00
chanvars.c Add additional memory debugging to several core APIs, and fix several memory 2008-10-14 22:38:06 +00:00
cli.c Eliminate several needless checks and fix a few memory leaks 2009-05-28 15:35:23 +00:00
config.c If there are no realtime engines, there's no reason to check for realtime families 2009-02-17 15:18:55 +00:00
cryptostub.c Don't include logger.h in asterisk.h by default as it is causing problems building 2008-10-10 00:42:13 +00:00
cygload.c Doxygen updates, formatting. 2007-12-11 22:20:22 +00:00
datastore.c Properly account for memory allocated for channels and datastores 2009-05-05 10:34:19 +00:00
db.c Implement a new element in AstXML for AMI actions documentation. 2009-05-22 17:52:35 +00:00
devicestate.c Merged revisions 199297 via svnmerge from 2009-06-05 21:21:22 +00:00
dial.c Add the ability to execute connected line interception macros. 2009-06-01 20:57:31 +00:00
dns.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
dnsmgr.c Record the previous port in the temporary address structure so that the comparison does not treat the host as having changed even if it did not. This would have been uninitialized before and would have led to a baddddd port. 2008-12-22 16:08:13 +00:00
dsp.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
ecdisa.h merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
enum.c Update references to bugs.digium.com and reviewboard.digium.com to the new URLs. 2009-05-28 21:50:27 +00:00
event.c Add 'bitflags'-style information elements to event framework 2009-05-03 14:28:59 +00:00
features.c Generic call forward api, ast_call_forward() 2009-06-02 21:17:49 +00:00
file.c Fix a memory leak of the write buffer when writing a file. 2009-05-29 18:39:04 +00:00
fixedjitterbuf.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
fixedjitterbuf.h Merged revisions 135841,135847,135850 via svnmerge from 2008-08-06 00:30:53 +00:00
frame.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
fskmodem.c (Step 2 of 2) 2008-07-21 21:00:47 +00:00
fskmodem_float.c Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
fskmodem_int.c Optionally build integer-based routines for FSK tone decoding (but default 2008-07-21 20:59:03 +00:00
global_datastores.c Merged revisions 172517 via svnmerge from 2009-01-30 21:29:12 +00:00
hashtab.c Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 2009-03-11 00:29:59 +00:00
heap.c Pass more useful information through to lock tracking when DEBUG_THREADS is on. 2009-03-27 01:35:56 +00:00
http.c Consistent SSL/TLS options across conf files 2009-04-29 14:39:48 +00:00
image.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
indications.c Log an error message if indications.conf is not found. 2009-04-29 08:58:39 +00:00
io.c Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
jitterbuf.c Merged revisions 174583 via svnmerge from 2009-02-10 18:16:31 +00:00
loader.c Merged revisions 199022 via svnmerge from 2009-06-04 14:31:24 +00:00
logger.c Fix an incorrect call to ast_string_field_free_memory which caused a crash in the logger. 2009-05-28 15:23:29 +00:00
manager.c Constification and remove some unused code. 2009-05-31 01:40:02 +00:00
md5.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
netsock.c Make OpenBSD compile again 2008-06-19 20:25:37 +00:00
pbx.c Add new ast_complete_applications function so that we can use it with the 2009-05-26 14:36:11 +00:00
plc.c Start untangling header inclusion in a way that does not affect 2007-11-16 20:04:58 +00:00
poll.c Merged revisions 182810 via svnmerge from 2009-03-18 02:28:55 +00:00
privacy.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
rtp_engine.c Fix a bug where we were passing in address information that should remain unmodified to a function that may modify it. 2009-06-02 13:12:59 +00:00
say.c Add numbers in Urdu, the national language of Pakistan 2009-05-06 16:28:02 +00:00
sched.c Fix a regression in scheduler entry ordering, and add a regression test for it. 2009-02-23 17:29:16 +00:00
sha1.c more header removal/normalization 2007-11-21 00:23:49 +00:00
slinfactory.c improve slinfactory API to remove implicit sample rate and require explicit sample rate selection by creator of the slinfactory 2009-02-10 19:38:26 +00:00
srv.c bump the verbosity of a message in srv.c up by one. It used to be 2009-01-12 23:12:30 +00:00
strcompat.c Whitespace changes only 2008-03-04 23:04:29 +00:00
strings.c Merge str_substitution branch. 2009-04-29 18:53:01 +00:00
stun.c This commit introduces COLP/CONP and Redirecting party information into Asterisk. 2009-04-03 22:41:46 +00:00
taskprocessor.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
tcptls.c SIP option to specify outbound TLS/SSL client protocol. 2009-04-29 21:13:43 +00:00
tdd.c Merge changes from str_substitution that are unrelated to that branch. 2009-04-01 20:13:28 +00:00
term.c add 'const' qualifiers in various places where they should have been 2009-05-12 13:59:35 +00:00
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 2009-06-01 15:23:21 +00:00
timing.c Improve timing interface to remember which provider provided a timer 2009-03-27 19:10:32 +00:00
translate.c Adjust translation table column widths based upon the translation times. 2009-03-12 17:32:13 +00:00
udptl.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
ulaw.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
utils.c Ensure that accidental calls to ast_string_field_free_memory() on embedded stringfield pools are safe. 2009-05-28 20:36:49 +00:00
xml.c Revert commit 192032. This define is needed on Mac OS X. 2009-05-27 23:48:15 +00:00
xmldoc.c Reset the terminal to the correct fg/bg after XML documenation is rendered. 2009-05-26 22:43:21 +00:00