Asterisk - Call SIP Address

Hello,
I am trying to make a call to an external sip address (first using CLI).
I created an account on https://www.openrcs.com and they provided me with the following information:

sip:fcarvalho@openrcs.com [ 409178 ]

How can I make a channel originate to that sip address using CLI ?

Define an endpoint in pjsip.conf and dial via it.

channel originate PJSIP/@ application playback tt-monkeys

1 Like

Use Local channel to dial to your sip uri using channel originate command

Thanks for the replies, it worked fine after defining the endpoint on pjsip.conf