]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: Add ability to send flash events.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 26 Feb 2022 12:37:08 +0000 (12:37 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 26 Apr 2022 23:40:36 +0000 (18:40 -0500)
commit193b7a81fe1d3d9830d060688976dc98ff5ab299
treed9263795edfc1b78bda020bee50569cc9be28ab4
parent92d408f2936c4c13c7f5ad2a3e29055496ac8eb5
chan_pjsip: Add ability to send flash events.

PJSIP currently is capable of receiving flash events
and converting them to FLASH control frames, but it
currently lacks support for doing the reverse: taking
a FLASH control frame and converting it into a flash
event in the SIP domain.

This adds the ability for PJSIP to process flash control
frames by converting them into the appropriate SIP INFO
message, which can then be sent to the peer. This allows,
for example, flash events to be sent between Asterisk
systems using PJSIP.

ASTERISK-29941 #close

Change-Id: I1590221a4d238597f79672fa5825dd4a920c94dd
channels/chan_pjsip.c
doc/CHANGES-staging/chan_pjsip_flash.txt [new file with mode: 0644]