git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1283 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-04-27 21:56:09 +00:00
parent c058d6543e
commit e1dc35f734
2 changed files with 37 additions and 1 deletions
@@ -51,7 +51,9 @@ static switch_status on_dtmf(switch_core_session *session, char *dtmf, void *buf
static void disast_function(switch_core_session *session, char *data)
{
printf("%s WOOHOO\n", (char *) 42);
void *x = NULL;
memset((void *) x, 0, 1000);
//printf("%s WOOHOO\n", (char *) 42);
}