-
- Downloads
Publish the outbound channel's application/data when dialing
This patch does two things: * It fixes a bug where the outbound channel's application/data set by the dialing API/app_dial is not communicated until the channel is hung up. If that happens, AMI would incorrectly send a NewExten event immediately after a Hangup. This isn't really AMI's fault, as the dialing APIs never communicated the 'helpful' app/data on the outbound channel until it was hungup. * It makes public sending a stasis message about a change in channel state. This is useful enough that - for now at least - it should be public. If operations on a channel go to being more coarse-grained, this function could be made private again. Review: https://reviewboard.asterisk.org/r/2548 Note that this problem was found and reported by Matt DiMeo. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@388976 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_dial.c 3 additions, 0 deletionsapps/app_dial.c
- include/asterisk/stasis_channels.h 9 additions, 0 deletionsinclude/asterisk/stasis_channels.h
- main/channel.c 6 additions, 26 deletionsmain/channel.c
- main/dial.c 1 addition, 0 deletionsmain/dial.c
- main/stasis_channels.c 24 additions, 0 deletionsmain/stasis_channels.c
Loading
Please register or sign in to comment