Index: res/res_agi.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v retrieving revision 1.18 diff -u -r1.18 res_agi.c --- res/res_agi.c 14 Dec 2004 18:39:25 -0000 1.18 +++ res/res_agi.c 18 Dec 2004 21:56:12 -0000 @@ -276,7 +276,7 @@ close(fromast[0]); if (efd) { - // [PHM 12/18/03] + /* [PHM 12/18/03] */ close(audio[0]); } @@ -484,7 +484,7 @@ timeout = atoi(argv[4]); else if (chan->pbx->dtimeout) { /* by default dtimeout is set to 5sec */ - timeout = chan->pbx->dtimeout * 1000; //in msec + timeout = chan->pbx->dtimeout * 1000; /* in msec */ } fs = ast_openstream(chan, argv[2], chan->language);