Commit Graph

4082 Commits (1d1c28ac4b09df2b663123e55239e411b8f5ad26)

Author SHA1 Message Date
Kinsey Moore 6ff8f14865 Prevent Echo() from relaying control, null, and modem frames
14 years ago
Jonathan Rose 0399daaa2e Prevent chanspy from binding to zombie channels
14 years ago
Mark Michelson 827f2eae92 Revert the pre-dial addition.
14 years ago
Mark Murawki c65b41f57a Add options PreDial options 'b' and 'B' to app_dial
14 years ago
Matthew Jordan c61d49d5cc Fix remotely exploitable stack overrun in Milliwatt
14 years ago
Richard Mudgett e9703da1d5 Add missing connected line macro calls to initial dial for Dial and Queue apps.
14 years ago
Russell Bryant 45205716d7 app_chanisavail: Fix use of uninitialized variable.
14 years ago
Richard Mudgett 2019a7e6b9 Fix Dial m and r options and forked calls generating warnings for voice frames.
14 years ago
Russell Bryant 6c9f009b6d Fix invalid reads/writes due to incorrect sizeof().
14 years ago
Russell Bryant 4585000039 Remove chan_usbradio and app_rpt.
14 years ago
Terry Wilson 7876521659 Fix IMAP storage compilation after opaquification changes
14 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
14 years ago
Tilghman Lesher 9af5c769c3 Enable macros in 1.8 to find the next highest "h" extension in a context, like in 1.4.
14 years ago
Joshua Colp f5fda0eb74 Transition app_page to using app_confbridge internally for the conference bridge portion of paging. This also adds a new 'announcement' option to ConfBridge user profiles.
14 years ago
Sean Bright 4657b016ad Resolve a few more cases of variable shadowing.
14 years ago
Sean Bright 99bd5b1e2e Eliminate a bunch of shadow warnings.
14 years ago
Jonathan Rose d3db6da254 Adds a transfer callee on hangup option (like with Dial option F) to queues.
14 years ago
Richard Mudgett 2ce386d198 Remove bad usage of goto in ChanSpy next_channel().
14 years ago
Richard Mudgett 3af920cf01 Fix channel reference leak in ChanSpy.
14 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
14 years ago
Walter Doekes 571cef491f Fix copying of CDR(accountcode) to local channels.
14 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
14 years ago
Tilghman Lesher d65de9c5c3 Correctly reset the dialplan priority.
14 years ago
Richard Mudgett e063fa6b3f Fix REF_DEBUG compile errors.
14 years ago
Richard Mudgett 39ffc96723 Remove dupliate 'i' option table entry in app_page.c.
14 years ago
Kinsey Moore 1fac2fba4b Deprecated macro usage for connected line, redirecting, and CCSS
14 years ago
Matthew Jordan 5e40f2cd98 Fix crash in app_voicemail during close_mailbox
14 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
14 years ago
Paul Belanger 26865092e6 Multiple revisions 356290,356335,356337
14 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
14 years ago
Paul Belanger 73b5346e79 Fix channel opaquification for app_rpt
14 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
14 years ago
Joshua Colp fd100261f3 Don't try to play sound files that do not exist.
14 years ago
Jason Parker 6749b6e2be Fix a voicemail memory leak with heard/deleted messages.
14 years ago
Matthew Jordan a8cf4dc2b5 Fix IMAP app_voicemail compilation issue introduced in r354429
14 years ago
Richard Mudgett 5816c60654 Fix crash in ParkAndAnnounce.
14 years ago
Walter Doekes db24fc2523 Avoid cppcheck warnings; removing unused vars and a bit of cleanup.
14 years ago
Joshua Colp afdd96712c Make the 'c' option to MeetMe work even if the 'q' option is used.
14 years ago
Richard Mudgett 23bc964e1c Constify some more channel driver technology callback parameters.
14 years ago
Richard Mudgett 2e04182efc Audit of ao2_iterator_init() usage for v10. Missed one.
14 years ago
Richard Mudgett 27b69e7d29 Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Paul Belanger 5be89b07e2 Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
14 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
14 years ago
Jonathan Rose a1bef6041d Adds the ability to stop specific mixmonitors by using unique IDs set at monitor launch.
14 years ago
Mark Michelson b98a25ef93 Prevent potential buffer overflow on AMI MixMonitor command.
14 years ago
Matthew Jordan 9c4821f468 Realtime queues failed to load queue information without queue member table
14 years ago
Matthew Jordan a8276fe8ef Fix crash from bridge channel hangup race condition in ConfBridge
14 years ago
Richard Mudgett edf466012f Make FollowMe optionally update connected line information when the accepting endpoint is bridged.
14 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
14 years ago
Kinsey Moore c04f4d72fd Prevent SLA settings from getting wiped out on reload
14 years ago