Index: funcs/func_callerid.c =================================================================== --- funcs/func_callerid.c (revision 89465) +++ funcs/func_callerid.c (working copy) @@ -184,8 +184,8 @@ .syntax = "CALLERID(datatype[,])", .desc = "Gets or sets Caller*ID data on the channel. The allowable datatypes\n" - "are \"all\", \"name\", \"num\", \"ANI\", \"DNID\", \"RDNIS\", \"pres\",\n" - "and \"ton\".\n" + "are \"all\", \"name\", \"num\" (or \"number\"), \"ANI\", \"DNID\", \"RDNIS\"," + "\"pres\",\n" "and \"ton\".\n" "Uses channel callerid by default or optional callerid, if specified.\n", .read = callerid_read, .write = callerid_write,