Commit Graph

1107 Commits (3913dcbc40039ca3c1942b7300fc45daeb4970ea)

Author SHA1 Message Date
Michiel van Baak 8edfe07e6d make asterisk compile under devmode with DEBUG_THREADS enabled on OpenBSD
17 years ago
Olle Johansson 05899c19a1 Make apps send PROGRESS control frame for early media and fix too early media issue in SIP
17 years ago
Michiel van Baak d5cc6f0879 Make sure 'start' is always initialized.
17 years ago
David Vossel ed1951d895 Merge code associated with AST-2009-006
17 years ago
Tilghman Lesher fafa668b04 Modify comment to be a bit more accurate.
17 years ago
David Vossel 899272c2cc ast_write() ignores ast_audiohook_write() results
17 years ago
Tilghman Lesher a45f5e5be0 I should always compile before committing...
17 years ago
Tilghman Lesher 10a972f98e Fix pronunciation of German dates.
17 years ago
Tilghman Lesher 0055593341 Improve error message by informing user exactly which function is missing a parethesis.
17 years ago
Sean Bright a4d1e6120f Delay the creation of temporary files until we have a valid manager command to handle.
17 years ago
Tilghman Lesher 63cc189747 AST-2009-005
17 years ago
Tilghman Lesher 541976843e Small oops. Clear the flags which have been checked.
17 years ago
Tilghman Lesher e87d76cb94 Because channel information can be accessed outside of the channel thread, we must lock the channel prior to modifying it.
17 years ago
Tilghman Lesher ca0f026f41 Reverting index() fix, applying a different methodology, based upon developer discussions.
17 years ago
Tilghman Lesher f5a5763ee9 Helps if we export the index() function.
17 years ago
Tilghman Lesher a70128e190 Apparently, some platforms don't have the index() function.
17 years ago
Russell Bryant ffe395f410 Resolve a valgrind warning about a read from uninitialized memory.
17 years ago
Kevin P. Fleming b5bea3704c Minor changes inspired by testing with latest GCC.
17 years ago
Mark Michelson 361c9a99e1 Allow for UDPTL to use only even-numbered ports if desired.
17 years ago
Jeff Peeler f622e06bbe Fix logic errors from 208746
17 years ago
Jeff Peeler fc5db2b241 Fix compiling under dev-mode with gcc 4.4.0.
17 years ago
Tilghman Lesher 98dcd8946e Export symbols for functions included in our compatibility headers.
17 years ago
Mark Michelson e0827ae778 Document default timeout for AMI originations.
17 years ago
Kevin P. Fleming 75f1eaf2a1 Ensure that user-provided CFLAGS and LDFLAGS are honored.
17 years ago
Russell Bryant 8b67a33369 Only do the chan->fdno check in ast_read() in a developer build.
17 years ago
David Vossel b1fe655954 avoid segfault caused by user error
17 years ago
Russell Bryant df4d75f4a7 Print CID match in "show dialplan".
17 years ago
David Vossel beaf6217b3 Fixes 8khz assumptions
17 years ago
David Vossel 2e330f772c moving ast_devstate_to_extenstate to pbx.c from devicestate.c
17 years ago
Tilghman Lesher 0b1f3adf7f Add redirection warnings for the invalid language codes previously removed.
17 years ago
David Vossel bdada0dce1 moving device state functions from pbx.h to devicestate.h to sync with other branches
17 years ago
David Vossel 4c99b19973 Improved mapping of extension states from combined device states.
17 years ago
Tilghman Lesher e8f0570118 More incorrect language codes, plus ensuring that regionalizations use the specified language, and not English for grammar.
17 years ago
Jason Parker b3e413e910 Fix ast_say_counted_noun to correctly handle Polish. Fix a comment typo in passing.
17 years ago
Tilghman Lesher 60270012a9 "tw" is the language specification for Twi (from Ghana) not Taiwanese.
17 years ago
Russell Bryant fe7923abfc Don't fast forward past the end of a message.
17 years ago
Terry Wilson 5e3e234df6 I didn't see that Mark already fixed the underlying issue!
17 years ago
Terry Wilson 03d3fb7a7a Don't try to free NULL
17 years ago
Mark Michelson 140d84dfc5 Prevent false positives when freeing a NULL pointer with MALLOC_DEBUG enabled.
17 years ago
Russell Bryant 72b285ed96 Report CallerID change during a masquerade.
17 years ago
Mark Michelson 03909de702 Change the datastore traversal in ast_do_masquerade to use a safe list traversal.
17 years ago
Kevin P. Fleming 94fa4d11b5 Improve support for media paths that can generate multiple frames at once.
17 years ago
Mark Michelson af2e7f5eab Suppress a warning message and give a better return code when generating
17 years ago
David Vossel d3bea6da02 Fixes issue with hints giving unexpected results.
17 years ago
Sean Bright 7605487610 Safely handle AMI connections/reload requests that occur during startup.
17 years ago
David Vossel ddb4e3f2e7 Generic call forward api, ast_call_forward()
17 years ago
Matthew Nicholson aa2fd9a4c2 Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.
17 years ago
Mark Michelson 590408dca3 Allow for media to arrive from an alternate source when responding to a reinvite with 491.
17 years ago
Mark Michelson 3268149a1f Add flags to chanspy audiohook so that audio stays in sync.
17 years ago
Jeff Peeler 829907e467 Fix broken attended transfers
17 years ago