]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't use 169.254. auto ip's either.
authorMichael Jerris <mike@jerris.com>
Thu, 8 Feb 2007 21:16:27 +0000 (21:16 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 8 Feb 2007 21:16:27 +0000 (21:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4172 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 227df1495d99e62050e8b5bf345ed1301877b756..7c9a0e8da4567fc982952ff16cb5f1f7d16dd014 100644 (file)
@@ -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;