-
- Downloads
Change several bridge functions to return error status.
The bridge frame queue functions need to return an error status if the frame failed to be queued because of an error condition. The main calls that needed to return the status are: ast_bridge_channel_queue_action_data() and ast_bridge_channel_write_action_data(). The other return changes are ripple effects. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- bridges/bridge_softmix.c 4 additions, 3 deletionsbridges/bridge_softmix.c
- include/asterisk/bridging.h 42 additions, 28 deletionsinclude/asterisk/bridging.h
- include/asterisk/bridging_technology.h 4 additions, 1 deletioninclude/asterisk/bridging_technology.h
- main/bridging.c 53 additions, 51 deletionsmain/bridging.c
- main/features.c 3 additions, 2 deletionsmain/features.c
Loading
Please register or sign in to comment