summaryrefslogtreecommitdiff
path: root/main/pbx.c
AgeCommit message (Expand)Author
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-14Make the Hangup application set a softhangup flag.Richard Mudgett
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-23Fix WaitExten(x,m(musicclass)) string termination.Richard Mudgett
2012-05-23logger: Fix a potential callid reference leak discovered in developmentJonathan Rose
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-07Fix channel opaquification slip-up in r365477Matthew Jordan
2012-05-07Support VoiceMail d() option when extension does not exist in channel's contextMatthew Jordan
2012-04-20* Add more information to some messages in __ast_pbx_run().Richard Mudgett
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Fix warning from commit r359705 (predial options for app_dial)Mark Murawki
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-14Don't use a buffer after it goes out of scope.Russell Bryant
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-04Fix documentation for SayNumber to reflect the fact that language is changed ...Jonathan Rose
2011-12-23Fix extension state callback references in chan_sip.Richard Mudgett
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-12-09Fix some parsing issues in add_exten_to_pattern_tree().Richard Mudgett
2011-12-06Documents CHANNEL(musicclass) taking priority over m([x]) in waitExtenJonathan Rose
2011-12-05Resolve duplicate label used in multiple priorities for the same extension.Jonathan Rose
2011-11-14Fix Progress spelling error in main/pbx.c.Richard Mudgett
2011-11-11Fix a segmentation fault when using an extension with CID matching and no CID.Jonathan Rose
2011-10-31Fixed invalid memory access when adding extension to pattern match treeMatthew Jordan
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-09-21Merged revisions 337219 via svnmerge from Olle Johansson
2011-09-20Merged revisions 337062 via svnmerge from Kinsey Moore
2011-09-13Merged revisions 335653 via svnmerge from Matthew Nicholson