diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index e7e6cf3d65..125d908f04 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -7138,6 +7138,7 @@ retryowner2: iax2_destroy_nolock(fr->callno); peer->callno = 0; /* Try again eventually */ + if (option_debug) ast_log(LOG_DEBUG, "Peer lastms %d, historicms %d, maxms %d\n", peer->lastms, peer->historicms, peer->maxms); if ((peer->lastms < 0) || (peer->historicms > peer->maxms)) peer->pokeexpire = ast_sched_add(sched, peer->pokefreqnotok, iax2_poke_peer_s, peer);