[Asterisk-Users] Can't Dial Out with TDM04B

Wilson Pickett spamsucks2005 at gmail.com
Mon Mar 28 02:05:43 MST 2005


> I am a beginer trying to install my first TDM04B.

Hi RR,

> [outgoing]
> exten => _0X.,1,Zap/1/${EXTEN}
> I cant send them out. 

The error is telling you that ZAP is not an application. To dial out
you need the dial application exactly as you have in the incoming
section. Something like this:

exten => _0X,1,Dial(ZAP/1/${EXTEN},45) ; for example

Please take a look at http://asteriskdocs.org

or look on the wiki for information about the asterisk dialplan:

http://www.voip-info.org/wiki-Asterisk+config+extensions.conf

Understanding the dialplan is critical to using asterisk.

hth



More information about the asterisk-users mailing list