You may have a file called dialplan.xml being TFTP'd to your phone. It has a number of rules in it for helping the phone to determine when it has complete number. It may need some tuning to bring it in line with what you need.
I've found that the phone appears to treat the contents of the file as a hash rather than as a sorted list. That is, certain rules that appear later in the file actually get used before rules earlier in the file. I think the rules get used in a 'shortest match first' scenario. Regards, Ray Burkholder http://www.oneunified.net 704 576 5101 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Phillip Jackson > Sent: October 26, 2003 18:35 > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Extensions Problem > > > Hello again, > > Here's the next big issue, I thought I'd let you munch on. > We are utilizing > Cisco 7960's and the following entries in our extensions.conf file: > > Exten => 1637,1,Dial(SIP/100) > Exten => _NXXXXXXXXX,1,Dial(SIP/[EMAIL PROTECTED]) > Exten => _NXXXXXXXXX,2,Congestion > Exten => _1NXXXXXXXXX,1,Dial(SIP/[EMAIL PROTECTED]) > Exten => _1NXXXXXXXXX,2,Congestion > > These extensions allow us to utilize our SIP provider - ONLY > when being dialed > from a regular telephone attached to a Cisco ATA-186. Our > Cisco 7960 only > allows us to dial 4 charachters before it tries dialing. So, > I assume we need > to implement 9, and the number. However, when I do this, the > 9 gets passed on > to our SIP provider, which tries to dial 9NXXXXXXXXXX, and > all goes to hell. > > Question - is there a way to allow 9 in the dialing plan, > without having it be > passed to the sip provider. > > Regards, > Phillip > > > -- > Phillip C. Jackson > [EMAIL PROTECTED] > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > Scanned for viruses and dangerous content at > http://www.oneunified.net and is believed to be clean. > -- Scanned for viruses and dangerous content at http://www.oneunified.net and is believed to be clean. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
