Update a couple places to use the new ast_channel_search_locked API call.
[asterisk/asterisk.git] / apps / app_directed_pickup.c
2008-11-05 Sean BrightUpdate a couple places to use the new ast_channel_searc...
2008-11-02 Russell BryantInstead of doing a couple of strlen() calls each iterat...
2008-11-01 Russell BryantMerge changes from team/group/appdocsxml
2008-04-25 Jason ParkerMerge app_pickupchan with app_directed_pickup, for...
2008-02-09 Michiel van Baakwhitespace fixes only.
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-06 Mark Michelson"show application <foo>" changes for clarity.
2007-08-27 Tilghman LesherEnhance Pickup to do native pickupgroup pickup when...
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-06 Joshua ColpMerged revisions 67626 via svnmerge from
2007-06-04 Joshua ColpMinor clean up. Constify a few variables and use ast_st...
2006-11-20 Joshua ColpMerged revisions 47850 via svnmerge from
2006-10-16 Joshua ColpIt's new directed pickup! This now features a more...
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-07-23 Russell Bryantfix a seg fault in this application if no context param...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-22 Joshua ColpAdd PICKUPMARK support to app_directed_pickup (issue...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-06 Joshua ColpMerged revisions 17905 via svnmerge from
2006-02-23 Tilghman LesherBug 6417 - Allow retrieval of raw CDR values
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-01-13 Matt O'Gormanallow app_directed_pickup to try to pickup
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-20 Mark SpencerFix segfault on directed pickup when no CDR is availabl...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-11 Russell Bryantupdate the descriptions of a couple more apps
2005-11-08 Russell Bryantmake app_queue 1.2 jump compliant (issue #5580)
2005-11-06 Russell Bryantissue #5605
2005-10-26 Russell Bryantremove unnecessary checks before calls to ast_strlen_zero
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-10-11 Mark SpencerFix directed pickup to a call that is up (bug #5425...
2005-09-24 Mark SpencerFix directed pickup deadlock bug (bug #5270)
2005-09-15 Kevin P. Flemingadd Pickup() application (issue #4865)