aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_zapscan.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-19include "asterisk/zapata.h" instead of lookingrizzo1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-3/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-20/+7
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-5/+0
2006-06-11don't leak a frame when breaking out of the main loop of this apprussell1-0/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-1/+1
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-3/+0
2006-02-01use string fields for some stuff in ast_channelkpfleming1-2/+2
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-08issue #5648kpfleming1-1/+2
2005-11-06issue #5605russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-7/+18
2005-07-10more ast_copy_string conversionsrussell1-1/+1
2005-06-07various compiler warning fixes (bug #4483)kpfleming1-1/+0
2005-06-06the last round of file version tagskpfleming1-12/+17
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-9/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-12/+12
2004-12-21Allow zapscan to operate on a group (bug #2927)markster1-234/+251
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-2/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-21Fix locking in zapscanmarkster1-5/+3
2004-06-04Enhancements for zaptel+bsd (bug #1781)markster1-1/+6
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-37/+39
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-1/+1
2004-04-10Allow zapscan to select a specific channel (bug 1371)citats1-25/+71
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
2004-03-19Check tempchan->type in app_zapscan.c (bug 1250)citats1-1/+1
2004-03-14Make ZapScan wait 100ms for datacitats1-0/+2
2004-03-10Remove unnecessary ast_check_hangupcitats1-1/+1
2004-03-10Make ZapScan exit when '*' is pressed. Has the side effect of makingcitats1-2/+14
2004-01-11add new application 'zapscan' Bug #250jeremy1-0/+304