aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2006-05-26attended transfer use transferer context first and set who is transfering at ...file1-2/+3
2006-05-26Add the video stream for AGI function STREAM FILE (issue #5392 reported by ar...file1-34/+56
2006-05-25allow setting a channel variable to disable sending SIGHUP to the AGI processrussell1-2/+8
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thererussell1-2/+11
2006-05-25- add support for setting an AGISTATUS variable that indicates successfulrussell1-27/+48
2006-05-24reset timeout on reconnect.mogorman1-0/+1
2006-05-24Merged revisions 29973 via svnmerge from kpfleming1-0/+6
2006-05-23get rid of that transport sillynessmogorman1-3/+0
2006-05-23hmm still need a way to get rid of connectionsmogorman1-4/+2
2006-05-23fixes bug where server goes away.mogorman1-20/+17
2006-05-23allows for configurable answer timeout on attended transfermogorman1-1/+11
2006-05-23finish cleaning up some more stuff before russellmogorman1-58/+49
2006-05-23remove another excess "debug" messagerussell1-1/+0
2006-05-23Merged revisions 29696 via svnmerge from bweschke1-3/+4
2006-05-23remove an unnecessary error message that is really an old debug messagerussell1-1/+0
2006-05-22asterisk-xmpp merge inmogorman2-0/+2244
2006-05-22Merged revisions 29512 via svnmerge from file1-1/+1
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-0/+32
2006-05-21Merged revisions 29196 via svnmerge from bweschke1-3/+10
2006-05-19when displaying the list of registered music on hold classes, only showrussell1-2/+3
2006-05-18revert bogus changekpfleming1-1/+1
2006-05-18Add missing argument to ast_carefulwriteoej1-1/+1
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-2/+1
2006-05-10use the channel lock wrappers (issue #7128)russell1-12/+12
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell7-63/+49
2006-05-09various doxygen fixeskpfleming1-3/+3
2006-05-09remove a check of the result of ast_mutex_lockrussell1-14/+7
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-1/+0
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...bweschke1-1/+4
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+4
2006-04-30remove macro defined that is no longer neededkpfleming1-6/+0
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell4-20/+20
2006-04-29- convert lists to use linked list macrosrussell1-93/+74
2006-04-29- don't create duplicate log messagesrussell1-18/+16
2006-04-29add reload() (bug 9981)rizzo1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming8-109/+72
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo1-32/+12
2006-04-21more strncpy/ast_copy_string replacement.rizzo1-14/+6
2006-04-21more strncpy/ast_copy_string replacementrizzo1-15/+8
2006-04-21comment a possible memory leakrizzo1-0/+1
2006-04-21merge some common code into a functionrizzo1-18/+15
2006-04-21more NULL "" equivalence in cid fields.rizzo1-4/+4
2006-04-21more NULL / "" equivalence for CID fields.rizzo1-26/+26
2006-04-18update res_odbc to support pooled connectionsrussell2-376/+510
2006-04-18simplify the flow of builtin_atxfer().rizzo1-111/+106
2006-04-17Merged revisions 20966 via svnmerge from tilghman1-0/+21
2006-04-17- Doxygen formattingoej1-25/+34
2006-04-16preparation for reduction of the nesting of a large functionrizzo1-21/+26
2006-04-16more usages of stream_and_waitrizzo1-28/+12