aboutsummaryrefslogtreecommitdiffstats
path: root/dnsmgr.c
AgeCommit message (Collapse)AuthorFilesLines
2007-06-07Do a DNS lookup immediately upon calling the dnsmgr function, don't wait ↵file1-13/+13
until a refresh happens. (issue #9097 reported by plack) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@68368 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-13Pass the right value to usleep for sleeping, and always add the background ↵file1-9/+9
refresh item back into the scheduler if enabled since it is deleted during reload. (issue #8142 reported by p_lindheimer) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@45030 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29732 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23backport list handling fix from trunk (solves memory leak problem in cdr ↵kpfleming1-1/+0
variables and device state watchers) remove unusued variable to silence compiler warning git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10don't create monitor threads in detached mode, when we need to be able to ↵kpfleming1-4/+2
pthread_join() them later if the module is unloaded (solve crash-on-unload problem for these channel modules) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9404 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-08let's actually use a variable scheduler event...kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7008 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5599kpfleming1-6/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7007 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6862 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-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-06-23let's try allocating the proper amount of memory...kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06more file version tagskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5866 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06remove experimental module version tagskpfleming1-1/+4
add per-file revision tags and 'show version files' CLI command git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-8/+8
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-12correct portability problem (don't look inside regex_t)kpfleming1-3/+6
correct enable/disable option name to match sample config file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5453 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-07fix thinko in dnsmgr.c (lesson: don't commit while you are rushing to a ↵kpfleming1-11/+9
meeting and then heading out of town...) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5433 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06preliminary "managed DNS lookup" supportkpfleming1-0/+352
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5432 f38db490-d61c-443f-a65b-d21fe96a405b