FS-5018 --resolve
This commit is contained in:
parent
ecc3f31373
commit
d04016dd89
|
@ -1,14 +1,15 @@
|
|||
<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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue