[asterisk-commits] oej: trunk r99595 - in /trunk: ./ apps/app_dial.c

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


Author: oej
Date: Tue Jan 22 11:42:27 2008
New Revision: 99595

URL: http://svn.digium.com/view/asterisk?view=rev&rev=99595
Log:
Merged revisions 99592 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r99592 | oej | 2008-01-22 18:31:17 +0100 (Tis, 22 Jan 2008) | 5 lines

Add dependency on chan_local to app_dial.

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


........

Modified:
    trunk/   (props changed)
    trunk/apps/app_dial.c

Change Statistics:
 0 files changed

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

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




More information about the asterisk-commits mailing list