mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove ancient requirement that ts > 0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2848,12 +2848,6 @@ static int iax2_send(struct chan_iax2_pvt *pvt, struct ast_frame *f, unsigned in
|
||||
iax_frame_wrap(fr, f);
|
||||
|
||||
fr->ts = fts;
|
||||
if (!fr->ts) {
|
||||
ast_log(LOG_WARNING, "timestamp is 0?\n");
|
||||
if (!now)
|
||||
iax2_frame_free(fr);
|
||||
return -1;
|
||||
}
|
||||
fr->callno = pvt->callno;
|
||||
fr->transfer = transfer;
|
||||
fr->final = final;
|
||||
|
Reference in New Issue
Block a user