dect
/
asterisk
Archived
13
0
Fork 0

Fix extraneous message when using mysql friends

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3782 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-09-15 13:16:56 +00:00
parent eb16af0cdd
commit 3ebb6177f4
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;