summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2006-12-21Switch list of global variables to read/write locks.Joshua Colp
2006-12-21Convert alternate dialplan switch list to use read/write locks.Joshua Colp
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyLuigi Rizzo
2006-12-13make sure that showdialplan sends only oneLuigi Rizzo
2006-12-13clean up function manager_show_dialplan_helper()Luigi Rizzo
2006-11-30Documentation updatesOlle Johansson
2006-11-24Doxygen updateOlle Johansson
2006-11-10This should already be called while locked.Joshua Colp
2006-11-08Display CID matching information when using dialplan show. (issue #8279 repor...Joshua Colp
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-11-02Let's make application/function/hint lists read/write lists... just for kicksJoshua Colp
2006-10-30Issue #3930 - Add manager command for listing dialplan (coded april 2005, in ...Olle Johansson
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-05As per ToDo list, I have made it so that Wait(), WaitExten(), Congestion(), B...Steve Murphy
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Cache the application pointer so we don't have to needlessly search for it ov...Joshua Colp
2006-09-27Add BACKGROUNDSTATUS to Background()Jason Parker
2006-09-27Merged revisions 43803 via svnmerge from Jason Parker
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-21Remove 1.4 changes from UPGRADE.txt, remove deprecated callerid field, remove...Tilghman Lesher
2006-09-19similar patch for verbose vs debug with minor changesMatt O'Gorman
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...BJ Weschke
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...BJ Weschke
2006-09-01Another formatting update for PCadach.Steve Murphy
2006-09-01PCadach wanted better formatting of those 'if' conditions for 7859.Steve Murphy
2006-09-01This small tweek will hopefully fix 7859, and silence all possible othersSteve Murphy
2006-08-30change default setting for autofallthroughKevin P. Fleming
2006-08-29This change fixes bug 7820. Way back in April this bug was reintroduced, it a...Steve Murphy
2006-08-24Merged revisions 40994 via svnmerge from Russell Bryant
2006-08-21don't initialize global variables list twiceKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming