]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_callerid: Document limitation of DNID fields.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 6 Oct 2025 20:38:35 +0000 (16:38 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 7 Oct 2025 18:23:21 +0000 (18:23 +0000)
commit6a82f4c39059e776b2fec6170c24e328c19247b8
tree7342bbc9d7a6a2af1577520955f159d81bc1af9a
parent2041a4645fca08c1c2db874ce11038c32a435a52
func_callerid: Document limitation of DNID fields.

The Dial() application does not propagate DNID fields, which is counter
to the behavior of the other Caller ID fields. This behavior is likely
intentional since the use of Dial theoretically suggests a new dialed
number, but document this caveat to inform users of it.

Resolves: #1519
funcs/func_callerid.c