]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 7 Oct 2025 18:23:13 +0000 (18:23 +0000)
commit546ef9041f681d64b98ebaf81e2846c27ae48c7e
treefb60ae15ed16d784041e65c9aaddf96686355367
parent261eeed4bbd4c27439d3bf658b98b91093c558e9
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