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.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@99595
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>chan_local</depend>
+ ***/
+
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")