I'm having a problem with my Cisco 7960 phones with the SIP image. When i
try to dial a international number i keep getting a busy signal but i dont
see anything on the asterisk console (-vvvvvvvvvc) like i do when i dial
local or long distance numbers. It makes me think the phone is doing this
and not sending the request. I tryed blanking out the dialplan.xml with the
below config.
<DIALTEMPLATE>
<TEMPLATE MATCH="*"
Timeout="15"/> <!--
Anything else -->
</DIALTEMPLATE>
and i even tryed the default config of
<DIALTEMPLATE>
<TEMPLATE MATCH="0" Timeout="1"
User="Phone"/> <!--
Local operator-->
<TEMPLATE MATCH="9,011*" Timeout="6"
User="Phone"/> <!--
International calls-->
<TEMPLATE MATCH="9,0" Timeout="8"
User="Phone"/> <!--
PSTN Operator-->
<TEMPLATE MATCH="9,11" Timeout="0"
User="Phone"
Route="Emergency" Rewrite="9911"/>
<TEMPLATE MATCH="w!" Timeout="1"
User="PHONE"
Route="Emergency" Rewrite="9911"/>
<TEMPLATE MATCH="9,.11" Timeout="0"
User="Phone"/> <!--
Service numbers -->
<TEMPLATE MATCH="9,1.........." Timeout="0"
User="Phone"/> <!--
Long Distance -->
<TEMPLATE MATCH="9,......." Timeout="0"
User="Phone"/> <!--
Local numbers -->
<TEMPLATE MATCH="8,......." Timeout="0"
User="Phone"/> <!--
Corporate Dial plan-->
<TEMPLATE MATCH="1..." Timeout="0"
User="Phone"/> <!--
Internal Extentions -->
<TEMPLATE MATCH="*"
Timeout="15"/> <!--
Anything else -->
</DIALTEMPLATE>
Anybody know whats going on here? The number i'm trying to dial is
9011905326471XXX for testing...
--
~Shaun