]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sig_analog: Add Called Subscriber Held capability.
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 9 Aug 2023 22:04:23 +0000 (22:04 +0000)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 22 Aug 2023 13:30:29 +0000 (13:30 +0000)
commit301b0258bfe1b5400f76b879eda87810fdf5b7c0
tree05720398653c5185272a734e8db1f175dd2f5cbc
parent27c5d27f010111188903e5c3120ef257c8debfec
sig_analog: Add Called Subscriber Held capability.

This adds support for Called Subscriber Held for FXS
lines, which allows users to go on hook when receiving
a call and resume the call later from another phone on
the same line, without disconnecting the call. This is
a convenience mechanism that most real PSTN telephone
switches support.

ASTERISK-30372 #close

Resolves: #240

UserNote: Called Subscriber Held is now supported for analog
FXS channels, using the calledsubscriberheld option. This allows
a station  user to go on hook when receiving an incoming call
and resume from another phone on the same line by going on hook,
without disconnecting the call.
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample