Commit Graph

3387 Commits (4585ec1bbf2cf26de5cd322430ff012cae0893ce)

Author SHA1 Message Date
Kinsey Moore 4585ec1bbf Add missing newline to ccss state change notification
15 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
15 years ago
Tilghman Lesher a93fbe2ad5 Non-verbose output should always go to the remote console, regardless of the previous level.
15 years ago
Sean Bright b80fcd77e5 Revert a change to audio_audiohook_write_list that had no affect.
15 years ago
Tilghman Lesher a78b0af5ea Re-commit the verbose branch.
15 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
15 years ago
Richard Mudgett 8af49f158a Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.
15 years ago
Kinsey Moore 25e344168e Make the config parser remove escaping backslashes
15 years ago
Russell Bryant 747cd61edf Remove some unnecessary locking from ast_hangup().
15 years ago
Walter Doekes db24fc2523 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
15 years ago
Richard Mudgett d162e85978 Add missing headers to AMI UnParkedCall event to uniquely identify the call.
15 years ago
Mark Michelson 0f4489dc0f Fix TLS port binding behavior as well as reload behavior:
15 years ago
Richard Mudgett 23bc964e1c Constify some more channel driver technology callback parameters.
15 years ago
Richard Mudgett 797d633139 Remove inconsistency in CEL eventtype for user defined events.
15 years ago
Richard Mudgett a99b3c817b Fix ExtenSpy and simplify the channel search functions.
15 years ago
Richard Mudgett 2d7a40de58 Fix memory leak in error paths for action_originate().
15 years ago
Terry Wilson de57235ac6 Re-link peers by IP when dnsmgr changes the IP
15 years ago
Kevin P. Fleming 92ef8a6fe1 Address OpenSSL initialization issues when using third-party libraries.
15 years ago
Russell Bryant dd35aa1555 Find even more network interfaces.
15 years ago
Kevin P. Fleming 7023350098 Add 'L16-256' MIME subtype alias for slin16.
15 years ago
Russell Bryant 3b785264b0 Update ast_set_default_eid() to find more network interfaces.
15 years ago
Richard Mudgett 27b69e7d29 Audit of ao2_iterator_init() usage for v1.8.
15 years ago
Kevin P. Fleming 9ee8a74461 Remove "asterisk/version.h" in favor of "asterisk/ast_version.h".
15 years ago
Richard Mudgett cbe57b11cb Fixes for sending SIP MESSAGE outside of calls.
15 years ago
Kevin P. Fleming 50de9578aa Eliminate unnecessary rebuilds of main/format*.c.
15 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
15 years ago
Mark Michelson c3c6b5a0ba Fix grammar of comment.
15 years ago
Mark Michelson 0920c50341 Fix blind transfers from failing if an 'h' extension is present.
15 years ago
Richard Mudgett 20c6ff71b6 Fix ast_app_dtget() time unit inconsistency.
15 years ago
Mark Michelson 778fa4abaf Various parking improvements.
15 years ago
Tilghman Lesher c60d15222c Add ABS() absolute value function to the expression parser.
15 years ago
Sean Bright 409751e2dc Sort the output of 'database showkey' as well.
15 years ago
Joshua Colp 35fef9a7dc Add missing code to set direct RTP setup information during dialing.
15 years ago
Sean Bright 382d14a214 Sort the output of 'database show' by key.
15 years ago
Walter Doekes ef0de1358d Allow only one thread at a time to do asterisk cleanup/shutdown.
15 years ago
Kinsey Moore 76888b5990 Make sure asterisk builds on OpenBSD
15 years ago
Richard Mudgett ec2b28d913 Remove some dead code in ast_bridge_call().
15 years ago
Richard Mudgett 523c95e146 Add missing CEL logging fields to various CEL backends.
15 years ago
Matthew Jordan a8276fe8ef Fix crash from bridge channel hangup race condition in ConfBridge
15 years ago
Jonathan Rose 19a9761084 Adds peer to CEL report on CEL_BRIDGE_START and CEL_BRIDGE_END
15 years ago
Richard Mudgett 9988918829 Remove extraneous BRIDGEPEER AMI VarSet event on a CEL dummy channel.
15 years ago
Terry Wilson 9748f19e96 Always treat arguments to get_by_name_cb as strings
15 years ago
Richard Mudgett b7e814aea5 Fix compiler warnings reported by gcc v4.2.4.
15 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
15 years ago
Walter Doekes a2a3b3ee4b Fix shutdown handling of sqlite3 astdb.
15 years ago
Richard Mudgett 70b246f338 Make Asterisk -x command line parameter imply -r parameter presence.
15 years ago
Kinsey Moore 6fa808447b Allow playback of formats that don't support seeking
15 years ago
Jonathan Rose fd04da5114 Fix an issue where dsp.c would interpret multiple dtmf events from a single key press.
15 years ago
Jonathan Rose ebf40f1129 Ensures Asterisk closes when receiving terminal signals in 'no fork' mode.
15 years ago
Jonathan Rose 573e1e5dc0 Fix documentation for SayNumber to reflect the fact that language is changed in CHANNEL()
15 years ago