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

John Todd jtodd at loligo.com
Wed Apr 9 17:20:44 MST 2003


I also find that dialplans on the phone tend to screw things up. 
Phones should be fairly stupid, but people keep trying to make them 
smart.  My dialplan on my 7960's looks like this:

<DIALTEMPLATE>
     <TEMPLATE MATCH="*"            Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>

That's it!  The user types a phone number, waits five seconds (or 
hits the "#" key, or hits the "dial" button) and the Asterisk server 
handles the call.

JT



>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