[Asterisk-cvs] asterisk/apps Makefile,1.51,1.52
malcolmd at lists.digium.com
malcolmd at lists.digium.com
Tue Mar 9 11:04:47 CST 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv12280/apps
Modified Files:
Makefile
Log Message:
Bug # 1182: Add app_eval: Permits a string to be evaulated twice in the context
of the dialplan.
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Makefile 17 Feb 2004 07:03:13 -0000 1.51
+++ Makefile 9 Mar 2004 15:57:16 -0000 1.52
@@ -25,7 +25,7 @@
app_waitforring.so app_privacy.so app_db.so app_chanisavail.so \
app_enumlookup.so app_transfer.so app_setcidnum.so app_cdr.so \
app_hasnewvoicemail.so app_sayunixtime.so app_cut.so app_read.so \
- app_setcdruserfield.so app_random.so app_ices.so
+ app_setcdruserfield.so app_random.so app_ices.so app_eval.so
ifneq (${OSARCH},Darwin)
APPS+=app_intercom.so
More information about the svn-commits
mailing list