#include <account.hpp>
◆ AccountConfig()
pj::AccountConfig::AccountConfig |
( |
| ) |
|
Default constructor will initialize with default values.
◆ toPj()
This will return a temporary pjsua_acc_config instance, which contents are only valid as long as this AccountConfig structure remains valid AND no modifications are done to it AND no further toPj() function call is made. Any call to toPj() function will invalidate the content of temporary pjsua_acc_config that was returned by the previous call.
◆ fromPj()
◆ readObject()
Read this object from a container node.
- Parameters
-
node | Container to read values from. |
Implements pj::PersistentObject.
◆ writeObject()
Write this object to a container node.
- Parameters
-
node | Container to write values to. |
Implements pj::PersistentObject.
◆ priority
int pj::AccountConfig::priority |
Account priority, which is used to control the order of matching incoming/outgoing requests. The higher the number means the higher the priority is, and the account will be matched first.
◆ idUri
string pj::AccountConfig::idUri |
The Address of Record or AOR, that is full SIP URL that identifies the account. The value can take name address or URL format, and will look something like "sip:account@serviceprovider".
This field is mandatory.
◆ regConfig
◆ sipConfig
◆ callConfig
◆ presConfig
◆ mwiConfig
MWI (Message Waiting Indication) settings.
◆ natConfig
◆ mediaConfig
Media settings (applicable for both audio and video).
◆ videoConfig
◆ ipChangeConfig
The documentation for this struct was generated from the following file: