- Elastix Unified Communications Server Cookbook
- Gerardo Barajas Puente
- 144字
- 2021-07-23 19:38:56
Using MySQL to search for the caller's name
This option allows us to search for the caller's name in a database.
How to do it…
If we wanted to use a MySQL query to search for the caller name for an incoming caller ID, we must enter the Host, the Database, the Username, the Password, and the Query that will be executed to search for the name. Cache results options are checked in the image. This will allow the system to store results astDB in the cache, so that the system can perform lookups locally instead of remote lookups. This is shown in the next image:

The database query would be as follows: select name from users with an extension like %[NUMBER]%
. This will search in the database for the name of the caller associated with the number in the table called users.
推薦閱讀
- Java從入門到精通(第5版)
- Elastic Stack應用寶典
- Full-Stack Vue.js 2 and Laravel 5
- 零基礎入門學習Python
- Windows內核編程
- C語言程序設計實驗指導 (第2版)
- 深入淺出Go語言編程
- Instant Zurb Foundation 4
- 小程序從0到1:微信全棧工程師一本通
- Data Science Algorithms in a Week
- Mudbox 2013 Cookbook
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- Go Systems Programming
- Swift 2 Design Patterns
- Python機器學習