summaryrefslogtreecommitdiff
path: root/apps/app_directed_pickup.c
AgeCommit message (Expand)Author
2006-07-23fix a seg fault in this application if no context paramater is givenRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-22Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06Merged revisions 17905 via svnmerge from Joshua Colp
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuesTilghman Lesher
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-13allow app_directed_pickup to try to pickupMatt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20Fix segfault on directed pickup when no CDR is available (bug #5998)Mark Spencer
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11update the descriptions of a couple more appsRussell Bryant
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-11Fix directed pickup to a call that is up (bug #5425 with mods)Mark Spencer
2005-09-24Fix directed pickup deadlock bug (bug #5270)Mark Spencer
2005-09-15add Pickup() application (issue #4865)Kevin P. Fleming