From: Michiel van Baak Date: Wed, 28 May 2008 20:00:21 +0000 (+0000) Subject: rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it X-Git-Tag: 1.6.2.0-beta1~2135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72de1ae386cd5ae2f9590bbee48fea740983181d;p=thirdparty%2Fasterisk.git rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118790 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_phone.c b/channels/chan_phone.c index 8ee2cac6a7..f2faf1c744 100644 --- a/channels/chan_phone.c +++ b/channels/chan_phone.c @@ -59,7 +59,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/stringfields.h" #include "asterisk/musiconhold.h" -#include "DialTone.h" +#include "chan_phone.h" #ifdef QTI_PHONEJACK_TJ_PCI /* check for the newer quicknet driver v.3.1.0 which has this symbol */ #define QNDRV_VER 310 diff --git a/channels/DialTone.h b/channels/chan_phone.h similarity index 100% rename from channels/DialTone.h rename to channels/chan_phone.h