summaryrefslogtreecommitdiff
path: root/res/res_parking.c
AgeCommit message (Expand)Author
2017-12-15aco: Minimize use of regex.Corey Farrell
2017-11-21res_parking: Set load_pri more appropriately.Corey Farrell
2017-01-04core/pbx: dialplan show - display filename/line#Jonathan R. Rose
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-03-29Merge "res_parking: Misc fixes."Joshua Colp
2016-03-26Merge "res_parking: Cleanup find_channel_parking_lot_name() usage."zuul
2016-03-25res_parking: Cleanup find_channel_parking_lot_name() usage.Richard Mudgett
2016-03-25res_parking: Misc fixes.Richard Mudgett
2016-03-25res_parking: Update parking documentation for dynamic parking lots.Philip Correia
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-04-15Eliminate some more unnecessary RAII_VAR() uses.Richard Mudgett
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2013-10-22res_parking: Update XML documention for DTMF features after parking timeout.Richard Mudgett
2013-10-17res_parking: Fix bug where reloading immediately wipes new parkpos extensionsJonathan Rose
2013-09-27app_cdr and res_parking: Fix some resource leaks.Richard Mudgett
2013-08-22Bridge API: Set a cause code on a channel when it is ejected from a bridge.Richard Mudgett
2013-08-17Allow res_parking to be unloadableKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-15Minor parking cleanup.Richard Mudgett
2013-08-05res_parking: Unit testsJonathan Rose
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-06-28res_parking: Dynamic Parking LotsJonathan Rose
2013-06-26Remove some redundant parking config error messages.Richard Mudgett
2013-06-07res_parking: Automatically generate extensions, hints, etc.Jonathan Rose
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-14Add missing include (bug #2040)Mark Spencer
2004-07-14Make parked calls events more consistant (bug #2033)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-04-27Revert formatting changesJames Golovich
2004-04-26applied final release of bug 1353 per Mark's permissionAnthony Minessale II
2004-04-07Fix double parking crash (bug #1302)Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-01Remove extra \r\n from manager event sent by res_parking.c (bug #1134)James Golovich
2004-02-27Move ast_get_group from res_parking.c to channel.cJames Golovich
2004-02-03Add recording agent's calls patch. Basically the call starts recording when t...Martin Pycko
2004-01-30Fix res_parkingMark Spencer
2004-01-30Create manager event on parkingMark Spencer
2003-11-23Hangup calling channel when transferring peerMark Spencer
2003-09-10Fix small logic errors (bug #242)Mark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-07Make parking resume properly when in macroMark Spencer
2003-07-14Add a safe way to reload extensions config (don't change/delete the current e...Martin Pycko
2003-07-02Merge 'T' and other dialing enhancementsMark Spencer
2003-04-27More contributed BSD enhancementsMark Spencer