What it is the reason to use endpoint in order to dial a sip URI in PJSIP if we wont use its associated AOR/contact objects. and that enpoint in this case is only a dummy endpoint who is not register or related to the remote URI I’m dialing ?
An endpoint defines the configuration to use when receiving a call or sending a call. Every call is associated with an endpoint which greatly simplifies the implementation, and also enforces explicit configuration for what will be used (instead of using a global configuration).