提交 d04016dd authored 作者: Brian West's avatar Brian West

FS-5018 --resolve

上级 ecc3f313
<configuration name="cidlookup.conf" description="cidlookup Configuration">
<settings>
<!-- comment out url to not setup a url based lookup -->
<param name="url" value="http://query.voipcnam.com/query.php?api_key=MYAPIKEY&number=${caller_id_number}"/>
<param name="url" value="https://api.opencnam.com/v2/phone/${caller_id_number}?format=pbx"/>
<!--<param name="url" value="https://api.opencnam.com/v2/phone/${caller_id_number}?format=pbx&account_sid=MYACCOUNTSID&auth_token=MYAUTHTOKEN"/>-->
<!-- comment out whitepages-apikey to not use whitepages.com, you must
get an API key from http://developer.whitepages.com/ -->
<param name="whitepages-apikey" value="MYAPIKEY"/>
<!-- set to false to not cache (in memcache) results from the url query -->
<param name="cache" value="true"/>
<!-- set to true to cache (in memcache) results from the url query -->
<param name="cache" value="false"/>
<!-- expire is in seconds -->
<param name="cache-expire" value="86400"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论