Fix extraneous message when using mysql friends

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-09-15 13:16:56 +00:00
parent ef2cd744cf
commit 556f27ecf1
1 changed files with 1 additions and 0 deletions

View File

@ -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;