diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e2546b4911..4ce17a1e15 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -30958,7 +30958,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); } }