git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7106 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-15 20:56:19 +00:00
parent 3d599e6501
commit c7c3fa1d53
3 changed files with 11 additions and 2 deletions

View File

@@ -565,6 +565,7 @@ static int oss_hangup(struct ast_channel *c)
/* Make congestion noise */
res = 2;
write(sndcmd[1], &res, sizeof(res));
hookstate = 0;
}
}
return 0;