Creating an extension to dial an outside user

Hi, I’m trying to setup my system with speed dials. So far, I’ve done the following…

Added these lines to my extension_custom.conf right at the end of [from-internal-custom]…

exten => 3000,1,Dial(SIP/8721234193@bv) ; SP1
exten => 3001,1,Dial(SIP/8721941356@bv) ; SP2

Notes: BV is the name of my outgoing trunk settings.

Everytime I try to dial I get a busy signal. I check the log and here’s what I receive…

Dec 4 11:48:37 WARNING[1750]: No application 'Dial ’ for extension (from-internal, 3000, 1)

Has anyone successfully set this up?

Thanks.

Try

exten => 3000,1,Dial(SIP/bv/8721234193) ; SP1

Excellent, that worked perfectly! Thanks again for the assitance.

Scott