]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 195636 via svnmerge from
authorJoshua Colp <jcolp@digium.com>
Wed, 20 May 2009 17:16:07 +0000 (17:16 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 20 May 2009 17:16:07 +0000 (17:16 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r195636 | file | 2009-05-20 14:14:42 -0300 (Wed, 20 May 2009) | 12 lines

  Merged revisions 195635 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r195635 | file | 2009-05-20 14:14:00 -0300 (Wed, 20 May 2009) | 5 lines

    Fix a bug where the MeetMe option 'D' did not actually prompt for the pin.

    (closes issue #15050)
    Reported by: pmhaddad
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@195638 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index eb8271e29e0a540255103e2632bf21e92379d787..a99c3dba9a6a6cf2074b93b92e9f75d6b4797fe2 100644 (file)
@@ -3206,7 +3206,7 @@ static int conf_exec(struct ast_channel *chan, void *data)
 
                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 {