]> 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:37:45 +0000 (18:37 -0500)
commit06756a1608efcc6c31b6d9795409a4f263bb8667
treebd6964b0a57e0ea71823e2745afdbaff9aff0d22
parent9ffc2f711c9c43c05e16e84043e46fd68798643d
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]