aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Fixes issue with hints giving unexpected results.dvossel1-19/+12
2009-05-13Pull in a piece of murf's 88166 patch that makes it safe to call dbailey1-7/+8
2009-05-13Fix logic for how to proceed with a single digit extension.tilghman1-1/+1
2009-05-07Fix Background within a Macro for FreePBX.tilghman1-2/+17
2009-04-17Make Busy() application set the CDR disposition to BUSY.mnicholson1-1/+3
2009-02-20Don't print the CR-NL combination when we aren't outputting to the manager.tilghman1-1/+1
2009-02-15fix mis-spelling of the word registered.mvanbaak1-2/+2
2009-02-11Restore a behavior that was recently changed, when we fixed issue #13962 andtilghman1-1/+10
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-0/+3
2009-01-22Do a string comparison instead of pointer comparison since some people specif...file1-1/+1
2009-01-21Read lock the contexts to maintain the locking order when we are notified tha...file1-0/+2
2008-12-16I added a sentence to clarify why - and ' ' are ignored in patternsmurf1-1/+2
2008-12-09If we fail to start a thread for the pbx to run in, we need tommichelson1-0/+1
2008-12-05Fix a NULL format string warning found by buildbot.russell1-1/+1
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman1-2/+7
2008-11-21The passed extension may not be the same in the list as the current entry,tilghman1-1/+1
2008-11-12It turns out that the 0x0XX00 codes being returned formurf1-3/+3
2008-09-26This patch was applied to 1.4 but it completelymmichelson1-2/+0
2008-09-26(closes issue #13563)murf1-0/+2
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-2/+2
2008-09-08When doing an async goto, detect if the channel is already in the middle of arussell1-9/+15
2008-09-02(closes issue #13409)murf1-0/+1
2008-08-25This patch reverts the changes made via 139347, and 139635, as usersmurf1-4/+0
2008-08-21(closes issue #13251)murf1-0/+4
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-46/+46
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf1-28/+0
2008-06-04Fix a log message and add a message for when the dialplan is done reloading.file1-1/+1
2008-05-08Don't use a channel before checking for channel allocation failure.russell1-6/+6
2008-04-23Instead of stopping dialplan execution when SayNumber attempts to say a large...file1-1/+6
2008-04-11It's possible that a channel can have an async goto on the successful executi...qwell1-2/+4
2008-03-27These small documentation updates made in response to a query inmurf1-0/+3
2008-03-10Use non-global storage for eswitchtilghman1-11/+12
2008-03-10Fix another bug specifically related to asynchronous call origination. Once therussell1-1/+1
2008-03-10Fix some bugs related to originating calls. If the code failed to start a PBXrussell1-1/+8
2008-03-06Quell an annoying message that is likely to print every single time that mmichelson1-3/+1
2008-03-04Backport a minor bug fix from trunk that I found while doing random coderussell1-6/+10
2008-02-28Make pbx_exec pass an empty string into applications, if we get NULL.qwell1-2/+2
2008-01-31closes issue #11845; that's the one where there's a 1004 byte cdr leak with e...murf1-1/+2
2008-01-28WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')tilghman1-1/+5
2007-12-31Avoiding a potentially bad locking situation. ast_merge_contexts_and_delete w...mmichelson1-1/+2
2007-12-27Now that the contexts lock is a read/write lock, it should not be locked hererussell1-2/+0
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell1-31/+48
2007-12-13Make application help text a little more clear about the use of extensions in...qwell1-7/+7
2007-12-04Make some changes to some additions I made recently for doing channel autoser...russell1-19/+9
2007-11-28Removing some seemingly pointless code. This sets a channel variable for ever...mmichelson1-6/+0
2007-11-28 - update documentation for some of the goto functions to note that theyrussell1-0/+4
2007-11-27Don't start/stop autoservice in pbx_extension_helper() unless a channel existsrussell1-8/+16
2007-11-27Merge changes from team/russell/autoservice_1.4russell1-3/+20
2007-11-26Add channel locking to a function that needed to be doing it. This is just arussell1-0/+2
2007-11-20According to comments in main/pbx.c, it is essential that if we are going to ...mmichelson1-0/+2