Commit Graph

21884 Commits (dea36a06bb5ba1ea7445b4d97f3028f96bf3cfce)
 

Author SHA1 Message Date
Russell Bryant dea36a06bb app_page: Fix a memory leak on every Page().
14 years ago
Russell Bryant 093121050f app_jack: fix datastore memory leak in error handling path.
14 years ago
Russell Bryant 2b2c5f27fc Rebuild parsers.
14 years ago
Russell Bryant 17cd5abb22 expression parser: Fix (theoretical) memory leak.
14 years ago
Richard Mudgett c04afdbc70 Make number not available presentation also set screening to network provided.
14 years ago
Richard Mudgett f9246f83c9 Add missing initialization of update_redirecting in chan_sip.c
14 years ago
Jonathan Rose 94b6251ea2 Update install_prereq script to include missing GSM library for debian amd move SQLite3.
14 years ago
Tzafrir Cohen 00dc354511 Also detect gmime 2.6
14 years ago
Matthew Jordan cfdc12387b Ensure Asterisk sends a BYE when pending on the final response to a re-INVITE
14 years ago
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