summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-01-25Remove "asterisk/version.h" in favor of "asterisk/ast_version.h".Kevin P. Fleming
2012-01-25Fixes for sending SIP MESSAGE outside of calls.Richard Mudgett
2012-01-25Eliminate unnecessary rebuilds of main/format*.c.Kevin P. Fleming
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-23Fix grammar of comment.Mark Michelson
2012-01-23Fix blind transfers from failing if an 'h' extension is present.Mark Michelson
2012-01-21Fix ast_app_dtget() time unit inconsistency.Richard Mudgett
2012-01-20Various parking improvements.Mark Michelson
2012-01-16Add ABS() absolute value function to the expression parser.Tilghman Lesher
2012-01-16Sort the output of 'database showkey' as well.Sean Bright
2012-01-16Add missing code to set direct RTP setup information during dialing.Joshua Colp
2012-01-16Sort the output of 'database show' by key.Sean Bright
2012-01-15Allow only one thread at a time to do asterisk cleanup/shutdown.Walter Doekes
2012-01-13Make sure asterisk builds on OpenBSDKinsey Moore
2012-01-13Remove some dead code in ast_bridge_call().Richard Mudgett
2012-01-13Add missing CEL logging fields to various CEL backends.Richard Mudgett
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-12Adds peer to CEL report on CEL_BRIDGE_START and CEL_BRIDGE_ENDJonathan Rose
2012-01-11Remove extraneous BRIDGEPEER AMI VarSet event on a CEL dummy channel.Richard Mudgett
2012-01-11Always treat arguments to get_by_name_cb as stringsTerry Wilson
2012-01-09Fix compiler warnings reported by gcc v4.2.4.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-09Fix shutdown handling of sqlite3 astdb.Walter Doekes
2012-01-09Make Asterisk -x command line parameter imply -r parameter presence.Richard Mudgett
2012-01-05Allow playback of formats that don't support seekingKinsey Moore
2012-01-05Fix an issue where dsp.c would interpret multiple dtmf events from a single k...Jonathan Rose
2012-01-05Ensures Asterisk closes when receiving terminal signals in 'no fork' mode.Jonathan Rose
2012-01-04Fix documentation for SayNumber to reflect the fact that language is changed ...Jonathan Rose
2011-12-31Constify tag argument in REF_DEBUG related code.Russell Bryant
2011-12-29Handle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loopMatthew Jordan
2011-12-28Use ast_audiohook_write_list_empty to determine if our lists are empty insteadSean Bright
2011-12-28Improve T.38 gateway V.21 preamble detection.Kevin P. Fleming
2011-12-27Once an audiohook is attached to a channel, we continue to transcode all of theSean Bright
2011-12-23INFO/Record request configurable to use dynamic featuresJonathan Rose
2011-12-23Fix extension state callback references in chan_sip.Richard Mudgett
2011-12-22Add Asterisk TestSuite event hooks to support ConfBridge testingMatthew Jordan
2011-12-19Update documentation for MESSAGE_SEND_STATUS variable.Leif Madsen
2011-12-16Clean-up on isle five for __ast_request_and_dial() and ast_call_forward().Richard Mudgett
2011-12-16Fix cut and past error in ast_call_forward().Richard Mudgett
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-12-14Add and document PARKEDCALL variable set during timeoutJonathan Rose
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-12-09Fix some parsing issues in add_exten_to_pattern_tree().Richard Mudgett
2011-12-08Mark channel running the h exten with the soft-hangup flag.Richard Mudgett
2011-12-07Update AMI Getvar and Setvar documentation about supplying a channel name.Richard Mudgett
2011-12-07Add ASTSBINDIR to the list of configurable pathsTerry Wilson
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-12-01Re-resolve the STUN address if a STUN poll fails for res_stun_monitor.Richard Mudgett
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher