Difference between revisions of "Failed to write frame"
From Kolmisoft Wiki
Jump to navigationJump to search
(New page: If you get something like this: file.c:644 ast_readaudio_callback: Failed to write frame That means DID provider does not have correct codec enabled, try enabling all codecs from G.711 ...) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
file.c:644 ast_readaudio_callback: Failed to write frame | file.c:644 ast_readaudio_callback: Failed to write frame | ||
That means | That means device has not correct codec enabled, try enabling all codecs and try again. If it works - disable unnecessary ones. |
Latest revision as of 15:15, 17 April 2009
If you get something like this:
file.c:644 ast_readaudio_callback: Failed to write frame
That means device has not correct codec enabled, try enabling all codecs and try again. If it works - disable unnecessary ones.