summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
AgeCommit message (Expand)Author
2018-01-17app_followme: Add a prompt to be read when a call is connectedghjm
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-17followme: initialize all config items on reloadTzafrir Cohen
2016-05-31Merge "Expand the scope of Dial Events"Joshua Colp
2016-05-31Expand the scope of Dial EventsMark Michelson
2016-05-26followme: allow disabling callee promptTzafrir Cohen
2016-05-10followme: delete the right recorded name fileTzafrir Cohen
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-24accountcode: Slightly change accountcode propagation.Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-08-22Minor tweaks with ast_moh_start() callers.Richard Mudgett
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-22Add dial events to app_queue and app_followme.Jason Parker
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-06Allow configured numbers for FollowMe to be greater than 90 charactersMatthew Jordan
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-05-15Add predial support to FollowMe.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
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-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-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-25Use the DEFINED value for musicclass length.Olle Johansson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-11Make FollowMe optionally update connected line information when the accepting...Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-06Fix memory leaks in app_followme find_realtime().Richard Mudgett
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-12-13Fix FollowMe CallerID on outgoing calls.Richard Mudgett
2011-09-20Merged revisions 337120 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen