aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_enumlookup.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-09Fix enum lookup (bug 5674)markster1-10/+20
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-07application doc updatekpfleming1-1/+0
2005-11-06issue #5614russell1-13/+27
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-11/+14
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-8/+13
2005-09-26move variable declaration to the beginning of the function (issue #5299)russell1-2/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-14deprecate EnumLookup() applicationkpfleming1-1/+7
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-4/+7
2005-08-07Fix lookup to use proper API call...markster1-5/+2
2005-08-07Allow enumlookup to return a status variable (bug #4788)markster1-15/+29
2005-06-06the last round of file version tagskpfleming1-5/+10
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-4/+4
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-3/+3
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-3/+0
2004-05-09More ast_strlen_zero changescitats1-2/+3
2003-10-06Fix ENUM to live w/out config file, and fix internationalizationmarkster1-4/+2
2003-10-04SRV and ENUM fixes (bug #'s 350 and 351)markster1-10/+59
2003-09-01Add H.323, SIP, IAX/IAX2 to ENUM Lookup (bug #202)markster1-0/+18
2003-08-15Asterisk:markster1-0/+1
2003-08-14Merge ENUM fixes (bug #99)markster1-4/+31
2003-05-14Add transfer to IAX2, and transfer applicationmarkster1-2/+2
2003-04-29Add ENUM lookup supportmarkster1-0/+112