You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Donat Zenichev
f343df5587
MT#60480 Limitation of origin id/ver to 64bits (unsigned long long)
...
SDP session origin id and version are limited by it's size
to 64 bits (8 bytes), that is because we are using `unsigned long long`
type for both id and version. Hence the maximum value it can hold
is two sixty-forth power, so equals: 18,446,744,073,709,551,615
In case one intentionally sets it to something like:
"o=- 18446744073709551615 18446744073709551615 IN IP4 192.168.0.1"
SEMS gets overwhelmed with that conversion inside the code make
it just to a string literal 'F'.
To overcome it, just use __uint128 (which is of 128bits size)
for the session origin id and version.
Change-Id: I2ad9659aa81dad79969749053dc3fd0d69e2cbd2
2 years ago
..
ann_b2b
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
announce_transfer
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
announcement
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
annrecorder
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
callback
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
click2dial
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
conf_auth
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
conference
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
confpin
MT#55831 confpin: simple pin conference app
3 years ago
db_reg_agent
MT#57424 format '%d' expects argument of type 'int', but argument 4 has type 'long int'
3 years ago
diameter_client
MT#55831 Use a proper accessor instead of messing with the struc directly
3 years ago
dsm
MT#57254 dsm/mod_redis: print ephemeral TCP port (connect/disconnect)
3 years ago
early_announce
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
early_dbprompt
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
examples
MT#56184 build: Fix parallel building
3 years ago
gateway
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
ivr
MT#57437 Upstream: apps/ivr fix for Python3.10 and higher
3 years ago
jsonrpc
MT#57439 fix the bit flag comparison in `JsonRpcServer::processMessage()`
3 years ago
mailbox
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
mobile_push
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
monitoring
MT#56184 build: Stop using INSTALL_TOUCH before installing the targets
3 years ago
mp3
added OpenSSL linking exception to license
16 years ago
msg_storage
MT#55831 Revamp the build system
3 years ago
mwi
MT#57437 Upstream: Fixed NOTIFY to URI
3 years ago
pin_collect
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
precoded_announce
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
py_sems
MT#56184 build: Fix parallel building
3 years ago
reg_agent
MT#55831 Authorization header format support
3 years ago
registrar_client
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
rtmp
MT#57440 in `RTMP_ReadPacket()` variable 'didAlloc' set but not used
3 years ago
sbc
MT#60480 Limitation of origin id/ver to 64bits (unsigned long long)
2 years ago
sw_vsc
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
twit
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
voicebox
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
voicemail
MT#56184 build: Stop using INSTALL_TOUCH before installing the targets
3 years ago
webconference
MT#56184 build: Fix parallel building
3 years ago
xmlrpc2di
MT#57436 intimeToXml: properly manage the buf size and `snprintf()`
3 years ago
CMakeLists.txt
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
Makefile
MT#56184 build: Fix parallel building
3 years ago