[Asterisk-Users] Configuring for outbound calls with PRI on T100P

Michael Paull michaelp at fissiontech.com
Wed Apr 9 13:54:06 MST 2003


On Wed, 09 Apr 2003, Ken McKittrick wrote:

> I've got Asterisk running and accepting inbound calls. When I try to 
> place an outbound call from a Cisco 7960 SIP phone, I get an immediate 
> Fast Busy.
> 
> Does anyone have examples configurations for this?
> 
> Here's what I have in zapata.conf, extensions.conf is pretty much what 
> came with the samples.

With the 79x0 units, I often find the problem is in the dialplan.xml
that you are serving on the tftp server.

You need to have something like:
<TEMPLATE MATCH="9,1.........." Timeout="0" User="Phone"/>
<TEMPLATE MATCH="9,.........." Timeout="0" User="Phone"/>

I also have this line to dial internal extensions (all are 2xx):
<TEMPLATE MATCH="2.."           Timeout="0" User="Phone"/>


michael.



More information about the asterisk-users mailing list