]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thu Jan 8 14:20:45 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 16:19:47 +0000 (16:19 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 16:19:47 +0000 (16:19 +0000)
  * outbound.c: use default peer info when outbound is created

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11781 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nua/outbound.c

index 6b6f901a57a80f0df2373a1da903fa8a4704859e..663b2c3179756fe0cccbe055a5a5b4f5f80623aa 100644 (file)
@@ -1 +1 @@
-Wed Feb 11 10:18:18 CST 2009
+Wed Feb 11 10:19:39 CST 2009
index d5dc89d6883b0b434078be9ed3fedfec72652451..8b906ddcfa4d02b402a4c5b38000c73d48e97cc0 100644 (file)
@@ -216,6 +216,8 @@ outbound_new(outbound_owner_t *owner,
        su_sprintf(ob->ob_home, "+sip.instance=\"<%s>\"", instance);
     ob->ob_reg_id = 0;
 
+    outbound_peer_info(ob, NULL);
+
     /* Generate a random cookie (used as Call-ID) for us */
     su_md5_init(md5);
     su_guid_generate(guid);