]> 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:26 +0000 (13:30 +0000)
commitcd0bfe193ff3a71ff7f7832e733624864c6c467e
tree9648418f7a26cef862bd5f5f97c385737a5b67d8
parent1d7ae8d2274ba92f2f1b2854e474407d8322f899
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