when dialing extension do I need to wait? TB 2.6 with Cisco 7940

nycmaster
Posts: 47
Member Since:
2009-09-30

Hello all
Whenever I dial internal extension number (from ext #400 to #402) I have to either wait about
4 seconds to get connected or I have to press "Dial" soft button on my Cisco 7940

I've seen some Youtube videos where user dials internal extension number,(3 digits just like me) the phone rings instantly on the other end.
I'm guessing it has something to so with my dial plan but cannot figure out what to do.
Does anyone have any suggestion?

--

My setup
TB 2.8.0.4
3 x Cisco 7940
Callcentric SIP Trunk In/Out calls



mcconnellt
Posts: 58
Member Since:
2008-05-25
Here is what my dialplan.xml

Here is what my dialplan.xml looks like

<DIALTEMPLATE>
    <TEMPLATE MATCH="*.." Timeout="0"/>
    <TEMPLATE MATCH="*..." Timeout="0"/>
    <TEMPLATE MATCH="2.." Timeout="0"/>
    <TEMPLATE MATCH="3.." Timeout="0"/> 
    <TEMPLATE MATCH="901........." Timeout="0"/>
    <TEMPLATE MATCH="902........." Timeout="0"/>
    <TEMPLATE MATCH="907........." Timeout="0"/>
    <!-- Anything else -->
</DIALTEMPLATE>

Works for me and shouldn't be to hard for you to get the jist of whats happening.

p.s you should be posting things like this in the Cisco section of this forum ;)



SkykingOH
Posts: 9680
Member Since:
2007-12-17
I have moved this thread to

I have moved this thread to the endpoint forum.

You can check your dial plan by telnet'ing to the phone and running the show dialplan command (that may not be the exact syntax but there is context sensitive help in the interface).

--

Scott

aka "Skyking"



nycmaster
Posts: 47
Member Since:
2009-09-30
Thank you!!!

Thank you very much for your suggestion. Changing the entire dialplan.xml according to your setup fixed the problem.

I get this part     
    <TEMPLATE MATCH="*.." Timeout="0"/>
    <TEMPLATE MATCH="*..." Timeout="0"/>
    <TEMPLATE MATCH="2.." Timeout="0"/>
    <TEMPLATE MATCH="3.." Timeout="0"/> 

But what are these lines for?
    <TEMPLATE MATCH="901........." Timeout="0"/>
    <TEMPLATE MATCH="902........." Timeout="0"/>
    <TEMPLATE MATCH="907........." Timeout="0"/>
--

My setup
TB 2.8.0.4
3 x Cisco 7940
Callcentric SIP Trunk In/Out calls



SkykingOH
Posts: 9680
Member Since:
2007-12-17
I added the code tags to

I added the code tags to your message. Please lookup bbcodes and use them to make your posts usable. This is also covered in the wiki "how to ask for help" and in the link "input Format" at the bottom of each message box.

The three lines you are mentioning match the three digits and how every many periods are after them.

Here is the link to the full explanation:

http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79xx

--

Scott

aka "Skyking"



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.