Add ability to look up callerid name by txt (bug #1442)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2986 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-16 18:12:16 +00:00
parent 2dfb2d723f
commit e2dd1cc3da
4 changed files with 237 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_hasnewvoicemail.so app_sayunixtime.so app_cut.so app_read.so \
app_setcdruserfield.so app_random.so app_ices.so app_eval.so \
app_nbscat.so app_sendtext.so app_exec.so app_sms.so \
app_groupcount.so
app_groupcount.so app_txtcidname.so
ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},FreeBSD)