-
- Downloads
Stasis: Add information to blind transfer event
When a blind transfer occurs that is forced to create a local channel pair to satisfy the transfer request, information about the local channel pair is not published. This adds a field to describe that channel to the blind transfer message struct so that this information is conveyed properly to consumers of the blind transfer message. This also fixes a bug in which Stasis() was unable to properly identify the channel that was replacing an existing Stasis-controlled channel due to a blind transfer. Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/3921/ ........ Merged revisions 421537 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 421538 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@421539 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/stasis_bridges.h 8 additions, 2 deletionsinclude/asterisk/stasis_bridges.h
- main/bridge.c 38 additions, 15 deletionsmain/bridge.c
- main/stasis_bridges.c 26 additions, 2 deletionsmain/stasis_bridges.c
- res/ari/ari_model_validators.c 9 additions, 0 deletionsres/ari/ari_model_validators.c
- res/ari/ari_model_validators.h 1 addition, 0 deletionsres/ari/ari_model_validators.h
- res/stasis/app.c 18 additions, 13 deletionsres/stasis/app.c
- rest-api/api-docs/events.json 5 additions, 0 deletionsrest-api/api-docs/events.json
- tests/test_cel.c 1 addition, 1 deletiontests/test_cel.c
Loading
Please register or sign in to comment