mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-02 21:13:08 -07:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user