]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_callerid: Document that CALLERID(pres) is available. 84/1584/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:13 +0000 (18:04 -0500)
commit8fd2b60e1ab5e420ab9aadbf09092e1c9e7bd62f
treef71fc9179278b5570237b6679d8caa3227dcefb0
parent77936f612d7418e7c8e9bd806633517a56b9cd38
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