Fix line reversal on connect in case of incoming calls; fix subscriber busy indication if line active despite no active call #5

Merged
jolly merged 2 commits from nt2mku/osmo-cc-pstn-endpoint:nt2mku/work into jolly/work 2024-01-30 17:34:34 +00:00

2 Commits

Author SHA1 Message Date
Dennis Grunert 5f4e1c2dee Fix subscriber busy indication if line active despite no active call
If the called subscriber has no active call, but stays off-hook (e.g. after a previously disconnected call), busy must be indicated to incoming call attempts.
2024-01-30 00:04:53 +01:00
Dennis Grunert 9e51fac285 Fix line reversal on connect in case of incoming calls
In addition to line reversal supervision signals of outgoing (originating) calls, option lr-on-connect now indicates connect and disconnect of incoming (terminating) calls, too.
Line is only reversed on answer of incoming calls if option loop-disconnect is not enabled for that endpoint.
2024-01-29 23:27:22 +01:00