int answer();
int preAnswer();
- virtual void hangup(char *cause);
+ virtual void hangup(char *cause = "normal_clearing");
void setVariable(char *var, char *val);
const char *getVariable(char *var);
memset(&caller_profile, 0, sizeof(caller_profile));
init_vars();
if (session = switch_core_session_locate(nuuid)) {
- channel = switch_core_session_get_channel(session);
uuid = strdup(nuuid);
+ channel = switch_core_session_get_channel(session);
allocated = 1;
} else {
switch_call_cause_t cause;
if (switch_ivr_originate(NULL, &session, &cause, nuuid, 60, NULL, NULL, NULL, NULL, SOF_NONE) == SWITCH_STATUS_SUCCESS) {
+ channel = switch_core_session_get_channel(session);
allocated = 1;
switch_set_flag(this, S_HUP);
uuid = strdup(switch_core_session_get_uuid(session));
}
if (a_leg_session) a_leg_session->end_allow_threads();
+ channel = switch_core_session_get_channel(session);
allocated = 1;
switch_channel_set_state(switch_core_session_get_channel(session), CS_TRANSMIT);