forked from Mirrors/freeswitch
MODAPP-11 whoops.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5561 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
34831ab124
commit
0a088c7e68
@ -68,7 +68,7 @@ static switch_status_t my_on_hangup(switch_core_session_t *session)
|
||||
char *curl_xml_text;
|
||||
char *logdir;
|
||||
switch_channel_t *channel = switch_core_session_get_channel(session);
|
||||
int i;
|
||||
uint32_t i;
|
||||
|
||||
if (switch_ivr_generate_xml_cdr(session, &cdr) == SWITCH_STATUS_SUCCESS) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user