7945 The Number you Have Dialed is Not In Service

Hello All
We can dial out on all devices but our 5 7945’s when we do the phone dials 9 and the first few digits and then says the number is out of service
ie
9-311
it shows that it dialed 9 and thats it.

Ive attached my dial plan

<TEMPLATE MATCH="#..." Timeout="5" User="Phone" Tone="Bellcore-Alerting"/>
<TEMPLATE MATCH="*" Timeout="5" User="Phone"Tone="Bellcore-Alerting" />
<TEMPLATE MATCH="9,1.........." TIMEOUT="3" Tone="Bellcore-Alerting"/>
<TEMPLATE MATCH="9,.........." TIMEOUT="3" Tone="Bellcore-Alerting"/>
</DIALTEMPLATE>


CDR Reports show the phone is only sending “9”

Heres a sample phone config

<?xml version="1.0" ?>
<device>
        <deviceProtocol>SIP</deviceProtocol>
        <vendorConfig>
        <webAccess>0</webAccess>
        <sshAccess>0</sshAccess>
        <sshPort>22</sshPort>
        </vendorConfig>
        <sshUserId>root</sshUserId>
        <sshPassword>cisco</sshPassword>
        <devicePool>
                <dateTimeSetting>
                        <dateTemplate>M/D/Y</dateTemplate>
                        <timeZone>Central Standard/Daylight Time</timeZone>
                        <ntps>
                                  <ntp>
                                        <name>129.6.15.32</name>
                                        <ntpMode>Unicast</ntpMode>
                                </ntp>
                        </ntps>
                </dateTimeSetting>
                <callManagerGroup>
                        <members>
                                <member priority="0">
                                        <callManager>
                                                <processNodeName>10.0.8.2</processNodeName>
                                                <ports>
                                                          <sipPort>5160</sipPort>
                                                </ports>
                                        </callManager>
                                </member>
                        </members>
                </callManagerGroup>
        </devicePool>
        <sipProfile>
                <natEnabled></natEnabled>
                <natAddress></natAddress>
                <sipProxies>
                        <registerWithProxy>true</registerWithProxy>
                        <outboundProxy>10.0.8.2</outboundProxy>
                        <outboundProxyPort>10.0.8.2</outboundProxyPort>
                        <backupProxy>10.0.8.2</backupProxy>
                        <backupProxyPort>5160</backupProxyPort>
                </sipProxies>
                <preferredCodec>none</preferredCodec>
                <phoneLabel>Stay549</phoneLabel>
                <sipLines>
 
                        <line button="1">
                                <featureID>9</featureID>
                                <featureLabel>2001 - Your Phone</featureLabel>
                                <proxy>USECALLMANAGER</proxy>
                                <port>5160</port>
                                <name>2002</name>
                                <authName>2002</authName>
                                <authPassword></authPassword>
                                <messageWaitingLampPolicy>3</messageWaitingLampPolicy>
                                <messagesNumber>*97</messagesNumber>
                        </line>
 
                </sipLines>
                <dialTemplate>dialplan.xml</dialTemplate>
        </sipProfile>
 
        <networkLocale>United_States</networkLocale><networkLocaleInfo><name>United_States</name><uid>64</uid><version>1.0.0.0-1</version></networkLocaleInfo>
</device>

Blockquote

Fixed
Removed the “,” From My Plan

Dialing 9 before an outside number causes many problems and I strongly recommend that you set up your system to not require it. If you have a legacy device that dials 9 that you can’t change, e.g. an alarm system for which you don’t have the installer password, you might set up the system to permit (but not require) an initial 9.

Your Outbound Route is missing an entry for 911 (without an initial 9). Also, it permits e.g. 918005551212 but not 914165551212 (1 before the area code should always be allowed).

If your area code is 506, 709, 807 or 867 (the only ones in CA without overlays), your dial plan could allow 7 digits within the area, or 1 + 10 digits outside the area. This eliminates the delays and problems associated with timeouts.

In other areas, I recommend allowing only 10- and 11-digit dialing.

If you can confine your extensions to the range 1000-1199 (or 100 -119 for a very small system), you can set up the phones so there is no delay after dialing internal or external numbers.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.