mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 03:26:55 +00:00
Fix up compile breakage from ast_tvdiff_ms() API change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@241503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -644,7 +644,7 @@ static void get_callerid(struct vpb_pvt *p)
|
||||
vpb_sleep(RING_SKIP);
|
||||
}
|
||||
|
||||
ast_verb(4, "CID record - skipped %dms trailing ring\n",
|
||||
ast_verb(4, "CID record - skipped %ldms trailing ring\n",
|
||||
ast_tvdiff_ms(ast_tvnow(), cid_record_time));
|
||||
cid_record_time = ast_tvnow();
|
||||
|
||||
@@ -658,7 +658,7 @@ static void get_callerid(struct vpb_pvt *p)
|
||||
vpb_wave_close_write(ws);
|
||||
#endif
|
||||
|
||||
ast_verb(4, "CID record - recorded %dms between rings\n",
|
||||
ast_verb(4, "CID record - recorded %ldms between rings\n",
|
||||
ast_tvdiff_ms(ast_tvnow(), cid_record_time));
|
||||
|
||||
ast_mutex_unlock(&p->record_lock);
|
||||
|
Reference in New Issue
Block a user