summaryrefslogtreecommitdiff
path: root/apps/app_followme.c
AgeCommit message (Expand)Author
2016-09-07followme: initialize all config items on reloadTzafrir Cohen
2016-05-12followme: delete the right recorded name fileTzafrir Cohen
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
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
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-03-18Adds an option to FollowMe that isn't useful for the bug it was made to solve...Jonathan Rose
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-26Add option to followme to delay answer until ready to bridge call.Jeff Peeler
2010-12-07Merged revisions 297733 via svnmerge from Tilghman Lesher
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-03-20Resolve compiler warnings on FreeBSD.Russell Bryant
2010-03-05Fix app_followme playing wrong sound files.Jeff Peeler