[asterisk-users] What to use instead of LookupCIDName?
Vincent
vincent.delporte at bigfoot.com
Thu Oct 25 11:46:19 CDT 2007
Hello
When using LookupCIDName, Asterisk 1.4 says that it's
deprecated, and we should use "${DB(cidname/${CALLERID(num)})}"
instead, but I don't know how to use it:
;DEPRECATED exten => s,1,LookupCIDName
;ERROR
exten => s,1,${DB(cidname/${CALLERID(num)})}
I guess I should use this as a parameter to a function, but which one?
Thank you.
More information about the asterisk-users
mailing list