SetVolteParameters: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command allows to set all VoLTE parameters for a dedicated port and restart the modem if it is mandatory. For voice call, the modem can be configured to either (CSFB, VOLTE or AUTO) : * accept the fallback in circuit switch (2G/3G), * force in VoLTE * automatic mode. IMS APN, UserName, Password, Authentication type and the PDP Type are optional parameters. The Authentication type can be NONE, PAP, CHAP or PAP_CHAP and the PDP type can take the value IPV4 or...") |
m (added Category:R2D2 using HotCat) |
||
Line 34: | Line 34: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] |
Revision as of 10:09, 2 April 2025
This command allows to set all VoLTE parameters for a dedicated port and restart the modem if it is mandatory.
For voice call, the modem can be configured to either (CSFB, VOLTE or AUTO) :
- accept the fallback in circuit switch (2G/3G),
- force in VoLTE
- automatic mode.
IMS APN, UserName, Password, Authentication type and the PDP Type are optional parameters.
The Authentication type can be NONE, PAP, CHAP or PAP_CHAP and the PDP type can take the value IPV4 or IPV4V6.
The MBN profile (optional) can be set to AUTO or with the name of a MBN profile present in the module.
In this case, if the MBN profile is different than the current profile, the modem will be restarted.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
SetVolteParameters | PortIndex, VolteMode, [ APN, UserName, Password, AuthType, PDPType, MbnProfile ] | Error Code in case of error. |
OUTPUT
Command status
EXAMPLE
~ # SetVolteParameters 1 VOLTE "" "" "" NONE IPV4 AUTO
SUCCESS