]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Add fuller Caller ID support.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 18 May 2023 16:29:35 +0000 (16:29 +0000)
committerGeorge Joseph <gtjoseph@users.noreply.github.com>
Mon, 5 Jun 2023 18:27:52 +0000 (12:27 -0600)
commit273ad73d99e1eab98f1074249a6591b13ae1dda2
tree9a2a4f699f09cf8246f4e9affb0f574084316f1a
parent8462154a0343d98d207eb582f2fb7cf5e6ba852b
sig_analog: Add fuller Caller ID support.

A previous change, ASTERISK_29991, made it possible
to send additional Caller ID parameters that were
not previously supported.

This change adds support for analog DAHDI channels
to now be able to receive these parameters for
on-hook Caller ID, in order to enhance the usability
of CPE that support these parameters.

Resolves: #94
ASTERISK-30331

UserNote: Additional Caller ID properties are now supported on
incoming calls to FXS stations, namely the
redirecting reason and call qualifier.
channels/chan_dahdi.c
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample
funcs/func_callerid.c