]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip.c: Add parameters to frame in indicate.
authorBen Ford <bford@digium.com>
Mon, 11 Jan 2021 20:25:09 +0000 (14:25 -0600)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 18 Jan 2021 16:02:28 +0000 (10:02 -0600)
commit87a35f8e945b5ba3beecfaac8c7cd2a3ff912e6c
tree2013cd1b95bc8a2fe87600210948c86ba0547736
parent89fea9bafe5845b434abd105fdcb945edd56d592
chan_pjsip.c: Add parameters to frame in indicate.

There are a couple of parameters (datalen and data) that do not get set
in chan_pjsip_indicate which could cause an Invalid message to pop up
for things such as fax. This patch adds them to the frame.

Change-Id: Ia51be086a0708be905e73d1f433572c49c7e38f8
channels/chan_pjsip.c