Commit Graph

8201 Commits (c0762c064dbd4dc86d68d31e86a23256179f8e63)
 

Author SHA1 Message Date
Kevin P. Fleming c0762c064d silly people that don't want to install/run autoconf :-)
19 years ago
Olle Johansson ca6cf552f9 Add documentation on "allowtransfer"
19 years ago
Luigi Rizzo 55c6781c9e document th way extensions are sorted
19 years ago
Olle Johansson 5a31054599 Issue #7103 (mikma)
19 years ago
Russell Bryant 684df59844 add smarter checking for termcap support, which fixes a build problem when
19 years ago
Kevin P. Fleming 65fed8480b use a file that configure will _always_ regenerate as the trigger for running the script
19 years ago
Russell Bryant f2e3d8279d add TOPDIR_CFLAGS to the CFLAGS before ASTCFLAGS to make sure that -Iinclude
19 years ago
Olle Johansson 896362d30c - Issue 7101 (mikma) - Don't crash with no From: header in pedantic mode
19 years ago
Mark Spencer 4d73c80fa1 Minor cleanup on dtmf calling (bug #7076)
19 years ago
Kevin P. Fleming b4b36d6b83 remove incorrect Makefile rule that was causing aelparse to be rebuilt unnecessarily
19 years ago
Kevin P. Fleming a4e7ae1537 don't let make use implicit rules for bison/flex output files
19 years ago
BJ Weschke ff82a8046d Merged revisions 25563 via svnmerge from
19 years ago
BJ Weschke 571136b80b Block r25522 from coming into /trunk. /trunk uses list macros now and 1.2 doesn't here.
19 years ago
BJ Weschke c0186f6b4d Make QueueStatusComplete manager event thread safe by wrapping it inside the already existing Queue Lock clause. #7013 (bziherl reporting)
19 years ago
BJ Weschke a7f330a2d2 Merged revisions 25520 via svnmerge from
19 years ago
BJ Weschke 415dff6f2a Merged revisions 25518 via svnmerge from
19 years ago
BJ Weschke 569ecaf5a2 use pid_t instead of long for pid variables. #7099 (casper)
19 years ago
BJ Weschke 714aab87bb Fix situation for when there is no monitor_option defined, but there is a monitor_exec defined.
19 years ago
Russell Bryant 03120e00ad use ast_channel_(un)lock
19 years ago
Matt O'Gorman ad825dcd8e added managerevent meetmemute with status on or off.
19 years ago
Russell Bryant fb7757440f remove a check of the result from ast_mutex_lock
19 years ago
Joshua Colp 3fbd46099e Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
19 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
19 years ago
Matt O'Gorman 05ea5482d0 woohoo asterdevcon first commit, adds feature to
19 years ago
Russell Bryant a252d79484 remove an XXX comment
19 years ago
Mark Spencer 4b3832fc87 VIDUPDATE does not matter during playback.
19 years ago
Christian Richter 019f39f614 in PTMP TE we should set the free state for the B-Channel if we ignore an incoming call
19 years ago
Russell Bryant ba2451046e add the asterisk copyright header, doxygen header, and tweak the formatting
19 years ago
Russell Bryant b7c2ae9dba - use ast_calloc instead of malloc+memset
19 years ago
BJ Weschke ed46a313d0 Merged revisions 25322 via svnmerge from
19 years ago
BJ Weschke 7e43ace3d8 Merged revisions 25288 via svnmerge from
19 years ago
Russell Bryant 7abda7787e various menuselect fixes as a result of boredom during a 9 hour flight and
19 years ago
Mark Spencer e080c242f1 Minor AJAM fixups
19 years ago
BJ Weschke 3e2079e46c Fix output delimiters and add prefix parameter to func_odbc #7025 (Corydon76)
19 years ago
Tilghman Lesher 41b1a82a38 Typo fix
19 years ago
Russell Bryant 1bea4082a2 fix a problem where the frame's data pointer is overwritten by the newly
19 years ago
Russell Bryant cb263ed3ea git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25162 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant 24ed662549 add Polish language support to Voicemail, with some minor modifications that
19 years ago
Russell Bryant 3b43ddac78 Merged revisions 25123 via svnmerge from
19 years ago
Russell Bryant 10b4545ac0 modify the handling of the new temporary greeting reminder feature so that
19 years ago
Russell Bryant 272de2c394 add support for installing other init scripts, other than just the redhat
19 years ago
BJ Weschke 085a4eaa04 Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg instead of LOG_WARNING as this only has relevance to developers trying to resolve a possible problem. #6949
19 years ago
BJ Weschke d83bd4d136 Integrate the MixMonitor functionality (introduced in 1.2) as an option for recording queue member conversations with callers. #7084
19 years ago
Russell Bryant b6ac5b36c6 document the return value of gettag()
19 years ago
Russell Bryant e91afbaef1 fix the return value of gettag() to only return the pointer to the provided
19 years ago
Russell Bryant 5f856ea997 minor code optimizations to reduce the number of times that the ast_frame
19 years ago
Russell Bryant 0794168428 add support for having the user reminded that their temporary greeting
19 years ago
BJ Weschke 85e0c889e4 Allow for the execution of an AGI to the caller's channel right before they get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843
19 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
19 years ago
BJ Weschke 8917191953 Blocking r25014 from coming into /trunk as the fix was different for /trunk and was already applied earlier. #7064
19 years ago