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:
parent
295d2f46fd
commit
a92ad4b3fb
|
@ -1 +1 @@
|
|||
Wed Feb 11 10:18:18 CST 2009
|
||||
Wed Feb 11 10:19:39 CST 2009
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue