Created
December 12, 2022 13:43
-
-
Save handymenny/d385689922d4ac3b95dcd20cf68f6e38 to your computer and use it in GitHub Desktop.
TIM Vowifi zeus_eea_global_images_V13.0.28.0.SLBEUXM
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
<?xml version="1.0" ?> | |
<IWLAN_S2B_CONFIG> | |
<GENERIC_VARIANT> | |
<epdg_addr_info> | |
<static_fqdn_enabled>TRUE</static_fqdn_enabled> | |
<fqdn>epdg.epc.mnc001.mcc222.pub.3gppnetwork.org</fqdn> | |
</epdg_addr_info> | |
<ikev2_info> | |
<self_id> | |
<id_type>ID_RFC822_ADDR</id_type> | |
<mac_enabled>FALSE</mac_enabled> | |
<identifier/> | |
</self_id> | |
<peer_id> | |
<id_type>ID_FQDN</id_type> | |
<mac_enabled>FALSE</mac_enabled> | |
<identifier/> | |
</peer_id> | |
<ke_payload_enabled>FALSE</ke_payload_enabled> | |
<ikev2_sa_rekey_timer> | |
<soft_sec>43200</soft_sec> | |
<hard_sec>43300</hard_sec> | |
</ikev2_sa_rekey_timer> | |
<esp_rekey_timer> | |
<soft_sec>43200</soft_sec> | |
<hard_sec>43300</hard_sec> | |
</esp_rekey_timer> | |
<dpd_timer_sec>60</dpd_timer_sec> | |
</ikev2_info> | |
</GENERIC_VARIANT> | |
<WP_VARIANT> | |
<ikev2_info> | |
<esp_auth_algo_list> | |
<algo value="2"/> | |
<algo value="1"/> | |
<algo value="12"/> | |
</esp_auth_algo_list> | |
<configured_ike_port>4500</configured_ike_port> | |
</ikev2_info> | |
</WP_VARIANT> | |
</IWLAN_S2B_CONFIG> |
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
[QIPCALL:ImsVoiceConfig] | |
#This config is required to enable 380 response validation as per | |
#3GPP. | |
*enableAlternateSrvRspCheck = 0 | |
[QIPCALL:ImsMediaProfileConfig] | |
#This config is required to audio codec profile list. | |
*AudioProfile1 = "AMR_1_104;AMR_0_102" | |
[QIPCALL:ImsVoiceSuppsConfig] | |
#This config is required to enable the conference event package | |
#subscription. | |
# | |
#Possible enum values are as follows: | |
#QPE_IMS_CONF_PCKG_NONE = 0, | |
#QPE_IMS_CONF_PCKG_ALL = 1, | |
#QPE_IMS_CONF_PCKG_ORIGINATOR_ONLY = 2, | |
#QPE_IMS_CONF_PCKG_ORIGINATOR_ONLY_NO_JOIN_IND = 3, | |
#QPE_IMS_CONF_PCKG_PARTICIPANT_NO_SUBSCRIBE_NO_INDICATION = 4 | |
*confEvtPakageEnabled = 3 | |
[MEDIA:MediaCommon] | |
#This config is DL DTMF Mode. | |
#enum - | |
#QP_DTMF_PB_NONE = 0, | |
#QP_DTMF_PB_ADSP = 1, | |
#QP_DTMF_PB_HLOS = 2, | |
#QP_DTMF_PB_ADSP_HLOS = 3, | |
#QP_DTMF_PB_MAX | |
*DLDtmfMode = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment