--- app_page.c.orig 2006-09-17 16:16:33.267751000 -0700 +++ app_page.c 2006-09-17 16:16:33.277750000 -0700 @@ -179,7 +179,7 @@ if (options) ast_app_parse_options(page_opts, &flags, NULL, options); - snprintf(meetmeopts, sizeof(meetmeopts), "%ud|%sqxdw(5)", confid, ast_test_flag(&flags, PAGE_DUPLEX) ? "" : "m"); + snprintf(meetmeopts, sizeof(meetmeopts), "%ud|%sqxdw5", confid, ast_test_flag(&flags, PAGE_DUPLEX) ? "" : "m"); while ((tech = strsep(&tmp, "&"))) { /* don't call the originating device */