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
This commit is contained in:
Naveen Albert
2022-02-26 12:37:08 +00:00
committed by Friendly Automation
parent 92d408f293
commit 193b7a81fe
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Subject: chan_pjsip
Hook flash events can now be sent on a PJSIP channel
if requested to do so.