]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_callerid: Document that CALLERID(pres) is available. 83/1583/3
authorWalter Doekes <walter+asterisk@wjd.nu>
Fri, 6 Nov 2015 13:54:59 +0000 (14:54 +0100)
committerWalter Doekes <walter+asterisk@wjd.nu>
Fri, 6 Nov 2015 23:04:04 +0000 (18:04 -0500)
commit6d1bdb9d3b1c993b98fdf5041c11708742867820
treedf3d21bca41be2b78d380564e363ab74e273557a
parent506aea26e6c67cd53874aa3ffef278524dfd7878
func_callerid: Document that CALLERID(pres) is available.

CALLERPRES() says that it's deprecated in favor of CALLERID(num-pres)
and CALLERID(name-pres).  But for channel driver that don't make a
distinction between the two (e.g. SIP), it makes more sense to get/set
both at once.  This change reveals the availability of CALLERID(pres),
CONNECTEDLINE(pres), REDIRECTING(orig-pres), REDIRECTING(to-pres) and
REDIRECTING(from-pres).

ASTERISK-25373 #close

Change-Id: I5614ae4ab7d3bbe9c791c1adf147e10de8698d7a
CHANGES
funcs/func_callerid.c