yate/libs/ysig
Harald Welte 6622ed077c q931: If we're the network, channelID in ALERTING/CALL_PROC/CONNECT is mandatory
The user may suggest a given channel in the SETUP, but it's not legal
for the network to return a non-mandatory ChannelID.

See Q.931 Section 5.1.2 (B-channel selection - Originating):

The selected B-channel is indicated in the Channel identification information
element coded as "channel is indicated, no acceptable alternative" in the first
message returned by the network in response to the SETUP message (i.e. a SETUP
ACKNOWLEDGE or CALL PROCEEDING message)

In an earlier commit I had only fixed SETUP ACK, but missed that this is
a more general problem that needs addressing in whatever is the first
message containing a channelID yate sends in response to the SETUP.
2022-10-17 21:19:26 +02:00
..
.cvsignore Directory reorder #3 2007-11-15 23:06:36 +00:00
Makefile.in Build, install and use a dynamic library for ASN.1 code. 2015-04-01 16:50:56 +00:00
address.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
classes.dia Directory reorder #2 2007-11-15 22:21:43 +00:00
dumper.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
engine.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
interface.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
isup.cpp Be systemmatic in adding the Param_ prefix to unknown parameters. 2021-07-06 11:54:01 +00:00
layer2.cpp Fixed maximum MSU size, it's 273 including SIO. 2017-11-02 16:11:42 +00:00
layer3.cpp Fixed maximum MSU size, it's 273 including SIO. 2017-11-02 16:11:42 +00:00
layer4.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
main-ss7test.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
management.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
q921.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
q931.cpp q931: If we're the network, channelID in ALERTING/CALL_PROC/CONNECT is mandatory 2022-10-17 21:19:26 +02:00
router.cpp Renamed DebugGoOn to DebugCrit so it better matches its purpose. 2017-08-01 13:08:23 +00:00
run-ss7test Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
sccp.cpp Avoid dereferencing NULL pointer if failed to build SCCP CREF MSU. 2019-11-12 12:14:33 +00:00
sigcall.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
sigtran.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
tcap.cpp Fixed TokenDict arrays not ending with token and value set to 0. 2019-01-18 09:46:21 +00:00
testpart.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
tup.cpp Added copyright notices to sources and scripts missing them. 2014-02-05 11:42:17 +00:00
usage.txt Directory reorder #2 2007-11-15 22:21:43 +00:00
yatesig.h Fixed maximum MSU size, it's 273 including SIO. 2017-11-02 16:11:42 +00:00