mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-05 22:32:32 -07:00
only display a debug message if option_debug is in use
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user