mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Reverting previous patch. Ok, let's take this from 1.2 instead... :-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11688,7 +11688,6 @@ static int sip_poke_peer(struct sip_peer *peer)
|
||||
|
||||
memcpy(&p->sa, &peer->addr, sizeof(p->sa));
|
||||
memcpy(&p->recv, &peer->addr, sizeof(p->sa));
|
||||
ast_copy_flagss(p, peer, SIP_FLAGS_TO_COPY);
|
||||
|
||||
/* Send options to peer's fullcontact */
|
||||
if (!ast_strlen_zero(peer->fullcontact))
|
||||
|
||||
Reference in New Issue
Block a user