Commit Graph

89 Commits (master)

Author SHA1 Message Date
Sean Bright 82bef2ed90 docs: Indent <since> tags.
3 months ago
George Joseph 198b01c536 docs: Add version information to application and function XML elements
3 months ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Richard Mudgett 18c2cfa7b7 PickupChan: Add ability to specify channel uniqueids as well as channel names.
12 years ago
Richard Mudgett 9cea557f6c Pickup: Pickup() and PickupChan() parameter parsing improvements.
12 years ago
Richard Mudgett d79a795259 Pickup: Ensure using PICKUPMARK never considers the picking channel.
12 years ago
Matthew Jordan 38236e54a8 Remove dead code from features.c; refactor pickup code into pickup.c
12 years ago
Kinsey Moore 684c83b29b Add transfer support to CEL
12 years ago
Richard Mudgett da5944fc56 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Richard Mudgett 238640dc1b Update Pickup application documentation. (With feeling this time.)
13 years ago
Richard Mudgett 9d655bd0e8 Update Pickup application documentation. (Even better)
13 years ago
Richard Mudgett e736a4fed3 * Put more information in pickup_exec() LOG_NOTICE.
13 years ago
Richard Mudgett 0986873128 Update Pickup application documentation.
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
13 years ago
Richard Mudgett 7afdbcf957 Merged revisions 335721 via svnmerge from
14 years ago
Richard Mudgett a2e30b1908 Merged revisions 329200 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Richard Mudgett 0a8f9d2cf0 Merged revisions 322749 via svnmerge from
14 years ago
Richard Mudgett b1cfd0e059 Merged revisions 320007 via svnmerge from
14 years ago
Richard Mudgett 0436c501c9 Merged revisions 319997 via svnmerge from
14 years ago
Alec L Davis 892b7a2efd Merged revisions 318671 via svnmerge from
14 years ago
David Vossel de22aaa413 Merged revisions 290376 via svnmerge from
15 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
15 years ago
David Vossel 62067caaab fixes PickupChan application
15 years ago
David Vossel b5c98d640a adds 'p' option to PickupChan
15 years ago
Tilghman Lesher e8a6d2995e Add pickup event to AMI. Also, fix AMI documentation.
15 years ago
Kevin P. Fleming cdd1f9e296 Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterator to use it.
16 years ago
Matthew Nicholson 3b2023290f Merged revisions 218223 via svnmerge from
16 years ago
Mark Michelson 33852cfaf6 Fix the crash in directed pickups. For real this time.
16 years ago
Mark Michelson d040266a17 Okay, that didn't fix the crash. It didn't really do anything useful.
16 years ago
Mark Michelson b276189912 Initialize connected line instance when doing a directed pickup.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Russell Bryant 12ff77f975 Global var cleanup - constification and removing unused vars.
16 years ago
Mark Michelson 298d745fb4 Add the ability to execute connected line interception macros.
16 years ago
Mark Michelson 83500e9b06 Remove some redundant or unnecessary connected line-related function calls.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
16 years ago
Richard Mudgett 7019ff68db Fixed crashes from issue8824 review board channel locking changes.
16 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
16 years ago
Joshua Colp ada8ae56e1 Fix a double free issue with the Pickup dialplan application.
16 years ago
Mark Michelson 6f53ed4c67 This commit introduces COLP/CONP and Redirecting party information into Asterisk.
16 years ago
Brian Degenhardt a7092f0acc fix a leaked channel lock (and future deadlock) when we try to pick up our own channel
16 years ago
Joshua Colp f56edec570 Merged revisions 162341 via svnmerge from
17 years ago
Sean Bright 48522988ab In order to move away from nested function use, some changes to the recently introduced
17 years ago
Sean Bright 8a25d59bf8 Fix some whitespace.
17 years ago
Sean Bright 6ac794074e Update a couple places to use the new ast_channel_search_locked API call.
17 years ago