Corey Farrell
|
6113a36c6d
Replace most uses of ast_register_atexit with ast_register_cleanup.
|
10 年之前 |
Richard Mudgett
|
247ea96d79
Cleanup dnsmgr on exit.
|
12 年之前 |
Kevin P. Fleming
|
53e80b252d
Multiple revisions 369001-369002
|
12 年之前 |
Paul Belanger
|
aefa27d445
Covert ast_verb() to ast_debug() and increase log level
|
13 年之前 |
Kinsey Moore
|
b261a4f586
Kill off red blobs in most of main/*
|
13 年之前 |
Terry Wilson
|
7a5a66f5e0
Re-link peers by IP when dnsmgr changes the IP
|
13 年之前 |
Richard Mudgett
|
810da20dcb
Fix dnsmgr entries to ask for the same address family each time.
|
13 年之前 |
Paul Belanger
|
92d2653e76
Additional updates for parsing dnsmgr.conf
|
13 年之前 |
Paul Belanger
|
132b5df15d
Clean up dnsmgr.conf parsing
|
13 年之前 |
Richard Mudgett
|
2ae6dd44d1
Merged revisions 323392,323394 via svnmerge from
|
13 年之前 |
Richard Mudgett
|
69e528345c
Merged revisions 322425 via svnmerge from
|
14 年之前 |
Russell Bryant
|
964c6a3ca0
Some scheduler API cleanup and improvements.
|
14 年之前 |
Russell Bryant
|
ac2c6e8c23
Merged revisions 287895 via svnmerge from
|
14 年之前 |
Olle Johansson
|
8e7462901e
Formatting changes
|
14 年之前 |
Mark Michelson
|
89ba21c588
Fix errors where incorrect address information was printed.
|
14 年之前 |
Mark Michelson
|
8927a42116
Add IPv6 to Asterisk.
|
14 年之前 |
Matthew Nicholson
|
1fcf6751e9
Set sin_family to AF_INET when doing lookups, also reset sin_port the first time the ip address changes.
|
15 年之前 |
Tilghman Lesher
|
ce99465a3b
AST-2009-005
|
15 年之前 |
Joshua Colp
|
254d0162d9
Record the previous port in the temporary address structure so that the comparison does not treat the host as having changed even if it did not. This would have been uninitialized before and would have led to a baddddd port.
|
16 年之前 |
Kevin P. Fleming
|
3cf0803e9e
fix a few small things found by using sparse
|
16 年之前 |
Tilghman Lesher
|
494f40bad2
Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
|
16 年之前 |
Michiel van Baak
|
485add5162
Merged revisions 130735 via svnmerge from
|
16 年之前 |
Brett Bryant
|
8012a26591
Fix a bug in SRV lookups where dnsmgr would discard everything but the
|
16 年之前 |
Jeff Peeler
|
b978c2a64c
This adds DNS SRV record support to DNS manager. If there is a SRV record for a given domain, the hostname and port listed in the SRV record will be used. If no SRV record exists or a SRV lookup is not attempted, the DNS lookup on the specified domain will be performed as normal. Chan_sip has been modified to take advantage of the new SRV support.
|
17 年之前 |
Russell Bryant
|
20bf05794e
Note a minor race condition that I noticed while reviewing Jeff's changes
|
17 年之前 |
Tilghman Lesher
|
b222c2dd2d
Add the "config reload <conffile>" command, which allows you to tell Asterisk
|
17 年之前 |
Tilghman Lesher
|
7de6451761
Merged revisions 100465 via svnmerge from
|
17 年之前 |
Olle Johansson
|
b1dde5ef93
A few more "moremanager" fixes
|
17 年之前 |
Luigi Rizzo
|
ff8ac85d1a
remove a bunch of useless #include "options.h"
|
17 年之前 |
Luigi Rizzo
|
ef421b5ea6
move internal function declarations to include/asterisk/_private.h
|
17 年之前 |