aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directory.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-09automerge commitautomerge1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@63607 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09automerge commitautomerge1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@60983 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-29automerge commitautomerge1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@59354 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12manual update, since automerge is not running at this timekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@48421 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-17automerge commitroot1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@43087 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-19automerge commitroot1-10/+18
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@40451 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30automerge commitroot1-0/+134
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@36405 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11update the descriptions of a couple more appsrussell1-11/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7073 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07application doc updatekpfleming1-4/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06issue #5605russell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6979 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-4/+6
In general, LOCAL_USER_ADD/REMOVE should be the first/last thing called in an application. An exception is if there is some *fast* setup code that might halt the execution of the application, such as checking to see if an argument exists. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6832 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18it's a good idea to unregister everything before calling ↵russell1-1/+6
STANDARD_HANGUP_LOCALUSERS git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6828 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04fix memory leak and unload problems (issue #5380)kpfleming1-15/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6719 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue ↵kpfleming1-14/+9
#5232, take two) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6611 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)kpfleming1-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6609 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-16/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6533 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15phase two of string portability stuff:kpfleming1-1/+1
don't need ast_ prefixes on functions use individual #defines for function presence add vasprintf to portability library git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6143 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10more ast_copy_string conversionsrussell1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6074 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06the last round of file version tagskpfleming1-5/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5867 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06major Makefile and build process improvements, including removal of all ↵kpfleming1-1/+0
hardcoded paths (modules must now use run-time paths as they should) (bug #4116) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-07use ast_strcasestr (bug #4203)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5595 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-11/+11
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06re-implement realtime support in app_directorykpfleming1-46/+37
add support for hiding entries from app_directory using new hidefromdir= option (bug #3950) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5429 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-03Add realtime support to app_directory (bug #2475)markster1-6/+76
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5125 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25Merge config updates (bug #3406)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21update copyright headers for 2005russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4868 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-21Allow '*' to exit the directory (bug #3118)markster1-1/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4520 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-08Merge josh's exit dir patch (bug #2995)markster1-1/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4406 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-02Huge callerid rework (might break H.323, others)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3874 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-30Minor fix in directory app (bug #2322)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3678 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-05Allow directory to be searched by first name (bug #2208)markster1-11/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3580 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-28Directory fixes (bug #1887)markster1-2/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3329 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-23Tilghman's directory fix (bug #1892)markster1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3280 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ↵citats1-1/+0
instead (except in asterisk/lock.h). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3277 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Directory fixes courtesy rgagnon (bug #1887)markster1-53/+112
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3267 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-09More ast_strlen_zero changescitats1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2930 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Make directory spell name if availablemarkster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2869 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-29Even better, let it be specified per-contextmarkster1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2820 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-29Add ability to customize directory introduction (bug #1488)markster1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2819 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-28Trivial portability fixmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2799 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-26Allow two contexts to be specified for directory application ↵markster1-11/+19
(reimplementation fo bug #643) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2779 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-23Clarify documentation on Directorymarkster1-5/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2533 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-09Answer the line if it hasn't been alreadymarkster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1710 f38db490-d61c-443f-a65b-d21fe96a405b
2003-09-29Minor extensions fixmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1578 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-01Let directory application browse through the multi-company directory entriesmartinp1-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1246 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-27Minor cleanupsmarkster1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1126 f38db490-d61c-443f-a65b-d21fe96a405b