TT#74300 split intro for call-id CLI output

Change-Id: I4872ce173372b767b467afd4122bba809f4f0c3e
changes/94/36894/1
Richard Fuchs 6 years ago
parent c3f5282759
commit 08cdb4cdb6

@ -614,8 +614,8 @@ static void cli_incoming_list_callid(str *instr, struct streambuf *replybuffer)
}
streambuf_printf(replybuffer,
"\ncallid: %60s | deletionmark:%4s | created:%12i | proxy:%s | tos:%u | last_signal:%llu | "
"redis_keyspace:%i | foreign:%s\n\n",
"\ncallid: %s\ndeletionmark: %s\ncreated: %i\nproxy: %s\ntos: %u\nlast_signal: %llu\n"
"redis_keyspace: %i\nforeign: %s\n\n",
c->callid.s, c->ml_deleted ? "yes" : "no", (int) c->created.tv_sec, c->created_from,
(unsigned int) c->tos, (unsigned long long) c->last_signal, c->redis_hosted_db,
IS_FOREIGN_CALL(c) ? "yes" : "no");

Loading…
Cancel
Save