]> 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:30 +0000 (18:40 -0500)
commit8bc6d42a279045e92488f16372f2d4b417b6c7ef
tree5448e784d5d9a239cb5846a5eff37df66bdaba13
parent3686a97d799f2aa60225ea04522c98c9e5114bba
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]