summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-17Non-verbose output should always go to the remote console, regardless of the ...Tilghman Lesher
2012-02-16Revert a change to audio_audiohook_write_list that had no affect.Sean Bright
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-10Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.Richard Mudgett
2012-02-09Make the config parser remove escaping backslashesKinsey Moore
2012-02-09Remove some unnecessary locking from ast_hangup().Russell Bryant
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-06Add missing headers to AMI UnParkedCall event to uniquely identify the call.Richard Mudgett
2012-02-02Fix TLS port binding behavior as well as reload behavior:Mark Michelson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-02-01Remove inconsistency in CEL eventtype for user defined events.Richard Mudgett
2012-02-01Fix ExtenSpy and simplify the channel search functions.Richard Mudgett
2012-01-31Fix memory leak in error paths for action_originate().Richard Mudgett
2012-01-30Re-link peers by IP when dnsmgr changes the IPTerry Wilson
2012-01-30Address OpenSSL initialization issues when using third-party libraries.Kevin P. Fleming
2012-01-29Find even more network interfaces.Russell Bryant
2012-01-28Add 'L16-256' MIME subtype alias for slin16.Kevin P. Fleming
2012-01-28Update ast_set_default_eid() to find more network interfaces.Russell Bryant
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
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