add code to pass recording bugs on to other legs when executing an attended transfer, needs testing and possible follup commits before using

This commit is contained in:
Anthony Minessale
2011-05-31 13:01:28 -05:00
parent 0419c4e0f3
commit e2da3bea0c
4 changed files with 62 additions and 0 deletions

View File

@@ -1638,6 +1638,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_session(switch_core_session_t
return SWITCH_STATUS_SUCCESS;
}
typedef struct {
SpeexPreprocessState *read_st;
SpeexPreprocessState *write_st;