summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-29Coverity Report: Fix issues for error type REVERSE_INULL (deprecated modules)Richard Mudgett
2012-05-24Fix Dial I option ignored if dial forked and one fork redirects.Richard Mudgett
2012-05-24Fix crash in ConfBridge when user announcement is played for more than 2 usersMatthew Jordan
2012-05-18app_queue: Per Member ringinuse option and deprecation of ignorebusyJonathan Rose
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-15Add predial support to FollowMe.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Tweak app_dial predial documentation.Richard Mudgett
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-09Improve FollowMe accept/decline DTMF string matching.Richard Mudgett
2012-05-09Keep answered FollowMe calls until call accepted or last step times out.Richard Mudgett
2012-05-09Put winning FollowMe outgoing call on hold if the caller put it on hold.Richard Mudgett
2012-05-09Restructure how the FollowMe outgoing channel list is handled.Richard Mudgett
2012-05-08Addendum to -r365766. Since it is no longer allocated.Richard Mudgett
2012-05-08Make FollowMe findmeexec() put the list head on the stack instead of mallocin...Richard Mudgett
2012-05-08Add interrupt ('I') command to ExternalIVR.Sean Bright
2012-05-08Make FollowMe app_exec() not declare a 28k struct on the stack.Richard Mudgett
2012-05-08Simplify findmeexec() parameter passing.Richard Mudgett
2012-05-08* Fix FollowMe memory leak on error paths in app_exec().Richard Mudgett
2012-05-08* Fix accept/decline DTMF buffer overwrite in FollowMe.Richard Mudgett
2012-05-07Fix channel opaquification slip-up in r365477Matthew Jordan
2012-05-07Support VoiceMail d() option when extension does not exist in channel's contextMatthew Jordan
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-05-03Add IPv6 support to ExternalIVR.Sean Bright
2012-05-01Play conf-placeintoconf message to the correct channelKinsey Moore
2012-04-29Fix configuring custom sound_leader_has_left in confbridge.confMichael L. Young
2012-04-28app_minivm: Fix a couple compiler warnings.Russell Bryant
2012-04-28PreDial - Ability to run dialplan on callee and caller channels before Dial.Richard Mudgett
2012-04-26Update Pickup application documentation. (With feeling this time.)Richard Mudgett
2012-04-26Code formatting fixes.Olle Johansson
2012-04-26Update Pickup application documentation. (Even better)Richard Mudgett
2012-04-26* Put more information in pickup_exec() LOG_NOTICE.Richard Mudgett
2012-04-25Update Pickup application documentation.Richard Mudgett
2012-04-25Add documentationOlle Johansson
2012-04-25Formatting changes onlyOlle Johansson
2012-04-25Use the DEFINED value for musicclass length.Olle Johansson
2012-04-23Make app_dial and app_queue use new macro and gosub calls.Richard Mudgett
2012-04-21Update app_dial M and U option GOTO return value documentation.Richard Mudgett
2012-04-20Fix connected-line/redirecting interception gosubs executing more than intended.Richard Mudgett
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett
2012-04-20Document Speech* apps hangup on failure and suggest TryExecTerry Wilson
2012-04-19Convert some strncpys to ast_copy_stringTerry Wilson
2012-04-19Prevent a crash in ExternalIVR when the 'S' command is sent first.Sean Bright
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes