mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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:
committed by
Friendly Automation
parent
92d408f293
commit
193b7a81fe
4
doc/CHANGES-staging/chan_pjsip_flash.txt
Normal file
4
doc/CHANGES-staging/chan_pjsip_flash.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Subject: chan_pjsip
|
||||
|
||||
Hook flash events can now be sent on a PJSIP channel
|
||||
if requested to do so.
|
Reference in New Issue
Block a user