]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix extraneous message when using mysql friends
authorMark Spencer <markster@digium.com>
Wed, 15 Sep 2004 13:16:56 +0000 (13:16 +0000)
committerMark Spencer <markster@digium.com>
Wed, 15 Sep 2004 13:16:56 +0000 (13:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3782 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index a5920e68175d294128f3152f49403b86669a4102..19e476e79572cc2cf978cd3d883efb1ea9b57a73 100755 (executable)
@@ -1177,6 +1177,7 @@ static struct sip_peer *mysql_peer(char *peer, struct sockaddr_in *sin)
                p->dtmfmode = global_dtmfmode;
                p->promiscredir = global_promiscredir;
                p->insecure = 1;
+               p->pokeexpire = -1;
                p->expire = -1;
                p->temponly = 1;