[asterisk-commits] oej: branch 1.4 r99592 - /branches/1.4/apps/app_dial.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jan 22 11:55:30 CST 2008


Author: oej
Date: Tue Jan 22 11:31:17 2008
New Revision: 99592

URL: http://svn.digium.com/view/asterisk?view=rev&rev=99592
Log:
Add dependency on chan_local to app_dial.

Dial still runs without chan_local, but will be missing forwarding functionality.


Modified:
    branches/1.4/apps/app_dial.c

Change Statistics:
 0 files changed

Modified: branches/1.4/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_dial.c?view=diff&rev=99592&r1=99591&r2=99592
==============================================================================
--- branches/1.4/apps/app_dial.c (original)
+++ branches/1.4/apps/app_dial.c Tue Jan 22 11:31:17 2008
@@ -24,6 +24,11 @@
  * 
  * \ingroup applications
  */
+
+/*** MODULEINFO
+        <depend>chan_local</depend>
+ ***/
+
 
 #include "asterisk.h"
 




More information about the asterisk-commits mailing list