Commit Graph

4275 Commits (9bdbccac14ac4f8790b2e2fcf2ad592086de10cc)

Author SHA1 Message Date
Mark Michelson 9bdbccac14 Fix other timeouts (atxferloopdelay and atxfernoanswertimeout) to use seconds instead of milliseconds.
13 years ago
Mark Michelson edb351ebf6 Switch transferdigittimeout to be configured as seconds instead of milliseconds.
13 years ago
Matthew Jordan 5cf1cae533 Filter internal channels out of bridge enter/leave message handling
13 years ago
Richard Mudgett 74c9781273 Restore Dial, Queue, and FollowMe 'I' option support.
13 years ago
David M. Lee fcde3a5320 Don't write to /tmp/refs when REF_DEBUG is not defined.
13 years ago
Richard Mudgett 2b9f4fe644 CLI bridge: Fix "bridge destroy <id>" and "bridge kick <id> <chan>" tab completion.
13 years ago
Richard Mudgett 9efc5a8a3f astobj2: Register the bridges container for debug inspection.
13 years ago
Richard Mudgett be81695a85 core_local: Fix memory corruption race condition.
13 years ago
Richard Mudgett b9f8a74838 Fix incorrect usages of ast_realloc().
13 years ago
Richard Mudgett cca2273fd2 MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number.
13 years ago
David M. Lee ffd49f6b2d Fix DEBUG_THREADS when lock is acquired in __constructor__
13 years ago
Richard Mudgett 83d741f85e cdr: Change the number of container buckets to be similar to the channels container.
13 years ago
Richard Mudgett ad42934fbc core_local: Fix LocalOptimizationBegin AMI event missing Source channel snapshot.
13 years ago
Richard Mudgett 334329de07 cdr: Fix some ref leaks.
13 years ago
Richard Mudgett 994a0da4d9 astobj2: Add warn unused attribute to some functions.
13 years ago
Kinsey Moore a91b9bda2e Fix build warnings
13 years ago
Richard Mudgett 18000444ac astobj2: Only define ao2_bt() once.
13 years ago
David M. Lee 7e84877b2c Fix graceful shutdown crash.
13 years ago
Kevin Harwell 8cc162df5e Add a reloadable option for sorcery type objects
13 years ago
Kevin Harwell 35e44ccf9c Fix various memory leaks
13 years ago
Jonathan Rose 01593e9436 features_config: Ignore parkinglots in features.conf instead of failing to load
13 years ago
Kevin Harwell 4524c46bb2 Memory leak fix
13 years ago
Jonathan Rose 90402bfda7 features_config: Don't require features.conf to be present for Asterisk to load
13 years ago
Kevin Harwell 0bcdb7f9ff Check return value on fwrite
13 years ago
David M. Lee 5474e48966 optional_api: Fix linking problems between modules that export global symbols
13 years ago
Richard Mudgett 8741cc7fb7 pbx.c: Make pbx_substitute_variables_helper_full() not mask variables.
13 years ago
Richard Mudgett 55b3f213af Revert last commit.
13 years ago
Richard Mudgett 1440ad06cd pbx.c: Make ast_str_substitute_variables_full() not mask variables.
13 years ago
Kevin Harwell e7dcc5494f Verbose logging discrepancies
13 years ago
Kevin Harwell 4017609f8f Memory leaks fix
13 years ago
Mark Michelson 8bbc12ef71 Remove extra debug message.
13 years ago
Mark Michelson 70ffc1550c Resolve assumptions that bridge snapshots would be non-NULL for transfer stasis events.
13 years ago
Richard Mudgett 4fb3ae9ecf Fix some uninitialized buffers for CDR handling valgrind found.
13 years ago
Richard Mudgett 45453100e9 Fixed problems with ast_cdr_serialize_variables().
13 years ago
Richard Mudgett 1b4793bb5e Made the on/off in CLI "cdr set debug [on|off]" case insensitive.
13 years ago
Richard Mudgett 8c7c10010f Make CDR variable name chandling consistently case insensitive.
13 years ago
Richard Mudgett 986911fa04 Make CDR code deal with channel names case insensitively.
13 years ago
Richard Mudgett fa3370fdee Some CDR code optimization.
13 years ago
Richard Mudgett ae6e4d27e2 pbx.c: Make ast_str_substitute_variables_full() not mask variables.
13 years ago
David M. Lee d7e16fadf8 ARI: WebSocket event cleanup
13 years ago
Richard Mudgett f429557bf8 Made MALLOC_DEBUG less CPU intensive by default.
13 years ago
Matthew Jordan ff68143bd0 Better handle clearing the OUTGOING flag when a channel leaves a bridge
13 years ago
David M. Lee 594ef4e5ab Fixed bucket.c for systems where tv_usec is not an unsigned long.
13 years ago
Richard Mudgett 7a60a318ce bridging: Fix a livelock with local channel optimization.
13 years ago
Matthew Jordan 1888186add 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