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
..
call_control
MT#56184 build: Fix parallel building
3 years ago
etc
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
tools
MT#56184 build: Stop using INSTALL_TOUCH before installing the targets
3 years ago
CMakeLists.txt
Fix unresolved symbol in sbc module when compiled with cmake
15 years ago
CallLeg.cpp
MT#60480 Limitation of origin id/ver to 64bits (unsigned long long)
2 years ago
CallLeg.h
MT#59851 CallLeg: Refactor hold related things
2 years ago
CallLegEvents.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
ExtendedCCInterface.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
HeaderFilter.cpp
MT#56321 HeaderFilter: remove superfluous logging
3 years ago
HeaderFilter.h
MT#56321 Refactor the HeaderFilter.cpp
3 years ago
Makefile
MT#55831 Revamp the build system
4 years ago
ParamReplacer.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
ParamReplacer.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
RTPParameters.cpp
b/f: add missing payload names to SDP when filtered
15 years ago
RTPParameters.h
b/f: add missing payload names to SDP when filtered
15 years ago
RateLimit.cpp
MT#40962 decouple RateLimit from AmAppTimer
2 years ago
RateLimit.h
MT#40962 decouple RateLimit from AmAppTimer
2 years ago
RegexMapper.cpp
sbc: regex maps, flexible active profile selection
16 years ago
RegexMapper.h
sbc: regex maps, flexible active profile selection
16 years ago
RegisterCache.cpp
MT#55831 Fix for C++11
4 years ago
RegisterCache.h
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
RegisterDialog.cpp
MT#55831 Fix for C++11
4 years ago
RegisterDialog.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
ReplacesMapper.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
ReplacesMapper.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SBC.cpp
MT#57441 invalid suffix on literal; C++11 requires a space (SBC.cpp)
3 years ago
SBC.h
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
SBCCallControlAPI.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SBCCallLeg.cpp
MT#60480 Limitation of origin id/ver to 64bits (unsigned long long)
2 years ago
SBCCallLeg.h
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
SBCCallProfile.cpp
MT#55831 core:codec init: support for fmt params negotiation, fmt_description changed
4 years ago
SBCCallProfile.h
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
SBCCallRegistry.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SBCCallRegistry.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SBCEventLog.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SBCEventLog.h
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
SBCSimpleRelay.cpp
Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
SBCSimpleRelay.h
MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
SDPFilter.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SDPFilter.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SessionUpdate.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SessionUpdate.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SubscriptionDialog.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
SubscriptionDialog.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
arg_conversion.cpp
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
arg_conversion.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
sbc_events.h
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago