Commit Graph

2504 Commits (66e993de951dcb3fe536f51b6f4b77a2c5e52180)

Author SHA1 Message Date
Russell Bryant 8fa685ece2 Don't blow up on a NULL cdr.
16 years ago
Sean Bright 98f42ac6fa Merged revisions 212763 via svnmerge from
16 years ago
Sean Bright 0c99f79a76 Correct the return value check for ast_safe_system.
16 years ago
Kevin P. Fleming 4222e1c367 Define our desires for POSIX and X/OPEN API features properly.
16 years ago
Joshua Colp 606112e234 Add two more API calls for getting the current glue and channel in bridging code.
16 years ago
Michiel van Baak 44ae313422 Add an empty line after each option when printing the
16 years ago
Joshua Colp 1effb11ef5 Add an API call for retrieving the engine in use by an RTP instance.
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Russell Bryant 724c1239fc Fix up some issues with getting a channel by "name".
16 years ago
Tilghman Lesher 59aebb76b4 Merged revisions 211274 via svnmerge from
16 years ago
Kevin P. Fleming 92ed7f8929 Workaround broken T.38 endpoints that offer tiny MaxDatagram sizes.
16 years ago
Tilghman Lesher feced6672c Merged revisions 210913 via svnmerge from
16 years ago
Tilghman Lesher a737df8603 Allow Gosub to recognize quote delimiters without consuming them.
16 years ago
Russell Bryant 3b91d3b5ab Revert some silly code that snuck into trunk from my working copy. Sorry!
16 years ago
Richard Mudgett 28ad5ced1a Initial minimum ast_party_caller support.
16 years ago
Jeff Peeler b0f0110b16 Fix broken call pickup
16 years ago
Mark Michelson 214453904e Fix order and redundancy of channel rename manager events in ast_do_masquerade.
16 years ago
Russell Bryant 027d978aa8 Merged revisions 209879 via svnmerge from
16 years ago
Russell Bryant 1ca3ffd08c Fix ast_event_queue_and_cache() to actually do the cache() part.
16 years ago
Kevin P. Fleming ed2a3cedd1 Merged revisions 209759 via svnmerge from
16 years ago
Russell Bryant 68a05b14c6 Fix some places where ast_event_type was used instead of ast_event_ie_type.
16 years ago
Kevin P. Fleming ba020fc390 Define side-effect-safe MIN and MAX macros and remove duplicate definitions from various files.
16 years ago
Mark Michelson ba8dcde549 Merged revisions 209131 via svnmerge from
16 years ago
David Brooks d81d6d3415 Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
16 years ago
Jeff Peeler 0f31e6c26c Merged revisions 208923 via svnmerge from
16 years ago
Michiel van Baak 126bf8eeb5 add default alias reload to run module reload.
17 years ago
Jeff Peeler b7cfe90404 Merged revisions 208746 via svnmerge from
17 years ago
Russell Bryant d79f6e17fa Note that "reload" needs to be added back.
17 years ago
Russell Bryant 5d28d72d37 Don't log a warning for something that does not affect operation.
17 years ago
Kevin P. Fleming 17e2d9fdbc Resolve a T.38 negotiation issue left over from the udptl-updates merge.
17 years ago
Kevin P. Fleming 0a6e06c7ff Rework of T.38 negotiation and UDPTL API to address interoperability problems
17 years ago
Russell Bryant b7928de6ac Resolve compiler warning on mac.
17 years ago
Tilghman Lesher d223e3636f Merged revisions 208083 via svnmerge from
17 years ago
Mark Michelson b1d9b989ee Merged revisions 207714 via svnmerge from
17 years ago
Kevin P. Fleming 96e4e31eeb Merged revisions 207647 via svnmerge from
17 years ago
Russell Bryant 44301c95d2 Merged revisions 207360 via svnmerge from
17 years ago
David Vossel e0a8fc8c0e Merged revisions 206867 via svnmerge from
17 years ago
Russell Bryant 4cf8a968fd Add an API for reporting security events, and a security event logging module.
17 years ago
Kevin P. Fleming 7574941cb4 Update comments about the level of T.38 support in Asterisk.
17 years ago
Michiel van Baak b31302d55d make this compile again under devmode
17 years ago
Michiel van Baak 0d19ab4efe pthread_self returns a pthread_t which is not an unsigned int on all
17 years ago
Matthew Nicholson a638000451 Fix a CEL related regression with hints updating by subscribing to AST_DEVICE_STATE instead of AST_DEVICE_STATE_CHANGED.
17 years ago
David Vossel e39a252b1e Merged revisions 205409 via svnmerge from
17 years ago
David Vossel b99f857fbd missing comma in devstatestring array
17 years ago
David Brooks 174c36ad41 Fixes Park() argument handling
17 years ago
Tilghman Lesher e01d5d6cb5 Oops, fixing build
17 years ago
Sean Bright e75ae63ac2 Fix a few compilation problems found when building Asterisk against uClibc.
17 years ago
Tilghman Lesher 370ef6d7eb Merged revisions 205188 via svnmerge from
17 years ago
Russell Bryant 18e8d092bb Use tabs instead of spaces for indentation.
17 years ago
Russell Bryant 0e8c630224 Move OpenSSL initialization to a single place, make library usage thread-safe.
17 years ago
Kevin P. Fleming 8b878c8303 Improve handling of AST_CONTROL_T38 and AST_CONTROL_T38_PARAMETERS for non-T.38-capable channels.
17 years ago
Matthew Nicholson fd6a49beac Moved trigger for BRIDGE_END CEL event so that it is more accurate.
17 years ago
David Vossel 48c9a85d91 Merged revisions 204681 via svnmerge from
17 years ago
Tilghman Lesher ff4bfb966a Merged revisions 204556 via svnmerge from
17 years ago
Jason Parker 51d7dc5d83 Merged revisions 204474 via svnmerge from
17 years ago
Tilghman Lesher 34d0143955 Recorded merge of revisions 204469 via svnmerge from
17 years ago
Russell Bryant c511a26749 Move Asterisk-addons modules into the main Asterisk source tree.
17 years ago
Tilghman Lesher b5f6eac49e Allow trunk to once again compile under MALLOC_DEBUG
17 years ago
Russell Bryant 236c10a070 Only update total silence counter after a counter reset.
17 years ago
Russell Bryant 4021f7d71b Merged revisions 203785 via svnmerge from
17 years ago
Mark Michelson e403a7fdfb Add timestamp to response to "Ping" manager action.
17 years ago
Russell Bryant cce4fad522 Make invalid hints report Unavailable instead of Idle.
17 years ago
Joshua Colp 59c1998d67 Improve T.38 negotiation by exchanging session parameters between application and channel.
17 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
17 years ago
Sean Bright e06c6f97c4 Add functions to map syslog facilities and priorities constants to strings.
17 years ago
Sean Bright 2f88262abb Add checks in configure for non-POSIX syslog facilities.
17 years ago
Russell Bryant fe07434497 One more formatting nit ... use spaces for inline indentation.
17 years ago
Russell Bryant cd1e7b61df Convert spaces to tabs for indentation.
17 years ago
Sean Bright 4535305772 Move syslog utility functions into a separate file so they can be re-used.
17 years ago
David Vossel a6426cdf9d fixes a few redundant conditions
17 years ago
Terry Wilson ef9b9e36d4 Merged revisions 203380 via svnmerge from
17 years ago
Russell Bryant bd2e4dc229 Merged revisions 203375 via svnmerge from
17 years ago
Terry Wilson 3814caadad Merged revisions 203311 via svnmerge from
17 years ago
Sean Bright ca3a181c33 Pass a logmsg to ast_log_vsyslog instead of separate arguments.
17 years ago
Ryan Brindley ef667f2f82 If we delete the info, lets also delete the lines
17 years ago
Russell Bryant 0bbd5c9424 Ignore voicemail messages that are just silence.
17 years ago
Russell Bryant 2affa3e999 Merged revisions 202496 via svnmerge from
17 years ago
David Vossel 87c8658912 attempting to load running modules
17 years ago
Russell Bryant b390327dd7 Remove unnecessary usleep() from a couple of module unload callbacks.
17 years ago
Joshua Colp e85296e244 Add support for allowing an RTP engine to decide on whether it is possible for specific formats to be transcoded for an RTP instance.
17 years ago
Tilghman Lesher ad0d1bfd9e Merged revisions 201828 via svnmerge from
17 years ago
David Vossel dcfe69ec64 fixes some memory leaks and redundant conditions
17 years ago
Mark Michelson dce6a54a4a Trunk implementation of setting an alternate RTP source.
17 years ago
Mark Michelson d8cc968adc Merged revisions 201450 via svnmerge from
17 years ago
Kevin P. Fleming 4c0265664e Merged revisions 200991 via svnmerge from
17 years ago
Russell Bryant 3c23511069 Don't claim a char * is a mansession object.
17 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
17 years ago
Kevin P. Fleming 6c5987811c Redesigned 'optional API' support.
17 years ago
Mark Michelson afcbf2e14f Merged revisions 200360 via svnmerge from
17 years ago
Eliel C. Sardanons dabfa94fdc Release the allocated channel decreasing the reference counter.
17 years ago
David Brooks df649a8671 Fixes the argument order in definition of new_find_extension().
17 years ago
Mark Michelson 554456f0fc Use ast_channel_unref to instead of ast_free on a newly created channel.
17 years ago
David Vossel d532cbcd8a module load priority
17 years ago
David Vossel d1d9beadc9 Merged revisions 199297 via svnmerge from
17 years ago
Sean Bright befad10893 Merged revisions 199022 via svnmerge from
17 years ago
David Vossel c42344b319 ast_call_forward() todo notes and originate flag copy.
17 years ago
David Vossel 3830c415c7 Generic call forward api, ast_call_forward()
17 years ago
Joshua Colp 4900d37d71 Fix a bug where we were passing in address information that should remain unmodified to a function that may modify it.
17 years ago
Mark Michelson 298d745fb4 Add the ability to execute connected line interception macros.
17 years ago
Eliel C. Sardanons 5d8d1545d8 Do not add say.o in a separate line.
17 years ago