aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index a5920e681..19e476e79 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;