Skip to content
Snippets Groups Projects
Commit a53d260d authored by Mark Spencer's avatar Mark Spencer
Browse files

Minor meetme cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3ef099de
No related branches found
No related tags found
No related merge requests found
......@@ -763,12 +763,13 @@ zapretry:
if (c) {
if (c->fds[0] != origfd) {
if (retryzap) {
if (using_pseudo) {
/* Kill old pseudo */
close(fd);
}
ast_log(LOG_DEBUG, "Ooh, something swapped out under us, starting over\n");
retryzap = 0;
using_pseudo = 0;
goto zapretry;
}
f = ast_read(c);
......@@ -876,7 +877,7 @@ zapretry:
if (musiconhold) {
ast_moh_start(chan, NULL);
}
} else if (fd != chan->fds[0]) {
} else if (using_pseudo) {
if (f->frametype == AST_FRAME_VOICE) {
if (f->subclass == AST_FORMAT_ULAW) {
/* Carefully write */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment