Functions
<function>sd_lookup(table)</function> 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. <function>sd_lookup</function> usage ... if (uri =~ "sip:[0-9]{2}@.*") { sd_lookup("speeddial"); } ...