diff --git a/channels/chan_sip.c b/channels/chan_sip.c index a5920e68175d294128f3152f49403b86669a4102..19e476e79572cc2cf978cd3d883efb1ea9b57a73 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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;