Functions
sd_lookup(table)
Print a formated message using LOG function.
Meaning of the parameters is as follows:
table - The name of the table storing
the speed dial records.
sd_lookup usage
...
if (uri =~ "sip:[0-9]{2}@.*") {
sd_lookup("speeddial");
}
...