Skip to content
Snippets Groups Projects
Commit d971478d authored by Malcolm Davenport's avatar Malcolm Davenport
Browse files

Bug # 1182: Add app_eval: Permits a string to be evaulated twice in the context

of the dialplan.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b1718d71
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment