aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_phone.c')
-rwxr-xr-xchannels/chan_phone.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_phone.c b/channels/chan_phone.c
index de312a542..1c73a4caa 100755
--- a/channels/chan_phone.c
+++ b/channels/chan_phone.c
@@ -157,7 +157,7 @@ static int phone_digit(struct ast_channel *ast, char digit)
case '#':
outdigit = 12;
break;
- case 'f': //flash
+ case 'f': /*flash*/
case 'F':
ioctl(p->fd, IXJCTL_PSTN_SET_STATE, PSTN_ON_HOOK);
usleep(320000);
@@ -337,7 +337,7 @@ static int phone_setup(struct ast_channel *ast)
ast_log(LOG_WARNING, "Failed to start recording\n");
return -1;
}
- //set the DTMF times (the default is too short)
+ /* set the DTMF times (the default is too short) */
ioctl(p->fd, PHONE_SET_TONE_ON_TIME, 300);
ioctl(p->fd, PHONE_SET_TONE_OFF_TIME, 200);
return 0;