Hello,
I'm trying to dial out from the terminal using the originate command.
internal works fine
asterisk -rx "originate SIP/701 application Playback hello-world"
but when trying to dial out nothing
asterisk -rx "originate SIP/(trunk name)/(external number) application Playback hello-world"
i know its not much of an explanation, but I'm not sure what I'm missing from the external. i know my trunk works, i can call out on it.
my goal is to call a phone number and play a message.
Thanks.