]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: Update device state when in early media.
authorJoshua Colp <jcolp@digium.com>
Wed, 7 Jun 2017 20:19:05 +0000 (20:19 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 7 Jun 2017 20:19:05 +0000 (20:19 +0000)
commit1f10c6b3b044f9979c523f65f449670047dcb57f
tree7c90bd3b50b61d97119682a32b3b1751c661e7da
parent812f5b51cb56a36668decc6dfc83adeca185429e
chan_pjsip: Update device state when in early media.

The chan_pjsip module uses a calculation approach for
determining device state. This means that in situations
where we would expect device state to change we need to
tell the core to query. A scenario that was missed is
when early media was signaled.

This change adds the notification for the core to
query device state when we are told that early media
is being provided.

ASTERISK-27039

Change-Id: Iafebfd152894966344ff2e950a3cee9f59a3eb6f
channels/chan_pjsip.c