[asterisk-users] Cisco 7961 - can't place calls

Steve Edwards asterisk.org at sedwards.com
Sun Nov 22 19:28:42 CST 2009


> Thanks for the reply.  I am not getting any output from the Asterisk CLI 
> when I place the call.  The phone give busy signal as soon as I push the 
> first digit of the extension #.  When I call the 7961 from another 
> extension I get the following on the CLI - that works fine.

On Sun, 22 Nov 2009, David Gibbons wrote:

> If the phone gives a fast busy AS SOON as you type a digit, the problem 
> is likely that you need to edit your dialplan.xml file on your TFTP 
> server, so that the phone knows not to send digits immediately after you 
> start typing: Contents of dialplan.xml (customize to fit your 
> situation):
>
> <DIALTEMPLATE>
>        <TEMPLATE MATCH="91.........." TIMEOUT="0"/>
>        <TEMPLATE MATCH="9[2-9]......" TIMEOUT="0"/>
>        <TEMPLATE MATCH="10." TIMEOUT="0"/>
>        <TEMPLATE MATCH="5.." TIMEOUT="0"/>
>        <TEMPLATE MATCH="605" TIMEOUT="0"/>
>        <TEMPLATE MATCH="*" TIMEOUT="10"/>
> </DIALTEMPLATE>

My dialplan.xml looks like:

<DIALTEMPLATE>
 	<TEMPLATE
 		MATCH="#..."
 		TIMEOUT="5"
 		USER="Phone"
 		/>
 	<TEMPLATE
 		MATCH="*"
 		TIMEOUT="5"
 		USER="Phone"
 		/>
 	<TEMPLATE
 		MATCH="1.........."
 		TIMEOUT="0"
 		TONE="Bellcore-Alerting"
 		USER="Phone"
 		/>
</DIALTEMPLATE>

It seems to work OK with my Asterisk server.

Telnet into the phone and enter "show config"

Do defaultgw, outbound_proxy, outbound_proxy_port, proxy1_address, 
proxy1_port, proxy_register, timer_register_expires seem reasonable?

-- 
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwards at sedwards.com      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000



More information about the asterisk-users mailing list