Commit Graph

545 Commits (29694eb2aaa45c366fe28777722b0307f3742f95)

Author SHA1 Message Date
Richard Mudgett 7bee716f86 translate.c: Only select audio codecs to determine the best translation choice.
10 years ago
Matthew Jordan 844be81760 clang compiler warnings: Fix -Wparantheses-equality warnings
10 years ago
Corey Farrell aad1694fd4 Replace most uses of ast_register_atexit with ast_register_cleanup.
10 years ago
Kevin Harwell 9445a45188 app_chanspy, channel: fix frame leaks
10 years ago
Kinsey Moore 6badd734d3 Bridging: Fix bouncing native bridge
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 45ebd29e10 internal_timing: Remove the option and always make it enabled if a timing module is loaded.
11 years ago
Corey Farrell 6208cfee0d app_voicemail: fix missing symbol
11 years ago
Kevin Harwell abc6d90f72 channel.c: MOH is not working for transferee after attended transfer
11 years ago
Russell Bryant b619a405a5 Protect ast_filestream object when on a channel
11 years ago
Kevin Harwell 864d62349b channels.c: core show channeltypes slicing
12 years ago
Rusty Newton 05117c87b7 Several components: fixing Typos in comments and code, "avaliable" instead of "available"
12 years ago
Matthew Jordan 3fd342af8c Remove some spammy debug messages; improve clarity of others
12 years ago
Walter Doekes 8a6db34dc8 Properly copy/remove the device state cache flag over a masquerade.
12 years ago
Richard Mudgett 829edeffe9 Fix segfault when dealing with chan_agent channels.
12 years ago
Richard Mudgett c1c2ae1e5f Fix crash when AMI redirect action redirects two channels out of a bridge.
12 years ago
Kinsey Moore 914397aa23 Add missing test event
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Richard Mudgett c19b6731ba Give the causes[] a struct name.
13 years ago
Kinsey Moore 32e7992bd5 Add test events for time limit-related hangups
13 years ago
Richard Mudgett 573e76447c Cleanup CLI commands on exit for several files.
13 years ago
Brent Eagles 852bc686c9 Patch to prevent stopping the active generator when it is not the silence
13 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
13 years ago
Richard Mudgett 647810f1d0 Fix stuck DTMF when bridge is broken.
13 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Richard Mudgett 93d85a0087 Things don't need to be that const.
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
13 years ago
David M. Lee 061874d811 Fix timeouts for ast_waitfordigit[_full].
13 years ago
Jonathan Rose 6f75f38287 Masquerade: Retain parkinglot settings made by CHANNEL function.
13 years ago
Richard Mudgett 33f38be40f Fix theoretical compile error with HAVE_EPOLL.
13 years ago
Richard Mudgett 127163938d Initialize file descriptors for dummy channels to -1.
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
13 years ago
Kinsey Moore e571897441 Do not define a cause that doesn't actually exist
13 years ago
Kinsey Moore 3d212da105 Add missing AST_CAUSE_* -> text translations
13 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
13 years ago
Richard Mudgett 54991ca2a7 Add the AccountCode header to the AMI Hangup event.
13 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
13 years ago
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script
13 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
13 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
13 years ago
Kinsey Moore f080be134e Ensure that pvt cause information does not break native bridging
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Richard Mudgett f8746d0009 Allow non-normal execution routines to be able to run on hungup channels.
13 years ago
Richard Mudgett 72eb8eb1e7 Fix deadlock potential with ast_set_hangupsource() calls.
13 years ago
Richard Mudgett 8b2412db28 Tweak ast_channel_softhangup_withcause_locked() to take a typed parameter.
13 years ago
Mark Michelson c6a2cbab19 Remove some extra debugging I forgot to remove in the merge of Digium phone support.
13 years ago