mirror of https://github.com/sipwise/asterisk.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
423 B
12 lines
423 B
--- apps/app_meetme.c (revisión: 195634)
|
|
+++ apps/app_meetme.c (revisión: 195635)
|
|
@@ -2710,7 +2710,7 @@
|
|
|
|
empty = ast_test_flag(&confflags, CONFFLAG_EMPTY | CONFFLAG_EMPTYNOPIN);
|
|
empty_no_pin = ast_test_flag(&confflags, CONFFLAG_EMPTYNOPIN);
|
|
- always_prompt = ast_test_flag(&confflags, CONFFLAG_ALWAYSPROMPT);
|
|
+ always_prompt = ast_test_flag(&confflags, CONFFLAG_ALWAYSPROMPT | CONFFLAG_DYNAMICPIN);
|
|
}
|
|
|
|
do {
|