Files
asterisk/main
Mark Michelson 9231a56cf3 Add API for channel frame deferral.
There are several places in Asterisk that have duplicated logic
for deferring important frames until later.

This commit adds a couple of API calls to facilitate this automatically.

ast_channel_start_defer_frames(): Future reads of deferrable frames on
this channel will be deferred until later.

ast_channel_stop_defer_frames(): Any frames that have been deferred get
requeued onto the channel.

ASTERISK-26343

Change-Id: I3e1b87bc6796f222442fa6f7d1b6a4706fb33641
2016-11-07 12:25:59 -06:00
..
2015-01-30 16:47:50 +00:00
2015-03-25 18:37:04 +00:00
2016-11-07 12:25:59 -06:00
2016-06-22 12:21:11 -05:00
2016-08-24 11:02:47 -05:00
2016-07-14 15:54:21 -05:00
2016-08-24 11:02:47 -05:00
2016-08-24 11:02:47 -05:00
2016-09-20 12:01:57 -05:00
2016-11-01 12:37:58 -05:00
2015-01-26 14:49:32 +00:00
2016-08-15 13:09:30 -05:00
2016-08-24 11:02:47 -05:00