Commit Graph

1086 Commits (38e98f42bc656c514b321a55bdfd5bb1c0a0fb55)

Author SHA1 Message Date
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
Matthew Nicholson df4812c96e This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG_LOCKED from being updated in certain cases.
17 years ago
Joshua Colp ee5ca5fb33 Fix a typo which caused loss of audio when using G729 in some scenarios with a smoother present.
17 years ago
Joshua Colp ac71a26c0f Fix a bug where the codecs of the called party leg were not properly sent back to the caller call leg when reinvited.
17 years ago
Russell Bryant 85483848d0 Don't try to unlock a bogus channel.
17 years ago
Mark Michelson 7189d75805 Remove an extraneous unlocking operation from ast_channel_free.
17 years ago
Doug Bailey 0e29c52c46 Pull in a piece of murf's 88166 patch that makes it safe to call
17 years ago
Joshua Colp 0a55b56dc8 Fix RFC2833 issues with DTMF getting duplicated and with duration wrapping over.
17 years ago
Tilghman Lesher c23d9c8960 Fix logic for how to proceed with a single digit extension.
17 years ago
Matthew Nicholson 4c8e4a2969 Set the proper disposition on originated calls.
17 years ago
Kevin P. Fleming 58b5a85e80 Make absolute paths for logger channels work properly
17 years ago
Tilghman Lesher 6a5cbae87f Fix Background within a Macro for FreePBX.
17 years ago
Jeff Peeler 98c23ee3cf Fix DTMF not being sent to other side after a partial feature match
17 years ago
Doug Bailey 9d266db16a Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glob.h
17 years ago
Doug Bailey 100aa13ae2 Clean up problem with manager implementation of mmap where it was not testing against MAP_FAILED response.
17 years ago
Mark Michelson df7bee29a5 Move the check for chan->fdno == -1 to after the zombie/hangup check.
17 years ago
Matthew Nicholson f870165dbe Make Busy() application set the CDR disposition to BUSY.
17 years ago
Mark Michelson 730f2882d3 Update ast_readvideo_callback to match ast_readaudio_callback.
17 years ago
David Vossel f967bdc670 audio_audiohook_write_list() does not correctly update sample size after ast_translate.
17 years ago
Tilghman Lesher 34672a3919 Race condition between ast_cli_command() and 'module unload' could cause a deadlock.
17 years ago
Tilghman Lesher 6f919c9851 Oops, missed this file in the last commit.
17 years ago
Tilghman Lesher a8dc553099 Add debugging mode for diagnosing file descriptor leaks.
17 years ago