Commit Graph

4084 Commits (ba65f21e73e9a8769baf6cf4b1e08e06e68862a5)

Author SHA1 Message Date
Richard Mudgett 4b03161fca Fix Dial I option ignored if dial forked and one fork redirects.
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Kinsey Moore a94fcae21b Resolve FORWARD_NULL static analysis warnings
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Jonathan Rose a7650f8002 Coverity Report: Fix issues for error type UNINIT in Core supported modules
13 years ago
Richard Mudgett 55980149c7 * Fix FollowMe memory leak on error paths in app_exec().
13 years ago
Richard Mudgett e163e37e24 * Fix accept/decline DTMF buffer overwrite in FollowMe.
13 years ago
Matthew Jordan 2c8f87dcb4 Support VoiceMail d() option when extension does not exist in channel's context
13 years ago
Kinsey Moore 83d3444284 Fix many issues from the NULL_RETURNS Coverity report
13 years ago
Kinsey Moore dcd64542bc Play conf-placeintoconf message to the correct channel
13 years ago
Richard Mudgett faec22add3 Update Pickup application documentation. (With feeling this time.)
13 years ago
Richard Mudgett d6ab0313c6 Update Pickup application documentation. (Even better)
13 years ago
Richard Mudgett 78b487007c Update Pickup application documentation.
13 years ago
Richard Mudgett 93304431a3 Update app_dial M and U option GOTO return value documentation.
13 years ago
Terry Wilson e07ff6ed84 Document Speech* apps hangup on failure and suggest TryExec
13 years ago
Sean Bright c2447e0cc8 Prevent a crash in ExternalIVR when the 'S' command is sent first.
13 years ago
Matthew Jordan 0e488d7cc4 Fix a variety of potential buffer overflows
13 years ago
Matthew Jordan 0da3b6c793 Fix handling of negative return code when storing voicemails in ODBC storage
13 years ago
Jonathan Rose 6afefc4eb1 Make ForkCDR e option not set end time of the newly forked CDR log
13 years ago
Jonathan Rose 680b627906 Send relative path named recordings to the meetme directory instead of sounds
13 years ago
Matthew Jordan 304af5d7cc Fix memory leak when using MeetMeAdmin 'e' option with user specified
13 years ago
Kinsey Moore 4148e51555 Add missing newlines to CLI logging
13 years ago
Russell Bryant 5fcb78840f Remove a few more files related to chan_usbradio and app_rpt.
13 years ago
Kinsey Moore ab87db4419 Remove unnecessary error message in app_dial.c
13 years ago
Jonathan Rose 3560b4a9b5 Fix MusicOnHold in MeetMe so that it always uses the class if it's been defined
13 years ago
Jonathan Rose ed76cdda72 Replace GNU old-style field designator extensions to fix clang warnings
13 years ago
Jonathan Rose abd7fa4476 Make the MeetMeAdmin N command (mute all nonadmins) not mute admins
13 years ago
Kinsey Moore b1152d145f Fix the display of documentation for Transfer
13 years ago
Russell Bryant dea36a06bb app_page: Fix a memory leak on every Page().
13 years ago
Russell Bryant 093121050f app_jack: fix datastore memory leak in error handling path.
13 years ago
Kinsey Moore a25e2ad59c Prevent Echo() from relaying control, null, and modem frames
13 years ago
Jonathan Rose 698cd736b6 Prevent chanspy from binding to zombie channels
13 years ago
Matthew Jordan 2073ca37b6 Fix remotely exploitable stack overrun in Milliwatt
13 years ago
Richard Mudgett e446657808 Add missing connected line macro calls to initial dial for Dial and Queue apps.
13 years ago
Russell Bryant 3627d4c840 app_chanisavail: Fix use of uninitialized variable.
13 years ago
Richard Mudgett 7141a29e1b Fix Dial m and r options and forked calls generating warnings for voice frames.
13 years ago
Russell Bryant 08e1d392f4 Fix invalid reads/writes due to incorrect sizeof().
13 years ago
Russell Bryant 0da9d71905 Remove chan_usbradio and app_rpt.
13 years ago
Tilghman Lesher 2477215dd4 Enable macros in 1.8 to find the next highest "h" extension in a context, like in 1.4.
13 years ago
Richard Mudgett 2c3804e06e Fix channel reference leak in ChanSpy.
13 years ago
Walter Doekes 99a080671d Fix copying of CDR(accountcode) to local channels.
13 years ago
Tilghman Lesher e289e9caf9 Correctly reset the dialplan priority.
13 years ago
Richard Mudgett 00fc360507 Remove dupliate 'i' option table entry in app_page.c.
13 years ago
Matthew Jordan d3ed07d38a Fix crash in app_voicemail during close_mailbox
13 years ago
Paul Belanger bd7d5707dd Missed one strsep() function
13 years ago
Paul Belanger 7d3cdcffd2 Add back strsep() function for previous commit
13 years ago
Paul Belanger 8dc1509465 Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
13 years ago
Jason Parker a37f262426 Fix a voicemail memory leak with heard/deleted messages.
13 years ago
Richard Mudgett 9c33d62bcb Fix crash in ParkAndAnnounce.
14 years ago
Richard Mudgett a55030f4fa Audit of ao2_iterator_init() usage for v1.8.
14 years ago
Paul Belanger b0a70ade4b Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)
14 years ago
Matthew Jordan a364b1e068 Realtime queues failed to load queue information without queue member table
14 years ago
Richard Mudgett 99868648e4 Make FollowMe optionally update connected line information when the accepting endpoint is bridged.
14 years ago
Kinsey Moore cf9df098bd Prevent SLA settings from getting wiped out on reload
14 years ago
Richard Mudgett d377bc31ce Fix memory leaks in app_followme find_realtime().
14 years ago
Sean Bright b9bfee7ee6 In ChanSpy, don't create audiohooks that will never be used.
14 years ago
Kinsey Moore 77fb12285d Fix missing doc tags found while fixing ASTERISK-18689
14 years ago
Richard Mudgett 74da7648bb Fix crash during CDR update.
14 years ago
Richard Mudgett 6b17e5e23c Fix ParkAndAnnounce to pass the CallerID to the announcing channel.
14 years ago
Richard Mudgett bf8ba13e66 Fix FollowMe CallerID on outgoing calls.
14 years ago
Jonathan Rose 547aec88fb Fix: Meetme recording variables from realtime DB use null entries over channel variables
14 years ago
Walter Doekes d78db88681 Add regression tests for issue ASTERISK-18838.
14 years ago
Walter Doekes 0d613f777e Move setting of voicemail zonetag and locale up a bit.
14 years ago
Jason Parker f2a1032d6e Fix documentation of 's' option.
14 years ago
Jonathan Rose 503d5f8912 Guarantee messages go into the right folders with multiple recipients
14 years ago
Richard Mudgett 382f4ac06f Make queue log indicate if ADDMEMBER is paused for AMI and realtime.
14 years ago
Jonathan Rose 2fce36ad6b Moves voicemail setup password entry to the end of the setup process.
14 years ago
Richard Mudgett 0eda1315b5 Fix potential deadlock calling ast_call() with channel locks held.
14 years ago
Richard Mudgett 54f41f2141 Make AMI event AgentCalled get CallerID/ConnectedLine info from the incoming channel.
14 years ago
Kinsey Moore b17a694234 Fix another incorrect case with meetme's PIN logic and add documentation
14 years ago
Kinsey Moore 8e2a8d16df Fix pin parameter behavior regression in MeetMe
14 years ago
Leif Madsen 53c1ecd8ea Add note about how Authenticate() application with option 'd' works.
14 years ago
Kevin P. Fleming 8daf83a53b Modify comments in MeetMe application documentation about DAHDI.
14 years ago
Terry Wilson e9dc0ae56d Use int for storing ao2_container_count instad of size_t
14 years ago
Terry Wilson 33f73e2ae2 Simplify queue membercount code
14 years ago
Terry Wilson f927ef5571 Properly update membercount for reloaded members
14 years ago
Gregory Nietsky 4037f1366d Revert Janitor patch 341906 For now
14 years ago
Gregory Nietsky 4f690341cf Whitespace Fixups / Add Braces
14 years ago
Paul Belanger fb6e8a5575 Fix previous commit
14 years ago
Paul Belanger 902b38d21d Voicemail compiler flags are 'core' support
14 years ago
Jonathan Rose 88bf8d3316 Fixes some support level info so that it can be read by menuselect.
14 years ago
Richard Mudgett 4051609b5c Update MeetMe p and X option documentation when interacting with the s option.
14 years ago
Matthew Nicholson de9e8e501e Load the proper XML documentation when multiple modules document the same application.
14 years ago
Richard Mudgett 2fb42fc3da Initialize option flags for SendURL application.
14 years ago
Richard Mudgett 1a4ba9305a Fix Dial F option notes formatting.
14 years ago
Leif Madsen e83a93313c Make documentation for Dial() options 'F' and 'F()' more clear.
14 years ago
TransNexus OSP Development 7d656e1330 Remove r338137 and r338138.
14 years ago
TransNexus OSP Development 9e2e3778af Updated for OSP Toolkit 4.0.0.
14 years ago
Paul Belanger 32fc932cf5 Upgrade app_macro to core
14 years ago
Richard Mudgett f2e1640435 Fix deadlock when using dummy channels.
14 years ago
Gregory Nietsky 3b2f5e7d4c Make sure a CDR is on the stack for call in the Queue.
14 years ago
Tilghman Lesher c4cd620d7a More silly spacing changes
14 years ago
Tilghman Lesher 6e94c27f6c Dumb little spacing fix.
14 years ago
Matthew Jordan f13c3b3fd2 Fix for incorrect voicemail duration in external notifications
14 years ago
Jonathan Rose 32c717b97c Document applications that play audio and do not answer unanswered calls.
14 years ago
Richard Mudgett 07a3a611a9 Made Dial d and H options no longer immediately auto-answer the calling leg.
14 years ago
Gregory Nietsky f94fa3dba3 Locking order in app_queue.c causes deadlocks.
14 years ago
Richard Mudgett 5c5122d104 Remove obsolete todo comment about PICKUPRESULT.
14 years ago
Paul Belanger 28952b7ea5 Meetme should have 'core' support level
14 years ago
Kinsey Moore 263a410438 Ensure frames are not written to dialed channel if ringback is requested
14 years ago