]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Dial: Combine frame handling functions. 19/2619/1
authorMark Michelson <mmichelson@digium.com>
Tue, 12 Apr 2016 19:55:42 +0000 (14:55 -0500)
committerMark Michelson <mmichelson@digium.com>
Thu, 14 Apr 2016 22:39:41 +0000 (17:39 -0500)
commit5e64d7e7a3ddc48a578e670cd8b719bb745cb195
tree4ce62d89c1867de2e6951b3e93e7d291bbb5bb7e
parentff3af764de28821eb1ae5573537111c3b99b7f3c
Dial: Combine frame handling functions.

There is a good amount of repetition in the two frame handling routines
in the Dial API. This commit combines the two functions into one.

This is in preparation for an upcoming commit that adds the ability to
handle frames for a channel in a bridge.

ASTERISK-25925
Reported by Mark Michelson

Change-Id: Iaae2f174e3058e774cb44e10659fcdfb85345c58
main/dial.c