Auto-Dial out

I’ve been trying to get the asterisk with X100P to make automatic outbound calls with one of the built-in features, .call method. On my console I get this message;

– Attempting call on Zap/1/7921461 for s@outboundmsg1:1 (Retry 1)
> Channel Zap/1-1 was answered.
– Executing DigitTimeout(“Zap/1-1”, “10”) in new stack
– Set Digit Timeout to 10
– Timeout on Zap/1-1
== CDR updated on Zap/1-1
– Executing Playback(“Zap/1-1”, “vm-goodbye”) in new stack
– Playing ‘vm-goodbye’ (language ‘en’)
– Executing Hangup(“Zap/1-1”, “”) in new stack
== Spawn extension (outboundmsg1, t, 2) exited non-zero on ‘Zap/1-1’
– Hungup 'Zap/1-1’
Feb 3 22:23:16 NOTICE[1955]: pbx_spool.c:242
attempt_thread: Call completed to Zap/1/7921461

It looks to me that a call was sent out to the specified destination. But it didn’t actually take place. Does anybody know how to get the Asterisk to call out automatically? Any comments or thoughts will be appreciated.
Cheers :smile: