aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-22The channel redirect function (CLI or AMI) hangs up the call instead of redir...rmudgett1-11/+11
2010-11-11I didn't mean to merge this, sorryjpeeler1-3/+0
2010-11-11One small addition to 294384 found while very carefully merging to 1.6.jpeeler1-0/+6
2010-11-09Fix a deadlock in device state change processing.jpeeler1-107/+191
2010-09-20Use ast_dynamic_str when processing hint state changesmnicholson1-6/+10
2010-09-17Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_...mnicholson1-2/+7
2010-09-16Don't limit hint processing in ast_hint_state_changed() to AST_MAX_EXTENSION ...mnicholson1-3/+1
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell1-5/+9
2010-07-16Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NO...mnicholson1-1/+2
2010-06-15Variables have always been case-sensitive, so we should not be removing case-...tilghman1-1/+1
2010-05-17Remove arbitrary size limitation for hints.mmichelson1-2/+2
2010-01-27Use a safe list traversal while checking for duplicate vars in pbx_builtin_se...mmichelson1-2/+3
2010-01-20Update CDR variables as pbx startsalecdavis1-0/+4
2010-01-04Regression in issue #15421 - Pattern matchingtilghman1-22/+20
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman1-1/+6
2009-12-17Use context from which Macro is executed, not macro context, if applicable.tilghman1-3/+13
2009-12-01WaitExten m option with no parameters generates frame with zero datalen but n...dvossel1-1/+1
2009-11-11Solaris doesn't like NULL going to ast_logdbrooks1-4/+5
2009-11-10If two pattern classes start with the same digit and have the same number of ...tilghman1-18/+36
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman1-2/+3
2009-09-24Implicitly sending a progress signal breaks some applications.tilghman1-2/+0
2009-09-16Fixes CID pattern matching behavior to mirror that of extension pattern match...dbrooks1-1/+1
2009-09-04Make apps send PROGRESS control frame for early media and fix too early media...oej1-0/+2
2009-08-25Improve error message by informing user exactly which function is missing a p...tilghman1-2/+2
2009-08-10AST-2009-005tilghman1-6/+6
2009-07-13Print CID match in "show dialplan".russell1-1/+4
2009-07-08moving ast_devstate_to_extenstate to pbx.c from devicestate.cdvossel1-0/+26
2009-07-02moving device state functions from pbx.h to devicestate.h to sync with other ...dvossel1-113/+0
2009-07-02Improved mapping of extension states from combined device states.dvossel1-63/+150
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