]> 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 Development Team <asteriskteam@digium.com>
Wed, 6 Sep 2023 16:56:00 +0000 (16:56 +0000)
commit534269e3e68450e246591b9636c94e4f739c0811
tree878ce6c3b902c27eed8ffa948b91b82bb3606535
parent8bf9b1d9665ee5039d48a3d7273ab6cc79752650
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.

(cherry picked from commit 52283301e8d4e7e8bf980499bd381b53adcedbe3)
channels/chan_dahdi.c
channels/chan_dahdi.h
channels/sig_analog.c
channels/sig_analog.h
configs/samples/chan_dahdi.conf.sample