]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Tue, 22 Aug 2023 13:30:20 +0000 (13:30 +0000)
commit333858fb70642f95572fcb3dc1ba76cd6a26b499
treec396400e6a24f8cc78da58dc2781c57421fcafe0
parentec4e0340ceb5bf459770280d1d1f4580ecb0df86
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