|
|
@ -1150,7 +1150,7 @@ static void conf_play(struct ast_channel *chan, struct ast_conference *conf, enu
|
|
|
|
ast_test_suite_event_notify("CONFPLAY", "Channel: %s\r\n"
|
|
|
|
ast_test_suite_event_notify("CONFPLAY", "Channel: %s\r\n"
|
|
|
|
"Conference: %s\r\n"
|
|
|
|
"Conference: %s\r\n"
|
|
|
|
"Marked: %d",
|
|
|
|
"Marked: %d",
|
|
|
|
chan->name,
|
|
|
|
ast_channel_name(chan),
|
|
|
|
conf->confno,
|
|
|
|
conf->confno,
|
|
|
|
conf->markedusers);
|
|
|
|
conf->markedusers);
|
|
|
|
|
|
|
|
|
|
|
@ -4607,7 +4607,7 @@ static int conf_exec(struct ast_channel *chan, const char *data)
|
|
|
|
/* Prompt user for pin if pin is required */
|
|
|
|
/* Prompt user for pin if pin is required */
|
|
|
|
ast_test_suite_event_notify("PLAYBACK", "Message: conf-getpin\r\n"
|
|
|
|
ast_test_suite_event_notify("PLAYBACK", "Message: conf-getpin\r\n"
|
|
|
|
"Channel: %s",
|
|
|
|
"Channel: %s",
|
|
|
|
chan->name);
|
|
|
|
ast_channel_name(chan));
|
|
|
|
res = ast_app_getdata(chan, "conf-getpin", pin + strlen(pin), sizeof(pin) - 1 - strlen(pin), 0);
|
|
|
|
res = ast_app_getdata(chan, "conf-getpin", pin + strlen(pin), sizeof(pin) - 1 - strlen(pin), 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (res >= 0) {
|
|
|
|
if (res >= 0) {
|
|
|
|