put presence-data in events

This commit is contained in:
Anthony Minessale
2012-05-10 12:15:25 -05:00
parent 921de9446f
commit e54ab070f4
5 changed files with 92 additions and 10 deletions

View File

@@ -1171,7 +1171,7 @@ static void *SWITCH_THREAD_FUNC switch_core_sql_thread(switch_thread_t *thread,
static char *parse_presence_data_cols(switch_event_t *event)
{
char *cols[25] = { 0 };
char *cols[128] = { 0 };
int col_count = 0;
char *data_copy;
switch_stream_handle_t stream = { 0 };