Last active
March 31, 2020 05:55
-
-
Save olkitu/c8bd9c2694a4aca9f2397cd349032bae to your computer and use it in GitHub Desktop.
EVS_SWB and EVS_WB config for Qualcomm Phones. More info on my blog: https://wp.me/p92Xl7-Gc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DPL:Common] | |
*ParamSrc = 4 | |
[QIPCALL:EVS_1] | |
#Bandwidth, 0 = NB, 1 = WB, 2 = SWB, 3 = FB, 4 = NB-WB, 5 = NB-SWB, 6 = NB-FB | |
*Bandwidth = 5 | |
# Bitrate: 127 = 5.9 - 24.4Kbps | |
*BitRate = 127 | |
*ch_aw_recv = 0 | |
[QIPCALL:EVS_3] | |
#Bandwidth, 0 = NB, 1 = WB, 2 = SWB, 3 = FB, 4 = NB-WB, 5 = NB-SWB, 6 = NB-FB | |
*Bandwidth = 5 | |
# Bitrate: 127 = 5.9 - 24.4Kbps | |
*BitRate = 127 | |
*ch_aw_recv = 0 | |
[QIPCALL:ImsMediaProfileConfig] | |
*AudioProfile1 = "EVS_1_126;EVS_3_127;AMR_1_104;AMR_0_102" | |
[QIPCALL:H264_0] | |
*bitrate_max = 1120 | |
*bitrate_min = 64 | |
*bitrate_preferred = 1120 | |
*framerate_max = 30 | |
*framerate_min = 0 | |
*framerate_preferred = 30 | |
*level = 9 | |
*profile = 1 | |
*resolution_preferred = 11 | |
*resolutions_supported = 1364 | |
[QIPCALL:ImsRtcpConfig] | |
*rtcpLinkAlivenessTimer = 20 | |
*rtcpReportingIntervalInVideo = 5 | |
[QIPCALL:ImsVoiceConfig] | |
*emergCallCSOnly = 0 | |
*enableAlternateSrvRspCheck = 0 | |
*privacyType = 2 | |
*uriType = 0 | |
[QIPCALL:ImsVoiceQoSConfig] | |
*qosReservationTimer = 2000 | |
[QIPCALL:ImsVoiceSessionTimerConfig] | |
*sessionRefresherMethod = 1 | |
*sessionRefresherType = 0 | |
*sessionTimerEnabled = 1 | |
[QIPCALL:ImsVoiceSrvccConfig] | |
*aSrvccEnabled = 1 | |
*bSrvccEnabled = 1 | |
*midcallSrvccEnabled = 1 | |
[QIPCALL:ImsVoiceSuppsConfig] | |
*confEvtPakageEnabled = 2 | |
*confEvtSubOutOfDialog = 0 | |
[Registration:RegistrationTimers] | |
*pdnRetryLongTimer = 5 | |
*pdnRetryShortTimer = 60 | |
*wlanGaurdTimer = 7 | |
*wwanGaurdTimer = 7 | |
[SIPConfig:FeatureFlags] | |
*IsRouteHeaderEnabled = 0 | |
[SIPConfig:GeoLocation] | |
*iDisableLocInfoInNormalCall = 0 | |
[SIPConfig:StandardTimers] | |
*SipRegValue = 600000 | |
*SipSubscribeValue = 600000 | |
[SIPConfig:Transport] | |
*TCPThresholdValue = 1300 | |
[Ut:UtConfiguration] | |
*maxResponseTimerValue = 10 | |
*pdnHysTimerValue = 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment