Unable to preform callerid lookup

I’ve been trying to get the callerid lookup to work with openCNAM. tried the tiral, no luck. purchased the pro version, still no luck but noticed that the openCNAM dashboard was not showing any queries.

Looking at the full log i’m seeing this when calling in…

2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [555xxxxx@from-pstn:1] Set("SIP/555xxxx-00000000", "__FROM_DID=555xxxxx") in new stack [2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [555xxxxx@from-pstn:2] Set("SIP/555xxxxx-00000000", "CDR(did)=555xxxxx") in new stack [2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [555xxxxx@from-pstn:3] Gosub("SIP/555xxxxx-00000000", "cidlookup,cidlookup_3,1()") in new stack [2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [cidlookup_3@cidlookup:1] Set("SIP/555xxxxx-00000000", "CURLOPT(httptimeout)=7") in new stack [2013-09-12 23:12:09] ERROR[2078][C-00000000] pbx.c: Function CURLOPT not registered [2013-09-12 23:12:09] ERROR[2078][C-00000000] pbx.c: Function CURL not registered [2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [cidlookup_3@cidlookup:2] Set("SIP/555xxxxx-00000000", "CALLERID(name)=") in new stack [2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [cidlookup_3@cidlookup:3] Return("SIP/555xxxxx-00000000", "") in new stack [2013-09-12 23:12:09] VERBOSE[2078][C-00000000] pbx.c: -- Executing [555xxxxx@from-pstn:4] ExecIf("SIP/555xxxxx-00000000", "1 ?Set(CALLERID(name)=+19795551212)") in new stack [2013-09-12 23:12:09] WARNING[2078][C-00000000] func_callerid.c: CALLERPRES is deprecated. Use CALLERID(name-pres) or CALLERID(num-pres) instead.

Am i missing something? using FreePBX 2.11.0.10 “out of the box” without any custom settings.

yes, you are missing:-

curl

It needs to be built into your asterisk. Please describe your system fully.

CentOS Linux 6.4
Linux 2.6.32-358.2.1.el6.i686 on i686
Intel® Core™2 CPU 6300 @ 1.86GHz, 2 cores
FreePBX 2.11.0.10

What I mean is was this a distro or did you make it yourself?

You will need these modules loaded

func_curl.so
res_config_curl.so
res_curl.so

for it to work.