FS-2217 --resolve this looks ok and is probably useful

This commit is contained in:
Anthony Minessale
2011-08-25 09:27:39 -05:00
parent e644e620c8
commit b426ec0bfa
6 changed files with 37 additions and 12 deletions
+1 -1
View File
@@ -6625,7 +6625,7 @@ void sofia_handle_sip_i_info(nua_t *nua, sofia_profile_t *profile, nua_handle_t
const char *signal_ptr;
const char *rec_header;
const char *clientcode_header;
switch_dtmf_t dtmf = { 0, switch_core_default_dtmf_duration(0) };
switch_dtmf_t dtmf = { 0, switch_core_default_dtmf_duration(0), 0, SWITCH_DTMF_ENDPOINT };
switch_event_t *event;
private_object_t *tech_pvt = NULL;