Commit Graph

4249 Commits (9bed50db41690339ca64bdcc6d6bc1c6edfebe4a)

Author SHA1 Message Date
David M. Lee 9bed50db41 optional_api: Fix linking problems between modules that export global symbols
13 years ago
Richard Mudgett bac9a478eb pbx.c: Make pbx_substitute_variables_helper_full() not mask variables.
13 years ago
Kevin Harwell d7b9a702d8 Verbose logging discrepancies
13 years ago
Kevin Harwell e1cfc18a78 Memory leaks fix
13 years ago
Mark Michelson 0bc2a77365 Multiple revisions 397921-397922
13 years ago
Richard Mudgett 186db8fdaf Fix some uninitialized buffers for CDR handling valgrind found.
13 years ago
Richard Mudgett 94e4733d89 Fixed problems with ast_cdr_serialize_variables().
13 years ago
Richard Mudgett 87bf699dc9 Made the on/off in CLI "cdr set debug [on|off]" case insensitive.
13 years ago
Richard Mudgett ea095f6d1b Make CDR variable name chandling consistently case insensitive.
13 years ago
Richard Mudgett 7387282aa1 Make CDR code deal with channel names case insensitively.
13 years ago
Richard Mudgett 5482fd21c8 Some CDR code optimization.
13 years ago
Richard Mudgett b252c11aff pbx.c: Make ast_str_substitute_variables_full() not mask variables.
13 years ago
Richard Mudgett c7b7d98a37 ast_free() is null tollerant.
13 years ago
David M. Lee 451993f4f5 ARI: WebSocket event cleanup
13 years ago
Richard Mudgett 3540c7ac6e Made MALLOC_DEBUG less CPU intensive by default.
13 years ago
Matthew Jordan 24c56515b1 Better handle clearing the OUTGOING flag when a channel leaves a bridge
13 years ago
David M. Lee 6c410d00d1 Fixed bucket.c for systems where tv_usec is not an unsigned long.
13 years ago
Richard Mudgett d647b4ae02 bridging: Fix a livelock with local channel optimization.
13 years ago
Matthew Jordan 447848a580 Fix the config_options_test
13 years ago
Joshua Colp 9c713d12da Fix building of trunk.
13 years ago
Matthew Jordan f4bf1823e9 Fix channel reference leak in Originated channels
13 years ago
Richard Mudgett fd7ac4fecd Blank line tweaks.
13 years ago
Joshua Colp dd33217762 Add the bucket API.
13 years ago
Mark Michelson cae6bc54c8 Add test events necessary for bridge tests to pass in the test suite.
13 years ago
Matthew Jordan 3d9c5e61af Fix error in using ast_channel_snapshot_type before initialization
13 years ago
Richard Mudgett 6ebfac8e70 Handle DTMF and hold wrapup when a channel leaves the bridging system.
13 years ago
Richard Mudgett 46b9e5450f Fix memory corruption when trying to get "core show locks".
13 years ago
Matthew Jordan 32a0567c46 Prevent seg fault in off nominal path when registered option fails to validate
13 years ago
Matthew Jordan 4d348e853c Add pass through support for Opus and VP8; Opus format attribute negotiation
13 years ago
Matthew Jordan e31bd332b8 Update config framework/sorcery with types/options without documentation
13 years ago
Richard Mudgett c25c093c67 Minor tweaks with ast_moh_start() callers.
13 years ago
Kinsey Moore 7b032c1adb Add SayAlphaCase and similar functionality for AGI
13 years ago
Richard Mudgett 477dea4661 Bridge API: Set a cause code on a channel when it is ejected from a bridge.
13 years ago
Kinsey Moore 24683444ac Ensure CEL creates a default config if it isn't provided with one
13 years ago
Kinsey Moore 5ad4030ef0 Fix crash when getting CEL config
13 years ago
Mark Michelson 00baddb906 Massively clean up app_queue.
13 years ago
Richard Mudgett ae7fb07092 Made the abstract jitter buffer resync on some more control frames.
13 years ago
Kinsey Moore 20dcc49d2e Make CEL behavior conform to the documentation
13 years ago
Richard Mudgett 641748cc1b Update BUGBUG comment.
13 years ago
Walter Doekes 28e9d3afc9 Don't store repeated commands in the editline history buffer.
13 years ago
Walter Doekes 80edcdcc45 Add _IO_stdin_used in version-script to fix SIGBUSes on Sparc.
13 years ago
Jonathan Rose 75bb247d2b UDPTL: Fix a regression where UDPTL won't load default settings
13 years ago
Richard Mudgett b816fe45b6 * Move ast_bridge_channel_setup_features() into bridge_basic.c.
13 years ago
Richard Mudgett 0c6328af5b Deferred some more BUGBUG comments to a JIRA issue or XXX comment.
13 years ago
David M. Lee ba7ffbe500 Complete http_shutdown.
13 years ago
David M. Lee a6da087716 ARI: Remove the 'channel:' scheme from endpoint's channel list.
13 years ago
Richard Mudgett d213dfa30f Fix several interrelated issues dealing with the holding bridge technology.
13 years ago
Kinsey Moore 63134ea011 Unregister CLI commands on exit
13 years ago
Richard Mudgett 1adf842982 Update BUGBUG comment.
13 years ago
Jonathan Rose 7e0bc5896d attended transfers: Fix a bug affecting external blond transfers
13 years ago