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.