Make call

Hello,

Im trying to make a call from my trunk to a number something like +31612312312. Can somebody tell me more about how to do this?

Thank you,

How have you set up your outbound route?

Im forgetting to tell you that i’m trying to do it from the code:

exten => 1234, 1, Anwser
exten => 1234, 2, Dial(0031612312312)

http://www.asterisk.name/dial.html

exten => 1234,2,Dial(local/0031612312312@from-internal)

_.

Should this not be something with my trunk or sip account?

Excuse me the code you gave me workt! exten => 1234,2,Dial(local/0031612312312@from-internal) Thank you so mutch!