mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Merge "res_pjsip_transport_management: Convert time in log message to seconds."
This commit is contained in:
@@ -134,7 +134,7 @@ static int idle_sched_cb(const void *data)
|
|||||||
|
|
||||||
if (!keepalive->sip_received) {
|
if (!keepalive->sip_received) {
|
||||||
ast_log(LOG_NOTICE, "Shutting down transport '%s' since no request was received in %d seconds\n",
|
ast_log(LOG_NOTICE, "Shutting down transport '%s' since no request was received in %d seconds\n",
|
||||||
keepalive->transport->info, IDLE_TIMEOUT);
|
keepalive->transport->info, IDLE_TIMEOUT / 1000);
|
||||||
pjsip_transport_shutdown(keepalive->transport);
|
pjsip_transport_shutdown(keepalive->transport);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user