summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-04-16Fix handling of negative return code when storing voicemails in ODBC storageMatthew Jordan
2012-04-13Make ForkCDR e option not set end time of the newly forked CDR logJonathan Rose
2012-04-13Send relative path named recordings to the meetme directory instead of soundsJonathan Rose
2012-04-11Change default value of 'ignorebusy' on Queue members so that behavior is mor...Jonathan Rose
2012-04-06Fix memory leak when using MeetMeAdmin 'e' option with user specifiedMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-06Remove a few more files related to chan_usbradio and app_rpt.Russell Bryant
2012-04-06Remove unnecessary error message in app_dial.cKinsey Moore
2012-04-05Fix MusicOnHold in MeetMe so that it always uses the class if it's been definedJonathan Rose
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-04Make the MeetMeAdmin N command (mute all nonadmins) not mute adminsJonathan Rose
2012-04-03Fix the display of documentation for TransferKinsey Moore
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-24app_page: Fix a memory leak on every Page().Russell Bryant
2012-03-24app_jack: fix datastore memory leak in error handling path.Russell Bryant
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-20Prevent Echo() from relaying control, null, and modem framesKinsey Moore
2012-03-16Prevent chanspy from binding to zombie channelsJonathan Rose
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-15Fix remotely exploitable stack overrun in MilliwattMatthew Jordan
2012-03-15Add missing connected line macro calls to initial dial for Dial and Queue apps.Richard Mudgett
2012-03-14app_chanisavail: Fix use of uninitialized variable.Russell Bryant
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-14Fix invalid reads/writes due to incorrect sizeof().Russell Bryant
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-03-13Fix IMAP storage compilation after opaquification changesTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-02Adds a transfer callee on hangup option (like with Dial option F) to queues.Jonathan Rose
2012-03-02Remove bad usage of goto in ChanSpy next_channel().Richard Mudgett
2012-03-02Fix channel reference leak in ChanSpy.Richard Mudgett
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Fix copying of CDR(accountcode) to local channels.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Correctly reset the dialplan priority.Tilghman Lesher
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-28Remove dupliate 'i' option table entry in app_page.c.Richard Mudgett
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-25Fix crash in app_voicemail during close_mailboxMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Multiple revisions 356290,356335,356337Paul Belanger
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-16Fix channel opaquification for app_rptPaul Belanger