app_playback: Suppress warnings on playback if channel hung up
authorGeorge Joseph <george.joseph@fairview5.com>
Thu, 21 May 2015 00:05:20 +0000 (18:05 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Thu, 21 May 2015 00:10:49 +0000 (19:10 -0500)
commit31f0d78d7b73dfe0e5a59a115bc17aae0c5416e7
tree87cb3d61dc7d8d881f0ef1c97a699c27278c22f2
parent3f5a86037dc3b02933c8518e12827dba4852c155
app_playback: Suppress warnings on playback if channel hung up

If a channel hangs up while an audio file is playing, there's
no need to clutter up the logs with a warning so suppress it
if ast_check_hangup returns true.

Also, change warning to debug/2 in file.c if writing a frame
fails.  Same reasoning.

Change-Id: I2e66191af3c5b6e951c98e8f1c3fe3cf2cf7ed89
Reported-by: George Joseph <george.joseph@fairview5.com>
Tested-by: George Joseph <george.joseph@fairview5.com>
apps/app_playback.c
main/file.c