Outbound calls documentation

Hello,

I want to try to call from an endpoint to my phone number. I’ve made some research and I think I have to use PJSIP trunks. Bellow is an exmple from https://wiki.asterisk.org/wiki/display/AST/Configuring+Outbound+Registrations. Please help me to understand from where I can get server_uri and client_uri? Do you have some documantation to understand outbound calls?

[my_provider]
type = registration
server_uri = sip:registrar@example.com
client_uri = sip:client@example.com
contact_user = inbound-calls
outbound_auth = provider_auth
auth_rejection_permanent = no
retry_interval = 30
forbidden_retry_interval = 300
max_retries = 20

Thank you,
Best regars.

You purchase service from an ITSP that provides connectivity to the PSTN. Once purchased they generally have configuration information which can be used to configure Asterisk to connect and authenticate with them.

Thank you for the information.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.