-
- Downloads
Recent CDR fixes moved execution of the 'h' exten into the bridging code, so...
Recent CDR fixes moved execution of the 'h' exten into the bridging code, so variables that were set after ast_bridge_call was called would not show up in the 'h' exten. Added a callback function to handle setting variables, etc. from w/in the bridging code. Calls back into a nested function within the function calling ast_bridge_call (closes issue #13793) Reported by: greenfieldtech git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@153181 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_dial.c 25 additions, 12 deletionsapps/app_dial.c
- apps/app_followme.c 22 additions, 9 deletionsapps/app_followme.c
- apps/app_queue.c 9 additions, 0 deletionsapps/app_queue.c
- include/asterisk/channel.h 1 addition, 0 deletionsinclude/asterisk/channel.h
- main/features.c 7 additions, 0 deletionsmain/features.c
Loading
Please register or sign in to comment