summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 15468fe2d..af75cab32 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -30948,7 +30948,6 @@ static struct sip_peer *build_peer(const char *name, struct ast_variable *v, str
/* Startup regular pokes */
if (!devstate_only && enablepoke) {
- sip_ref_peer(peer, "schedule qualify");
sip_poke_peer(peer, 0);
}
}