]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
double doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 1 Feb 2009 00:29:14 +0000 (00:29 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 1 Feb 2009 00:29:14 +0000 (00:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11583 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_presence.c

index c1cc3aea66562516152cc3150f688f2ce112b5ee..46d2b4dc0ee2dda5ea7fc9a1dcd497946044698d 100644 (file)
@@ -1501,7 +1501,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
                                                                                ipv6 ? "]" : "",
                                                                                new_port,
                                                                                contact->m_url->url_params,
-                                                                               is_nat ? ";nat" : "");
+                                                                               is_nat ? ";fs_nat" : "");
                } else {
                        contact_str = switch_mprintf("%s <sip:%s@%s%s%s%s>%s",
                                                                                display,
@@ -1510,7 +1510,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
                                                                                contact_host,
                                                                                ipv6 ? "]" : "",
                                                                                new_port,
-                                                                               is_nat ?  ";nat" : "");
+                                                                               is_nat ?  ";fs_nat" : "");
                }