[asterisk-commits] markster: branch markster/usersconf r40656 -
/team/markster/usersconf/apps/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Aug 20 09:21:11 MST 2006
Author: markster
Date: Sun Aug 20 11:21:10 2006
New Revision: 40656
URL: http://svn.digium.com/view/asterisk?rev=40656&view=rev
Log:
Small fixup
Modified:
team/markster/usersconf/apps/app_directory.c
Modified: team/markster/usersconf/apps/app_directory.c
URL: http://svn.digium.com/view/asterisk/team/markster/usersconf/apps/app_directory.c?rev=40656&r1=40655&r2=40656&view=diff
==============================================================================
--- team/markster/usersconf/apps/app_directory.c (original)
+++ team/markster/usersconf/apps/app_directory.c Sun Aug 20 11:21:10 2006
@@ -520,7 +520,7 @@
/* Match! */
found++;
/* We have a match -- play a greeting if they have it */
- res = play_mailbox_owner(chan, context, dialcontext, cat, name, readext);
+ res = play_mailbox_owner(chan, context, dialcontext, cat, name, readext, fromappvm);
switch (res) {
case -1:
/* user pressed '1' but extension does not exist, or
More information about the asterisk-commits
mailing list