-
- Downloads
Resolve a merge conflict
When ast_channel_cached_blob_create was merged, ast_channel_blob_create_from_cache was partially removed in an unresolved merge conflict. This restores ast_channel_blob_create_from_cache and refactors usage of ast_channel_cached_blob_create (requires an ast_channel) to use ast_channel_blob_create_from_cache (requires a channel uniqueid) instead. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389974 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_fax.c 1 addition, 1 deletionapps/app_fax.c
- include/asterisk/stasis_channels.h 0 additions, 21 deletionsinclude/asterisk/stasis_channels.h
- main/stasis_channels.c 2 additions, 2 deletionsmain/stasis_channels.c
- res/res_fax.c 3 additions, 3 deletionsres/res_fax.c
- res/res_monitor.c 2 additions, 2 deletionsres/res_monitor.c
- res/res_musiconhold.c 2 additions, 2 deletionsres/res_musiconhold.c
Loading
Please register or sign in to comment