mirror of http://gerrit.asterisk.org/asterisk
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: I1590221a4d238597f79672fa5825dd4a920c94ddchanges/79/18079/5
parent
92d408f293
commit
193b7a81fe
@ -0,0 +1,4 @@
|
||||
Subject: chan_pjsip
|
||||
|
||||
Hook flash events can now be sent on a PJSIP channel
|
||||
if requested to do so.
|
||||
Loading…
Reference in new issue