]> 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:30:04 +0000 (18:30 -0500)
commitf97386bd54e9be6eae7e440d4f90849d3fc496ca
tree75300a2345806772cbc3a19b8c5e48e5420d0b1b
parent74e28c1270eb5266e54fba4b2cf6693b1413e705
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]