Commit Graph

3296 Commits (4666efb84920d416d6b291d61389b0eb6941c7c4)

Author SHA1 Message Date
Matthew Jordan 4666efb849 Fix remotely exploitable stack overflow in HTTP manager
14 years ago
Russell Bryant d9c2ea6d15 udptl: Ensure fec[] in udptl_build_packet() is initialized.
14 years ago
Richard Mudgett 5b61050209 Fix deadlock potential with some ast_indicate/ast_indicate_data calls.
14 years ago
Matthew Jordan 6625f0a50c Fix incorrect jitter buffer overflow due to missed resynchronizations
14 years ago
Richard Mudgett 7141a29e1b Fix Dial m and r options and forked calls generating warnings for voice frames.
14 years ago
Russell Bryant 5a87fa5de9 Fix bogus reads/writes of console log levels in asterisk.c
14 years ago
Russell Bryant a66d14f2ae Fix inaccurate sizeof() in sched.c.
14 years ago
Russell Bryant 48b1c5e5a6 Fix incorrect sizeof() usage in features.c.
14 years ago
Russell Bryant c8f8fcc518 Fix incorrect sizeof() on a pointer in MD5Final().
14 years ago
Russell Bryant f5067300be Don't use a buffer after it goes out of scope.
14 years ago
Terry Wilson c546ff5110 Fix setting CDR variables in the hangup extension
14 years ago
Terry Wilson 7622a34c89 Make hints for invalid SIP devices return Unavail, not idle
14 years ago
Jonathan Rose 47244a11d6 Eliminate double close of file descriptor in manager.c
14 years ago
Kinsey Moore f1277cc0e0 Fix case-sensitivity for device-specific event subscriptions and CCSS
14 years ago
Richard Mudgett a36c4234a4 Remove ISDN hold restriction for non-bridged calls.
14 years ago
Mark Michelson ed7570328a Fix race condition that can cause important control frames (such as a hangup) to be missed.
14 years ago
Mark Michelson 496d1009dd Second attempt to get optimal translation paths when codec_resample is used.
14 years ago
Kinsey Moore 8417ceb751 Prevent outbound SIP NOTIFY packets from displaying a port of 0
14 years ago
Richard Mudgett 100721d217 Fix callerid of Originated calls.
14 years ago
Terry Wilson c026fb96b0 Copy CDR variables when set during a bridge
14 years ago
Matthew Jordan 032962f1a2 Allow SRTP policies to be reloaded
14 years ago
Richard Mudgett f49ff3ff9c Fix blind transfer parking issues if the dialed extension is not recognized as a parking extension.
14 years ago
Terry Wilson 9a3c569772 Track module use count for res_calendar
14 years ago
Mark Michelson 1ba154c100 Revert change to translate.c as it has caused an infinite loop to occur in circumstances.
14 years ago
Sean Bright 706d34fade Revert a change to audio_audiohook_write_list that had no affect.
14 years ago
Richard Mudgett 9ce7947aa6 Fix AMI Redirect ExtraChannel not redirecting to the same exten and context.
14 years ago
Kinsey Moore ae3a465d8f Make the config parser remove escaping backslashes
14 years ago
Mark Michelson 5aa7a6986e Remove outdated comment.
14 years ago
Mark Michelson c4334ee50a Fix translation path choices.
14 years ago
Russell Bryant fdd8444090 Remove some unnecessary locking from ast_hangup().
14 years ago
Richard Mudgett 294793a822 Add missing headers to AMI UnParkedCall event to uniquely identify the call.
14 years ago
Mark Michelson 47b3aa6362 Fix TLS port binding behavior as well as reload behavior:
14 years ago
Richard Mudgett c7c7d4dab4 Fix memory leak in error paths for action_originate().
14 years ago
Terry Wilson d699845a55 Re-link peers by IP when dnsmgr changes the IP
14 years ago
Russell Bryant d42eaedb15 Find even more network interfaces.
14 years ago
Kevin P. Fleming 1efffc8d95 Add 'L16-256' MIME subtype alias for slin16.
14 years ago
Russell Bryant 45bf0ea5b0 Update ast_set_default_eid() to find more network interfaces.
14 years ago
Richard Mudgett a55030f4fa Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Kevin P. Fleming d4dc9894f2 Avoid unnecessary rebuilds of main/test.c.
14 years ago
Mark Michelson e41e647429 Fix grammar of comment.
14 years ago
Mark Michelson e2a7c10b97 Fix blind transfers from failing if an 'h' extension is present.
14 years ago
Richard Mudgett 8a536e73cb Fix ast_app_dtget() time unit inconsistency.
14 years ago
Joshua Colp 91e4333579 Add missing code to set direct RTP setup information during dialing.
14 years ago
Walter Doekes 2263f9d10e Allow only one thread at a time to do asterisk cleanup/shutdown.
14 years ago
Kinsey Moore 2f0051982a Make sure asterisk builds on OpenBSD
14 years ago
Richard Mudgett 773074f3b7 Add missing CEL logging fields to various CEL backends.
14 years ago
Jonathan Rose f22392dbdc Adds peer to CEL report on CEL_BRIDGE_START and CEL_BRIDGE_END
14 years ago
Richard Mudgett 929c8c3cb7 Remove extraneous BRIDGEPEER AMI VarSet event on a CEL dummy channel.
14 years ago
Richard Mudgett c1f9b1277e Make Asterisk -x command line parameter imply -r parameter presence.
14 years ago
Kinsey Moore 49a980a427 Allow playback of formats that don't support seeking
14 years ago