Thu Jan 8 14:20:45 CST 2009 Pekka Pessi <first.last@nokia.com>

* 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
This commit is contained in:
Michael Jerris 2009-02-11 16:19:47 +00:00
parent 295d2f46fd
commit a92ad4b3fb
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
Wed Feb 11 10:18:18 CST 2009
Wed Feb 11 10:19:39 CST 2009

View 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);