Commit Graph

21875 Commits (a25e2ad59c995f10e3d576d80cf7b6cfde294abd)
 

Author SHA1 Message Date
Kinsey Moore a25e2ad59c Prevent Echo() from relaying control, null, and modem frames
14 years ago
Richard Mudgett 8dc6345d0f Allow AMI action callback to be reentrant.
14 years ago
Jonathan Rose 698cd736b6 Prevent chanspy from binding to zombie channels
14 years ago
Alec L Davis 1ded276c97 Missed lastinvite CSeq int to uint32_t change
14 years ago
Matthew Jordan 4666efb849 Fix remotely exploitable stack overflow in HTTP manager
14 years ago
Matthew Jordan 2073ca37b6 Fix remotely exploitable stack overrun in Milliwatt
14 years ago
Richard Mudgett e446657808 Add missing connected line macro calls to initial dial for Dial and Queue apps.
14 years ago
Russell Bryant 167dd53f80 chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().
14 years ago
Russell Bryant ba3230cc45 chan_gtalk: Fix use of uninitialized vars in config handling.
14 years ago
Russell Bryant e470c22ed6 chan_gtalk: Fix potential use of uninitialized variable.
14 years ago
Russell Bryant 3627d4c840 app_chanisavail: Fix use of uninitialized variable.
14 years ago
Russell Bryant d9c2ea6d15 udptl: Ensure fec[] in udptl_build_packet() is initialized.
14 years ago
Russell Bryant d500229f3c app.h: Always initialize AST_DECLARE_APP_ARGS().
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 08e1d392f4 Fix invalid reads/writes due to incorrect sizeof().
14 years ago
Russell Bryant a66d14f2ae Fix inaccurate sizeof() in sched.c.
14 years ago
Russell Bryant a12e5aab1a Fix incorrect sizeof() in astman.
14 years ago
Russell Bryant 7bff9be851 Fix incorrect usage of sizeof() in res_crypto.
14 years ago
Russell Bryant 30d3e59447 Fix broken usage of sizeof() in res_adsi.
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
Russell Bryant ac53c0d94e Dump cache of published events when a node joins the cluster.
14 years ago
Russell Bryant 0da9d71905 Remove chan_usbradio and app_rpt.
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
Tilghman Lesher 5ed9d4128d Requested changes documenting the fixed AEL functionality.
14 years ago
Tilghman Lesher 2477215dd4 Enable macros in 1.8 to find the next highest "h" extension in a context, like in 1.4.
14 years ago
Jonathan Rose 8e2e2bf059 Make transfer not ignore port information with SIP.
14 years ago
Richard Mudgett fff4e1ca50 Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().
14 years ago
Sean Bright acd1d86053 Return g729 and g723.1 frames with the number of samples set properly.
14 years ago
Terry Wilson fe1d703804 Set snarkiness = 0 in cdr_adaptive_odbc.conf.sample
14 years ago
Terry Wilson 522372b3df Add detection for ODBC WCHAR fields
14 years ago
Richard Mudgett 0c315bb90a Fix ring cadance setup for outgoing calls on FXS ports.
14 years ago
Richard Mudgett 4c9168a4c7 Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.
14 years ago
Richard Mudgett e0c235bd9b Setup DSP when SS7 call is connected or early media is available.
14 years ago
Jonathan Rose 47244a11d6 Eliminate double close of file descriptor in manager.c
14 years ago
Joshua Colp ffa247ce6c Defer sending the connected line reinvite if a reinvite is already in progress.
14 years ago
Kinsey Moore fea6466555 Ensure Asterisk acknowledges ACKs to 4xx on Replaces errors
14 years ago
Terry Wilson d9961b2768 Fix unused-but-set-variable warnings
14 years ago
Terry Wilson 7495f69c95 Correct some set-but-unused variable warnings in the mISDN library.
14 years ago
Terry Wilson b686d4785f Make chan_usbradio compile under dev mode
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
Sean Bright b3fb9153dd The default value for mohinterpret is the empty string, so when resetting to
14 years ago
Richard Mudgett 2c3804e06e Fix channel reference leak in ChanSpy.
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