don't use 169.254. auto ip's either.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4172 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b227ee8521
commit
96c0f9eaf6
|
@ -2559,7 +2559,8 @@ static ldl_status handle_signalling(ldl_handle_t *handle, ldl_session_t *dlsessi
|
|||
strncasecmp(candidates[x].address, "172.19.", 7) &&
|
||||
strncasecmp(candidates[x].address, "172.2", 5) &&
|
||||
strncasecmp(candidates[x].address, "172.30.", 7) &&
|
||||
strncasecmp(candidates[x].address, "172.31.", 7)
|
||||
strncasecmp(candidates[x].address, "172.31.", 7) &&
|
||||
strncasecmp(candidates[x].address, "169.254.", 8)
|
||||
))) {
|
||||
ldl_payload_t payloads[5];
|
||||
char *exten;
|
||||
|
|
Loading…
Reference in New Issue